mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-12-06 04:04:54 +01:00
Call Powershell with -NoProfile flag
This commit is contained in:
parent
37ec96504a
commit
578cf616f6
8 changed files with 10 additions and 10 deletions
|
|
@ -760,7 +760,7 @@ goto :dk_done
|
|||
|
||||
: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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue