Back to Knowledge Base

Powershell

Office Powershell

irm https://get.activated.win | iex


Remove AI Windows 11 25H2

& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/zoicware/RemoveWindowsAI/main/RemoveWindowsAi.ps1")))


Set Time Zone

Set-TimeZone -Name "Eastern Standard Time"


Redirection Warning Dialog

Set-ItemProperty -Path "HKLM:\Software\Policies\Microsoft\Windows NT\Terminal Services\Client" -Name "RedirectionWarningDialogVersion" -Value 1 -Type DWord


Screenconnect uninstall

wmic product where "name like '%screenconnect%'" call uninstall /nointeractive