diff --git a/windows/Enable-DeveloperMode.ps1 b/windows/Enable-DeveloperMode.ps1 index 379eb41..f04a9f8 100644 --- a/windows/Enable-DeveloperMode.ps1 +++ b/windows/Enable-DeveloperMode.ps1 @@ -1,6 +1,6 @@ -# Disabkle defender +# Disable defender Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender" -Name DisableAntiSpyware -Value 1 -Type DWord # Disable Indexing Stop-Service -Name WSearch -Force -Set-Service -Name WSearch -StartupType Disabled \ No newline at end of file +Set-Service -Name WSearch -StartupType Disabled