wiki:Windows Eleven Tweeks

Version 9 (modified by Paul Kulda, 22 months ago) ( diff )

--

Windows Eleven Tweeks

To get a normal right click run from cmd prompt

reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d "" /f
  • restart required

Normal Start Bar

Personalization --> Taskbar

Allow Command Prompt to Access Network Drive

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLinkedConnections /t REG_DWORD /d "1" /f

Allow LT2P No IPSEC

reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\Parameters /v ProhibitIpSec /t REG_DWORD /d "1" /f

Make Windows 11 Start Menu --> Windows 10 Start Menu

reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ /v Start_ShowClassicMode /t REG_DWORD /d "1" /f

Note: See TracWiki for help on using the wiki.