normal Users can WRITE/modify c:\tools #102

Closed
opened 2023-02-15 15:49:01 +01:00 by mschmidt · 3 comments
Owner

This must not be possible!

Solution:

icacls c:\tools /inheritance:r
icacls c:\tools /grant Users:RX /t /c /l

Also needed for:

  • c:\temp
  • c:*.txt (Logfiles from installation)
This must not be possible! Solution: icacls c:\tools /inheritance:r icacls c:\tools /grant Users:RX /t /c /l Also needed for: - c:\temp - c:\*.txt (Logfiles from installation)
mschmidt added the
bug
label 2023-02-15 15:49:01 +01:00
mschmidt self-assigned this 2023-02-15 15:49:01 +01:00
Author
Owner

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

fixed by: commit ed95c810bbd902311477c07159a813596a08a1c6 (HEAD -> master, origin/master, origin/HEAD) Author: Michael H.G. Schmidt <michael@schmidt2.de> Date: Wed Feb 15 19:05:06 2023 +0100
Author
Owner

Script is buggy. Results in "permission denied". Unknown reason. 👎

Script is buggy. Results in "permission denied". Unknown reason. 👎
mschmidt reopened this issue 2023-02-15 21:00:38 +01:00
Author
Owner

moved script to %SystemRoot%. This fixed the problem.

Solved.

moved script to %SystemRoot%. This fixed the problem. Solved.
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#102
No description provided.