31 Commits
2.10 ... 2.13

Author SHA1 Message Date
Disassembler
2ad2fe65d9 v2.13, 2018-03-18
- Add "Disable Windows Script Host"
 - Add "Uninstall Microsoft Print to PDF"
 - Add "Uninstall Microsoft XPS Document Writer"
 - Add "Remove Default Fax Printer" (thx @MisterDuval)
 - Add more 3rd party bloatware for removal (thx @iamteerawut)
 - Add more Microsoft bloatware for removal
 - Replace Write-Host cmdlet with Write-Output
2018-03-18 20:20:56 +01:00
Disassembler
615ff8cacc Add tweaks for default printers uninstallation, reimplements and closes #58 (thx @MisterDuval) 2018-03-18 20:12:03 +01:00
Disassembler
42fde5e945 Remove additional Microsoft bloatware 2018-03-18 12:15:14 +01:00
Disassembler
e3570d5f28 Add "Disable Windows Script Host" 2018-03-18 11:41:57 +01:00
Disassembler
7de3e81c79 Reorganize and regroup tweaks - no functional changes 2018-03-18 11:19:28 +01:00
Disassembler
a41c0eea7b Replace Write-Host cmdlet with Write-Output, closes #44 once and for all 2018-03-18 09:58:24 +01:00
Disassembler
ccc65c4ad3 Remove additonal 3rd party bloatware, closes #60 (thx @iamteerawut) 2018-03-18 09:50:01 +01:00
Disassembler
17a5c51e66 Add a warning for DisableTelemetry, kinda sorta resolves #57 2018-03-18 09:46:31 +01:00
Disassembler
1eaa9d58bd Unify coding style 2018-01-10 08:45:22 +01:00
Disassembler
e24132e074 v2.12, 2018-01-09
- Add "Enable Meltdown (CVE-2017-5754) compatibility flag"
 - Add "Unpin Start Menu tiles" + "Unpin Taskbar icons" (kinda experimental)
 - Fix "Enable Storage Sense" by setting more registries (thx @zerolagaux)
 - Add more 3rd bloatware for removal (thx @zerolagaux)
 - Comment "Enable Controlled Folder Access" from default preset as it conflicts with some installers
 - Disable scheduled tasks related to Telemetry, Feedback and error reporting (thx @xomx)
2018-01-09 16:49:57 +01:00
Disassembler
04b85dac57 Disable tasks related to Telemetry, Feedback and error reporting, closes #37 for now (thx @xomx) 2018-01-09 16:49:08 +01:00
Disassembler
18e75afef6 Add "Unpin Start Menu tiles" + "Unpin Taskbar icons", closes #8 2018-01-09 14:05:59 +01:00
Disassembler
46f3881d2b Unify coding style for Remove-Item, Get-ChildItem and ForEach 2018-01-09 14:02:38 +01:00
Disassembler
b67276058b Remove even more 3rd bloatware, closes #54 (thx @zerolagaux) 2018-01-09 10:13:18 +01:00
Disassembler
8d468e7df1 Set more EnableStorageSense registries, fixes #53 (thx @zerolagaux) 2018-01-09 10:13:00 +01:00
Disassembler
ebaa3d0ba7 Add "Enable Meltdown (CVE-2017-5754) compatibility flag" (commented by default) 2018-01-08 20:54:01 +01:00
Disassembler
e9b915a2da Comment EnableCtrldFolderAccess from default preset as it conflicts with some installers + Fix typo. 2017-12-30 13:24:43 +01:00
Disassembler
3e1c7feeb6 v2.11, 2017-12-27
- Add "Disable Windows Defender Cloud" (thx @bajasoft)
 - Add "Set Control Panel view to icons (Classic)" (thx @DavidBrockmeier)
 - Add "Disable automatic installation of network devices"
 - Add "Disable Sleep start menu and keyboard button" (thx @thecek)
 - Add "Disable display and sleep mode timeouts" (thx @thecek)
 - Add more registry keys for "Disable Wi-Fi Sense" (thx @kukubau)
 - Remove even more bloatware (thx @thecek)
 - Update "Disable Background apps" to not break start menu search
 - Add both ways of hiding Library icons in This PC (either only in This PC or also in other Explorer windows like Personal Folders and open/save dialog)
