????
Current Path : C:/Windows/System32/ |
Current File : C:/Windows/System32/servercoreshelllaunch.bat |
@echo off cd /d "%UserProfile%" set PowerShell=%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe set SConfig=Invoke-SConfigLogon if exist %PowerShell% ( set Command=%PowerShell% -noExit -Command "%SConfig%" ) else ( set Command=cmd.exe /k ) %Command%