New PC Setup 2024

Tags
Date
Excerpt

Type
# Disable User Account Controll (run on elevated powershell)
reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f 
#OR

Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLUA" -Value 0

# Install WinGet (only run if it is missing)
start ms-windows-store://pdp/?PFN=Microsoft.DesktopAppInstaller_8wekyb3d8bbwe 

# Install Chrome
winget install --Id Google.Chrome