We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3a81f commit 3d10babCopy full SHA for 3d10bab
Setup.ps1
@@ -1,6 +1,7 @@
1
#requires -Version 7
2
+#requires -runasadministrator
3
-# spell-checker: disable
4
+# cSpell:disable
5
6
<#
7
.SYNOPSIS
@@ -382,4 +383,4 @@ Write-Host "https://github.com/jacquindev/windots" -ForegroundColor "Blue"
382
383
Write-Host "- Submit an issue via: " -NoNewline
384
Write-Host "https://github.com/jacquindev/windots/issues/new" -ForegroundColor "Blue"
385
Write-Host "- Contact me via email: " -NoNewline
-Write-Host "jacquindev@outlook.com" -ForegroundColor "Blue"
386
+Write-Host "jacquindev@outlook.com" -ForegroundColor "Blue"
0 commit comments