Taskkills should be done with Username! #106
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: WINDOWS/w10install#106
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
changes done in c:\tools (not necessary for scripts dir because autoconfig.cmd should be called at installation time only ...)