dont crash the whole explorer
This commit is contained in:
parent
33d679a7f8
commit
86c9650139
1 changed files with 1 additions and 2 deletions
|
@ -12,9 +12,8 @@ PowerShell -Command "&{[Net.ServicePointManager]::SecurityProtocol =" ^
|
||||||
|
|
||||||
:: Delete newly created Spotify shortcut
|
:: Delete newly created Spotify shortcut
|
||||||
DEL %HOMEPATH%\Desktop\Spotify.lnk
|
DEL %HOMEPATH%\Desktop\Spotify.lnk
|
||||||
|
ie4uinit -show
|
||||||
ECHO Raccourci sur le bureau detruit
|
ECHO Raccourci sur le bureau detruit
|
||||||
TASKKILL /IM explorer.exe /F
|
|
||||||
START explorer.exe
|
|
||||||
|
|
||||||
PAUSE
|
PAUSE
|
||||||
EXIT /b
|
EXIT /b
|
||||||
|
|
Loading…
Reference in a new issue