????

Your IP : 18.217.142.228


Current Path : C:/Windows/System32/
Upload File :
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%