Taskkills should be done with Username! #106

Closed
opened 2023-02-23 22:53:57 +01:00 by mschmidt · 1 comment
Owner

logon.cmd: taskkill /F /IM DesktopInfo64.exe 2>nul
logon.cmd:taskkill /F /IM SystemSettings.exe 2>nul
logon.cmd:taskkill /f /im explorer.exe 2>nul
reset-firefox.cmd:taskkill /f /im firefox.exe 1>nul 2>nul
restart-explorer.cmd:taskkill /f /im explorer.exe 2>nul

--> add:

USERNAME eq, ne User name in [domain]user format

logon.cmd: taskkill /F /IM DesktopInfo64.exe 2>nul logon.cmd:taskkill /F /IM SystemSettings.exe 2>nul logon.cmd:taskkill /f /im explorer.exe 2>nul reset-firefox.cmd:taskkill /f /im firefox.exe 1>nul 2>nul restart-explorer.cmd:taskkill /f /im explorer.exe 2>nul --> add: USERNAME eq, ne User name in [domain\]user format
mschmidt added the
bug
label 2023-02-23 22:53:57 +01:00
mschmidt self-assigned this 2023-02-23 22:53:57 +01:00
Author
Owner

changes done in c:\tools (not necessary for scripts dir because autoconfig.cmd should be called at installation time only ...)

changes done in c:\tools (not necessary for scripts dir because autoconfig.cmd should be called at installation time only ...)
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: WINDOWS/w10install#106
No description provided.