Table of Contents

Windows 10 tips

  1. Hide Onedrive icon in explorer: use regedit HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6} set System.IsPinnedToNameSpaceTree to 0
  2. Disable Windows Update notification
    reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MusNotifyIcon.exe" /v "Debugger" /t REG_SZ /d "%windir%\System32\systray.exe" /f
    reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MusNotification.exe" /v "Debugger" /t REG_SZ /d "%windir%\System32\systray.exe" /f
    taskkill /IM MusNotifyIcon.exe /t /f
    taskkill /IM MusNotification.exe /t /f

Disable Windows Hello

REG ADD HKLM\SOFTWARE\Policies\Microsoft\PassportForWork /v Enabled /t REG_DWORD /d 0 /f
delete folder C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\NGC\

Fixes

Interface