mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Don't worry about envs
This commit is contained in:
parent
718f43c8f5
commit
d63da5d797
1 changed files with 0 additions and 7 deletions
|
@ -16,13 +16,6 @@ if %errorLevel%==0 (
|
|||
)
|
||||
echo.
|
||||
|
||||
:: Remove environment variables
|
||||
echo %0 :: Removing Environment Variables ...
|
||||
echo ---------------------------------------------------------------------
|
||||
if defined PyDir (
|
||||
reg delete "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /F /V "PyDir"
|
||||
)
|
||||
|
||||
:CheckPython27
|
||||
if exist "\Python27" goto RemovePython27
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue