#### Online: *** * https://christitus.com/windows-tool/ ```powershell iwr -useb https://christitus.com/win | iex ``` #### 2024: ```powershell irm "https://christitus.com/win" | iex ``` ### For running Offline: *** https://github.com/chrismator/winutil-offline from here download all the files: ![[Pasted image 20241112164512.png|525]] then on the machine where you want to run: On the PowerShell with admin run: This allow to run scripts from the command line: ``` Set-ExecutionPolicy RemoteSigned ``` Then: ``` .\winutil.ps1 ```