normal Users can WRITE/modify c:\tools #102
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#102
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?
This must not be possible!
Solution:
icacls c:\tools /inheritance:r
icacls c:\tools /grant Users:RX /t /c /l
Also needed for:
fixed by:
commit
ed95c810bb
(HEAD -> master, origin/master, origin/HEAD)Author: Michael H.G. Schmidt michael@schmidt2.de
Date: Wed Feb 15 19:05:06 2023 +0100
Script is buggy. Results in "permission denied". Unknown reason. 👎
moved script to %SystemRoot%. This fixed the problem.
Solved.