Call Powershell with -NoProfile flag

This commit is contained in:
Dolfies 2024-12-26 01:32:35 -05:00
parent 37ec96504a
commit 578cf616f6
8 changed files with 10 additions and 10 deletions

View file

@ -1350,7 +1350,7 @@ exit /b
:dk_setvar
set psc=powershell.exe
set psc=powershell.exe -nop
set winbuild=1
for /f "tokens=6 delims=[]. " %%G in ('ver') do set winbuild=%%G