2017-12-27 19:49:14 +01:00
Disassembler
491be4acc2 Suppress few more warnings when adding/removing nonexistant keys 2017-12-27 19:42:33 +01:00
Disassembler
538a1fdd39 Reintroduce post-1.5 way of hiding icons in Explorer once again
(Previously reverted in 157bf35, related to #36. Sorry for the bloat, I really hate these icons)
2017-12-27 17:58:28 +01:00
Disassembler
50362f37e1 Update DisableBackgroundApps to not break start menu search, again closes #42 2017-12-27 15:52:52 +01:00
Disassembler
871cad8660 Add "Disable display and sleep mode timeouts", closes #50, thx @thecek 2017-12-27 14:19:12 +01:00
Disassembler
5eb8a84dce Add "Disable Sleep start menu and keyboard button" as suggested in #50 2017-12-27 13:56:50 +01:00
Disassembler
d93d5ac4df Add more registry keys for "Disable Wi-Fi Sense", closes #48, thx @kukubau 2017-12-27 10:54:36 +01:00
Disassembler
b6840e2ba2 Add "Disable automatic installation of network devices", closes #47 2017-12-27 10:46:41 +01:00
Disassembler
6830298064 Add "Set Control Panel view to icons (Classic)", reimplements #45, thx @DavidBrockmeier 2017-12-27 09:56:20 +01:00
Disassembler
39a1d9022d Remove more bloatware, closes #43 (thx @thecek) 2017-12-01 16:59:12 +01:00
Disassembler
3f9e7e84a1 Another take on "Disable Background apps" related to #40 and #42 2017-11-13 19:10:19 +01:00
Disassembler
59b2000f6c Fix typo in default preset 2017-11-11 20:27:24 +01:00
Disassembler
b1447c0fc9 Don't apply "DisableBackgroundApps" in default preset, closes #40
+ Add tests for "EnableDefenderCloud"
2017-11-10 16:24:54 +01:00
Jan Bajer
c79ed38b66 Add "Disable Windows Defender Cloud" (#41) 2017-11-10 14:06:35 +01:00
5 changed files with 950 additions and 489 deletions

1301
Win10.ps1

File diff suppressed because it is too large Load Diff

View File

@@ -26,9 +26,16 @@ DisableAdminShares
# DisableSMB1
SetCurrentNetworkPrivate
SetUnknownNetworksPrivate
DisableNetDevicesAutoInst
EnableCtrldFolderAccess
DisableFirewall
DisableDefender
DisableDefenderCloud
EnableF8BootMenu
SetDEPOptOut
DisableScriptHost
EnableMeltdownCompatFlag
DisableUpdateMSRT
DisableUpdateDriver
DisableUpdateRestart
@@ -44,6 +51,8 @@ DisableSuperfetch
DisableIndexing
SetBIOSTimeUTC
EnableHibernation
DisableSleepButton
DisableSleepTimeout
DisableFastStartup
DisableActionCenter
@@ -61,6 +70,13 @@ ShowSmallTaskbarIcons
ShowTaskbarTitles
HideTaskbarPeopleIcon
ShowTrayIcons
DisableSearchAppInStore
DisableNewAppPrompt
SetControlPanelViewIcons
SetVisualFXPerformance
AddENKeyboard
EnableNumlock
ShowKnownExtensions
ShowHiddenFiles
HideSyncNotifications
@@ -69,17 +85,21 @@ SetExplorerThisPC
ShowThisPCOnDesktop
ShowUserFolderOnDesktop
HideDesktopFromThisPC
HideDesktopFromExplorer
HideDocumentsFromThisPC
HideDocumentsFromExplorer
HideDownloadsFromThisPC
HideDownloadsFromExplorer
HideMusicFromThisPC
HideMusicFromExplorer
HidePicturesFromThisPC
HidePicturesFromExplorer
HideVideosFromThisPC
HideVideosFromExplorer
Hide3DObjectsFromThisPC
SetVisualFXPerformance
Hide3DObjectsFromExplorer
DisableThumbnails
DisableThumbsDB
AddENKeyboard
EnableNumlock
DisableOneDrive
UninstallOneDrive
@@ -94,10 +114,9 @@ InstallLinuxSubsystem
InstallHyperV
SetPhotoViewerAssociation
AddPhotoViewerOpenWith
DisableSearchAppInStore
DisableNewAppPrompt
EnableF8BootMenu
SetDEPOptOut
UninstallPDFPrinter
UninstallXPSPrinter
RemoveFaxPrinter
# HideServerManagerOnLogin
# DisableShutdownTracker
@@ -105,5 +124,8 @@ SetDEPOptOut
# DisableCtrlAltDelLogin
# DisableIEEnhancedSecurity
UnpinStartMenuTiles
UnpinTaskbarIcons
WaitForKey
Restart

View File

@@ -26,9 +26,16 @@ EnableAdminShares
# EnableSMB1
SetCurrentNetworkPublic
SetUnknownNetworksPublic
EnableNetDevicesAutoInst
DisableCtrldFolderAccess
EnableFirewall
EnableDefender
EnableDefenderCloud
DisableF8BootMenu
SetDEPOptIn
EnableScriptHost
DisableMeltdownCompatFlag
EnableUpdateMSRT
EnableUpdateDriver
EnableUpdateRestart
@@ -44,6 +51,8 @@ EnableSuperfetch
EnableIndexing
SetBIOSTimeLocal
DisableHibernation
EnableSleepButton
EnableSleepTimeout
EnableFastStartup
EnableActionCenter
@@ -61,6 +70,13 @@ ShowLargeTaskbarIcons
HideTaskbarTitles
ShowTaskbarPeopleIcon
HideTrayIcons
EnableSearchAppInStore
EnableNewAppPrompt
SetControlPanelViewCategories
SetVisualFXAppearance
RemoveENKeyboard
DisableNumlock
HideKnownExtensions
HideHiddenFiles
ShowSyncNotifications
@@ -69,17 +85,21 @@ SetExplorerQuickAccess
HideThisPCFromDesktop
HideUserFolderFromDesktop
ShowDesktopInThisPC
ShowDesktopInExplorer
ShowDocumentsInThisPC
ShowDocumentsInExplorer
ShowDownloadsInThisPC
ShowDownloadsInExplorer
ShowMusicInThisPC
ShowMusicInExplorer
ShowPicturesInThisPC
ShowPicturesInExplorer
ShowVideosInThisPC
ShowVideosInExplorer
Show3DObjectsInThisPC
SetVisualFXAppearance
Show3DObjectsInExplorer
EnableThumbnails
EnableThumbsDB
RemoveENKeyboard
DisableNumlock
EnableOneDrive
InstallOneDrive
@@ -94,10 +114,9 @@ UninstallLinuxSubsystem
UninstallHyperV
UnsetPhotoViewerAssociation
RemovePhotoViewerOpenWith
EnableSearchAppInStore
EnableNewAppPrompt
DisableF8BootMenu
SetDEPOptIn
InstallPDFPrinter
InstallXPSPrinter
AddFaxPrinter
# ShowServerManagerOnLogin
# EnableShutdownTracker

View File

@@ -26,9 +26,16 @@ DisableAdminShares
DisableSMB1
SetCurrentNetworkPrivate
SetUnknownNetworksPrivate
DisableNetDevicesAutoInst
# EnableCtrldFolderAccess
DisableFirewall
DisableDefender
DisableDefenderCloud
EnableF8BootMenu
SetDEPOptOut
DisableScriptHost
EnableMeltdownCompatFlag
DisableUpdateMSRT
DisableUpdateDriver
DisableUpdateRestart
@@ -44,6 +51,8 @@ DisableDefragmentation
DisableIndexing
SetBIOSTimeUTC
EnableHibernation
DisableSleepButton
DisableSleepTimeout
DisableFastStartup
DisableActionCenter
@@ -61,6 +70,13 @@ ShowSmallTaskbarIcons
ShowTaskbarTitles
HideTaskbarPeopleIcon
ShowTrayIcons
DisableSearchAppInStore
DisableNewAppPrompt
SetControlPanelViewIcons
SetVisualFXPerformance
AddENKeyboard
EnableNumlock
ShowKnownExtensions
ShowHiddenFiles
HideSyncNotifications
@@ -69,17 +85,21 @@ SetExplorerThisPC
ShowThisPCOnDesktop
ShowUserFolderOnDesktop
HideDesktopFromThisPC
HideDesktopFromExplorer
HideDocumentsFromThisPC
HideDocumentsFromExplorer
HideDownloadsFromThisPC
HideDownloadsFromExplorer
HideMusicFromThisPC
HideMusicFromExplorer
HidePicturesFromThisPC
HidePicturesFromExplorer
HideVideosFromThisPC
HideVideosFromExplorer
Hide3DObjectsFromThisPC
SetVisualFXPerformance
Hide3DObjectsFromExplorer
DisableThumbnails
DisableThumbsDB
AddENKeyboard
EnableNumlock
DisableOneDrive
# UninstallOneDrive
@@ -94,10 +114,9 @@ UninstallMediaPlayer
InstallHyperV
SetPhotoViewerAssociation
AddPhotoViewerOpenWith
DisableSearchAppInStore
DisableNewAppPrompt
EnableF8BootMenu
SetDEPOptOut
UninstallPDFPrinter
UninstallXPSPrinter
RemoveFaxPrinter
HideServerManagerOnLogin
DisableShutdownTracker
@@ -105,5 +124,8 @@ DisablePasswordPolicy
DisableCtrlAltDelLogin
DisableIEEnhancedSecurity
# UnpinStartMenuTiles
UnpinTaskbarIcons
WaitForKey
Restart

View File

@@ -26,9 +26,16 @@ EnableAdminShares
EnableSMB1
SetCurrentNetworkPublic
SetUnknownNetworksPublic
EnableNetDevicesAutoInst
# DisableCtrldFolderAccess
EnableFirewall
EnableDefender
EnableDefenderCloud
DisableF8BootMenu
SetDEPOptIn
EnableScriptHost
DisableMeltdownCompatFlag
EnableUpdateMSRT
EnableUpdateDriver
EnableUpdateRestart
@@ -44,6 +51,8 @@ EnableDefragmentation
EnableIndexing
SetBIOSTimeLocal
DisableHibernation
EnableSleepButton
EnableSleepTimeout
EnableFastStartup
EnableActionCenter
@@ -61,6 +70,13 @@ ShowLargeTaskbarIcons
HideTaskbarTitles
ShowTaskbarPeopleIcon
HideTrayIcons
EnableSearchAppInStore
EnableNewAppPrompt
SetControlPanelViewCategories
SetVisualFXAppearance
RemoveENKeyboard
DisableNumlock
HideKnownExtensions
HideHiddenFiles
ShowSyncNotifications
@@ -69,17 +85,21 @@ SetExplorerQuickAccess
HideThisPCFromDesktop
HideUserFolderFromDesktop
ShowDesktopInThisPC
ShowDesktopInExplorer
ShowDocumentsInThisPC
ShowDocumentsInExplorer
ShowDownloadsInThisPC
ShowDownloadsInExplorer
ShowMusicInThisPC
ShowMusicInExplorer
ShowPicturesInThisPC
ShowPicturesInExplorer
ShowVideosInThisPC
ShowVideosInExplorer
Show3DObjectsInThisPC
SetVisualFXAppearance
Show3DObjectsInExplorer
EnableThumbnails
EnableThumbsDB
RemoveENKeyboard
DisableNumlock
EnableOneDrive
# InstallOneDrive
@@ -94,10 +114,9 @@ InstallMediaPlayer
UninstallHyperV
UnsetPhotoViewerAssociation
RemovePhotoViewerOpenWith
EnableSearchAppInStore
EnableNewAppPrompt
DisableF8BootMenu
SetDEPOptIn
InstallPDFPrinter
InstallXPSPrinter
AddFaxPrinter
ShowServerManagerOnLogin
EnableShutdownTracker