2023년 2월 25일 토요일

"edge://" commands that you can use in Microsoft Edge:

edge://edge-urls - complete list

edge://settings/passwords

 edge://settings - opens the settings page

edge://extensions - opens the extensions page

edge://history - opens the browsing history page

edge://downloads - opens the downloads page

edge://bookmarks - opens the bookmarks page

edge://favorites - opens the favorites page

edge://flags - Opens the experimental flags page of Microsoft Edge.

edge://conflicts - Shows the conflicts information of Microsoft Edge.

edge://policy - Shows the policy information of Microsoft Edge.


2023년 2월 21일 화요일

2023년 2월 17일 금요일

How to use Chocolatey

Chocolatey Software | Installing Chocolatey

Set-ExecutionPolicy AllSigned (or Bypass)

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))


to get the installed location of the 7zip executable file

Get-Command 7z.exe | Select-Object Definition

Free Partition Recovery Tool: TestDisk

Lost a partition while updating Ventoy, but successfully recovered it using TestDisk. Ventoy's Non-Destructive mode, allowing installati...