aboutsummaryrefslogtreecommitdiff
path: root/windows/Documents
diff options
context:
space:
mode:
Diffstat (limited to 'windows/Documents')
-rw-r--r--windows/Documents/PowerShell/bloatware.ps13
1 files changed, 0 insertions, 3 deletions
diff --git a/windows/Documents/PowerShell/bloatware.ps1 b/windows/Documents/PowerShell/bloatware.ps1
index 2c8dacb..2ee078a 100644
--- a/windows/Documents/PowerShell/bloatware.ps1
+++ b/windows/Documents/PowerShell/bloatware.ps1
@@ -306,9 +306,6 @@ foreach ($item in (Get-ChildItem "$env:WinDir\WinSxS\*onedrive*")) {
}
}
-# As a last step, disable UAC ------------------------
-New-ItemProperty -Path HKLM:Software\Microsoft\Windows\CurrentVersion\policies\system -Name EnableLUA -PropertyType DWord -Value 0 -Force
-
# Remove OneDrive directory if it exists
Write-Host "Removing OneDrive directory"