Changes between Version 11 and Version 12 of Windows Eleven Tweeks


Ignore:
Timestamp:
11/18/22 06:01:22 (22 months ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows Eleven Tweeks

    v11 v12  
    3030reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\!CurrentVersion\Explorer\Advanced /v Start_ShowClassicMode /t REG_DWORD /d "1" /f
    3131
     32if the above does not work (usually does not) then use Start 11
    3233
     34== Fix Windows Update ==
     35
     36{{{
     37net stop wuauserv
     38
     39net stop cryptsvc
     40
     41Now, open File Explorer, navigate to C:\ Windows and locate the SoftwareDistribution folder.
     42
     43Delete the folder.
     44
     45Open Command Prompt again in administrator mode.
     46
     47Type the below-mentioned commands and press enter. It will start the Windows Update Service.
     48
     49net start cryptsvc
     50}}}
     51