w10install/SetupComplete.ps1

9 lines
202 B
PowerShell
Raw Normal View History

2020-12-25 20:08:46 +01:00
# SetupComplete.ps1 ...
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
echo "[ place your code here ] ..."
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'