User Tools

Site Tools


guide:windows

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

  • Change [Quick Access] homepage to [This PC] - Explorer > View > Options > Top
  • Remove Onedrive - gpedit.msc > Computer > Admin > Windows Components > Disable Onedrive > enable
  • Disable [Connected Standby] - regedit > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power > CsEnabled = 1
  • Hide “Disable applications to help…” - Start > Security and Maintenance > Turn off notifications
guide/windows.txt · Last modified: 2020/08/21 01:35 by miro

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki