Post

Windows 11 - Fixes and Tweaks

Windows 11 - Fixes and Tweaks

Ram Clear Cache

  1. Create a new shortcut and enter the following path:

    1
    
     %windir%\\system32\\rundll32.exe advapi32.dll,ProcessIdleTasks
    

Mini-Tray Clear Duplicates (Batch)

  1. Open Command Prompt and type:

    1
    
     reg.exe delete "HKCU\\Control Panel\\NotifyIconSettings" /f
    
  2. You may need to restart Windows Explorer (it should do it automatically).


Set Administrator Active

  1. Open Terminal as Administrator.
  2. Type:

    1
    
     net user Administrator /active:yes
    
  3. To disable, set “yes” to “no”.
  4. Set password:

    1
    
     net user administrator *
    

Install Software

  1. Visit Ninite
This post is licensed under CC BY 4.0 by the author.