microsoft-ui-xaml/tools/ps.bat

4 строки
187 B
Batchfile

@echo off
setlocal
%WINDIR%\Syswow64\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy RemoteSigned -NoLogo -NoExit -Command if(test-path $profile){.$profile}; . %~dp0\PSProfile.ps1