This script automates the installation and configuration of some common software and settings for office PCs. It requires PowerShell 5.1 or higher.
-
Download the auto.ps1 file from the repository and save it to a local folder.
-
Open PowerShell as an administrator and run the following command to enable the execution policy for remote signed scripts:
Set-ExecutionPolicy RemoteSigned- Navigate to the folder where you saved the auto.ps1 file and run it:
.\auto.ps1-
Follow the instructions on the screen and wait for the script to complete.
-
you may want to change the execution policy back to the default value:
Set-ExecutionPolicy -Scope LocalMachine- Restart your PC to apply the changes.