Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
40e6d161
Commit
40e6d161
authored
Nov 08, 2016
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Windows Defender, keep TrustedInstaller
parent
22872918
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/debloat-windows.ps1
scripts/debloat-windows.ps1
+2
-2
No files found.
scripts/debloat-windows.ps1
View file @
40e6d161
...
...
@@ -11,10 +11,10 @@ Write-Host Disable services
.
$
env
:
TEMP
\Debloat-Windows-10-master\scripts\disable-services.ps1
Write-host
Disable
Windows
Defender
.
$
env
:
TEMP
\Debloat-Windows-10-master\scripts\disable-windows-defender.ps1
Uninstall-WindowsFeature
Windows-Defender-Features
Write-host
Optimize
Windows
Update
.
$
env
:
TEMP
\Debloat-Windows-10-master\scripts\optimize-windows-update.ps1
Write-host
Disable
Windows
Update
set-service
wuauserv
-startuptype
disabled
set-service
trustedinstaller
-startuptype
disabled
Set-Service
wuauserv
-StartupType
Disabled
Write-Host
Remove
OneDrive
.
$
env
:
TEMP
\Debloat-Windows-10-master\scripts\remove-onedrive.ps1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment