Skip to content

harrhp/configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

Turn off UAC manually to avoid notifications during not elevated pass. Not elevated pass needed to create files in user home with correct owner

  1. In not elevated powershell session
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process -Force
irm https://raw.githubusercontent.com/harrhp/configuration/HEAD/install.ps1 | iex

or

& ([ScriptBlock]::Create((Invoke-RestMethod https://raw.githubusercontent.com/harrhp/configuration/HEAD/install.ps1))) -Device pcname
  1. Repeat 1 in elevated session
  2. Reboot