From 8bf8d581c970058d4a437961127c7b6bd83118ba Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 23 Sep 2025 21:44:31 +0200 Subject: Minor fixes --- windows/Documents/PowerShell/bloatware.ps1 | 3 --- 1 file changed, 3 deletions(-) (limited to 'windows/Documents/PowerShell') 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" -- cgit v1.2.3