Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

getchoo-archive/windows-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows-scripts

small collection of scripts i use when (re)installing windows

how to run

after downloading this repo, open powershell as admin and run this command in the directory: Get-Item *.ps1 | Unblock-File

Note

the Unrestricted execution policy should not be permanently set, this is why we're using -Scope Process

if this doesn't allow you to execute the scripts, use Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process and try again

About

🪟 my windows scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published