Fix Read Only Files and Folders in Windows / Unlock Folders (FORCE ACCESS using Inno Setup)

Опубликовано: 03 Апрель 2025
на канале: Awesome Andrew
10,162
86

If you tried to make your file and folder readable, and the methods you tried haven't worked so far, including my previous video, this will FIX it.
We will be using a very simple piece of code to run which will force the folder access.


Download Inno Setup from here https://jrsoftware.org/isdl.php or direct link download https://jrsoftware.org/download.php/i...


Code to use and edit (copy and paste into Inno Setup):
[Setup]
AppName=Folder Unlock
AppVerName=Folder Unlock
AppPublisher=Andrew Espie-Whitburn
DefaultDirName=C:\Program Files\Test
OutputBaseFilename=FolderUnlock

[Dirs]
Name:"C:\Program Files\Test";Permissions: users-full