nomadadvice.blogg.se

Windows cleanup utility windows 10 program
Windows cleanup utility windows 10 program








windows cleanup utility windows 10 program

New-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced ' -Name 'HideFileExt ' -PropertyType DWord -Value '0 ' -Force New-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState ' -Name 'FullPath ' -PropertyType DWord -Value '1 ' -Force New-Item -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\ ' -Name 'CabinetState ' New-ItemProperty -Path 'HKCU:\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications ' -Name 'NoTileApplicationNotification ' -PropertyType DWord -Value '1 ' -Force New-Item -Path 'HKCU:\Software\Policies\Microsoft\Windows\CurrentVersion\ ' -Name 'PushNotifications ' The interesting one here is "NoTileApplicationNotification" which disables a bunch of start menu tiles. # Set some commonly changed settings for the current user. New-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System ' -Name 'EnableFirstLogonAnimation ' -PropertyType DWord -Value '0 ' -Force New-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent ' -Name 'DisableSoftLanding ' -PropertyType DWord -Value '1 ' -Force New-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent ' -Name 'DisableWindowsConsumerFeatures ' -PropertyType DWord -Value '1 ' -Force New-Item -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\ ' -Name 'CloudContent ' # Disable some of the "new" features of Windows 10, such as forcibly installing apps you don't want, and the new annoying animation for first time login. New-PSDrive -Name HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT # After using this script, I would recommend running O&O Shutup. Let it run through, you may see a few errors, this is normal Run this script (under Powershell as Administrator):

windows cleanup utility windows 10 program

Some of this may not work as expected on newer versions.

WINDOWS CLEANUP UTILITY WINDOWS 10 PROGRAM UPDATE

# NOTE: this was tested on Creators Update (1703) and Fall Creators Update (1709). # Remove dodgy tracking settings, unneeded services, all apps, and optional features that come with Windows 10.










Windows cleanup utility windows 10 program