Changes between Version 11 and Version 12 of Windows Eleven Tweeks
- Timestamp:
- 11/18/22 06:01:22 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Windows Eleven Tweeks
v11 v12 30 30 reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\!CurrentVersion\Explorer\Advanced /v Start_ShowClassicMode /t REG_DWORD /d "1" /f 31 31 32 if the above does not work (usually does not) then use Start 11 32 33 34 == Fix Windows Update == 35 36 {{{ 37 net stop wuauserv 38 39 net stop cryptsvc 40 41 Now, open File Explorer, navigate to C:\ Windows and locate the SoftwareDistribution folder. 42 43 Delete the folder. 44 45 Open Command Prompt again in administrator mode. 46 47 Type the below-mentioned commands and press enter. It will start the Windows Update Service. 48 49 net start cryptsvc 50 }}} 51