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

39 lines
543 B
Markdown
Raw Permalink Normal View History

2025-02-18 05:37:27 -03:00
#### 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
```