Obsidean_VM/01-Documentation/Windows/Notes for Windows - Chris T...

543 B

Online:


iwr -useb https://christitus.com/win | iex

2024:

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

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