Skip to content

salire123/officepcsetupscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Office PC Setup Script

This script automates the installation and configuration of some common software and settings for office PCs. It requires PowerShell 5.1 or higher.


How to use

  1. Download the auto.ps1 file from the repository and save it to a local folder.

  2. Open PowerShell as an administrator and run the following command to enable the execution policy for remote signed scripts:

Set-ExecutionPolicy RemoteSigned
  1. Navigate to the folder where you saved the auto.ps1 file and run it:
.\auto.ps1
  1. Follow the instructions on the screen and wait for the script to complete.

  2. you may want to change the execution policy back to the default value:

Set-ExecutionPolicy -Scope LocalMachine
  1. Restart your PC to apply the changes.

About

office pc setup script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published