install.ps1

This commit is contained in:
qwjyh 2022-09-20 15:47:11 +09:00
parent f397643f5e
commit 773e9adbe2

View file

@ -1,4 +1,5 @@
#!/usr/bin/pwsh #!/usr/bin/pwsh
# dotfiles install script for Windows
# check administration role # check administration role
$currentPrincipal = New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent()) $currentPrincipal = New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())