Skip to content

pohldk/setup

 
 

Repository files navigation

Personal setup

I frequently need to run my setup, so I written it into scripts.

ClickOnce Microsoft Edge

Backup ways to run

ClickOnce Chromium Edge

$path = "HKLM:\SOFTWARE\Policies\Microsoft\Edge"; New-Item $path -Force | Out-Null; Set-ItemProperty -LiteralPath "$PATH" ClickOnceEnabled 1; start https://boxstarter.org/package/url?https://raw.githubusercontent.com/pohldk/setup/master/windows-home.ps1

Install from Windows Powershell

Set-ExecutionPolicy Bypass -Scope Process -Force `
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 `
iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1')) `
Get-Boxstarter -Force `
Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/pohldk/setup/master/windows-home.ps1

About

Personal setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 91.1%
  • Shell 8.9%