You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
LICENSE | 2 years ago | |
README.md | 1 year ago | |
clean.ps1 | 2 years ago |
README.md
clean-win10
Open an elevated powershell and execute these commands:
Set-ExecutionPolicy -Force Unrestricted
Invoke-WebRequest -UseBasicParsing -Uri "https://git.asperti.com/omino.computer/clean-win10/raw/branch/master/clean.ps1" | Select-Object -ExpandProperty Content | powershell.exe
Set-ExecutionPolicy -Force Restricted