How to give permission to folder in windows?
3 answer(s)
Answer # 1 #
Right-click the folder → Properties → Security tab → Edit → Add/Select user → Assign permissions like Read, Write, Modify, or Full Control → Apply.
Answer # 2 #
You can also use Command Prompt with icacls foldername /grant username:F
to give full permissions programmatically.