w10install/SetupComplete.ps1
Michael H.G. Schmidt ec199d7f3d .
2020-12-25 20:08:46 +01:00

9 lines
202 B
PowerShell

# SetupComplete.ps1 ...
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
echo "[ place your code here ] ..."
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'