diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-23 21:44:31 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-23 21:44:31 +0200 |
| commit | 8bf8d581c970058d4a437961127c7b6bd83118ba (patch) | |
| tree | 570860add9fce09f1f882a12a172ceca95fa5a98 | |
| parent | c5cecf99917b27f69900a2d6c6e564c33028a7b4 (diff) | |
| download | dotfiles-8bf8d581c970058d4a437961127c7b6bd83118ba.tar.gz dotfiles-8bf8d581c970058d4a437961127c7b6bd83118ba.zip | |
Minor fixes
| -rw-r--r-- | windows/Documents/PowerShell/bloatware.ps1 | 3 |
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" |
