Post

Windows 11 - Tweaks

Windows 11 - 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).


Spice Fixes (if running with KVM)

  1. Download the ISO for VirtIO and run it through before fully installing Windows.
  2. Tested EXE helps with performance, but most users suggest that Windows might agree with doing it after the installation. Test at your own risk.
  3. Install this EXE and reboot:

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.