Skip to content

Instantly share code, notes, and snippets.

View bahree's full-sized avatar

Amit Bahree bahree

View GitHub Profile
@bahree
bahree / Win11-right-click.bat
Created May 12, 2023 12:57
Windows 11 enable all options on right click
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
@bahree
bahree / RightClick-Show-All-Properties.reg
Created May 10, 2023 00:15
Win 11 Right-click show all properties
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]
[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
@=""
@bahree
bahree / setupmachine.bat
Last active July 30, 2023 20:30 — forked from shanselman/setupmachine.bat
WinGet Setup a New Machine
mkdir c:\src
winget install --id=Git.Git -e --accept-package-agreements --accept-source-agreements
winget install --id=Microsoft.VisualStudioCode -e
winget install --id=AgileBits.1Password -e
winget install -e --id Microsoft.WindowsTerminal
winget install --id=7zip.7zip -e
winget install --id=Microsoft.bitsmanager -e
winget install --id=Docker.DockerDesktop -e
REM winget install --id=joncampbell123.DOSBox-X -e
REM winget install --id=JGraph.Draw -e