Opening Windows File Permissions
Sometimes games install to folders that Windows protects from modification. This can prevent ReShade from reading or writing files it needs to work properly. This guide will walk you through giving yourself and ReShade the necessary permissions to access these protected folders.
Find Your Game Directory
First, you need to locate your game folder. Follow our guide for finding your game directory to locate where your game is installed.
Once you've found your game folder, navigate to the parent directory (the folder that contains your game folder). For example, if your game is in C:\Games\MyGame
, you want to be in the C:\Games
folder.
Open Folder Properties
-
Right-click on your game folder and click "Properties" from the context menu
-
Click the "Security" tab at the top
-
Click "Advanced" button in the bottom right corner
This opens the Advanced Security Settings window where we'll make all our changes.
Disable Permission Inheritance
Windows normally inherits permissions from parent folders, which can cause problems. We need to stop this inheritance and start fresh.
-
In the Advanced Security Settings window, click "Disable inheritance" at the bottom left
-
A popup will appear asking "What would you like to do with current inherited permissions?", so, click "Remove all inherited permissions from this object"
-
Click "Apply"
This removes all the old permission rules so we can set up new ones that work properly.
Make Yourself the Owner
Now we need to make you the owner of the folder. This gives you the right to change permissions.
-
At the top of the Advanced Security Settings window, look for "Owner:" and click the blue "Change" link next to it (it usually has a shield icon)
-
A "Select User or Group" window will appear
-
Click "Advanced..." at the bottom left
-
In the new window, click "Find Now" on the right side to search for all users on your computer
-
Scroll through the list at the bottom until you find your username (it will have a single-person icon next to it)
-
Double-click your username to select it
-
Click "OK" to close the user selection window
-
Click "OK" again to close the "Select User or Group" window
You should now see your username in the Owner field.
Apply Ownership to All Subfolders
We need to make sure you own not just the main folder, but everything inside it too.
-
Check the box labeled "Replace owner on subcontainers and objects"
-
Check the box labeled "Replace all child object permission entries with inheritable permission entries from this object"
-
Click "Apply" at the bottom right
-
If Windows asks "Do you want to replace all explicitly defined permissions on all child objects with inheritable permissions from this object?", click "Yes"
This step may take a moment as Windows applies the changes to all files and folders.
Give Yourself Full Control
Now we'll give yourself permission to read, write, and modify everything in the folder.
-
In the Advanced Security Settings window, click "Add" at the bottom left
-
A "Permission Entry" window will open
-
Click the blue "Select a principal" link
-
Repeat the same process as before:
-
Click "Advanced..."
-
Click "Find Now"
-
Find and double-click your username
-
-
Back in the Permission Entry window, verify:
-
Type: "Allow" and Applies to: "This folder, subfolders, and files"
-
-
Check the "Full Control" box (this should automatically check all the other boxes)
-
Click "OK"
You should now see your username listed in the permissions list.
Give Applications Full Control
Finally, we need to give all applications (including ReShade) permission to access the folder.
-
Click "Add" again in the Advanced Security Settings window
-
Click "Select a principal" in the new Permission Entry window
-
Click "Advanced..."
-
Click "Find Now"
-
Look for "ALL APPLICATION PACKAGES" in the list (it may be near the top) and double click it.
-
Verify the settings are the same as before:
-
Type: "Allow" and Applies to: "This folder, subfolders, and files"
-
-
Check "Full Control"
-
Click "OK"
Apply All Changes
- Click "Apply" in the Advanced Security Settings window
- Click "OK" to close the window
- Click "OK" again to close the Properties window
You're done! Your game folder now has the proper permissions set up for ReShade to work correctly. You can now launch your game and ReShade should be able to read and write files as needed.