Author Topic: v3.9.4 [02 - Reset File Permissions] K:\ not work  (Read 8836 times)

0 Members and 1 Guest are viewing this topic.

makinero

  • Guest
v3.9.4 [02 - Reset File Permissions] K:\ not work
« on: July 02, 2016, 01:08:33 am »

v3.9.4
02 - Reset File Permissions
K:\DISK\Documents\My Music
K:\DISK\Documents\My Picture
K:\DISK\Documents\My Videos


How to get access. How to do it correctly?
Quote
Warning: Currently, you do not have permission to access this folder.

Offline dondon

  • Jr. Member
  • **
  • Join Date: Mar 2015
  • Posts: 72
  • Karma: 0
    • View Profile
Re: v3.9.4 [02 - Reset File Permissions] K:\ not work
« Reply #1 on: July 03, 2016, 07:13:53 am »
Depends on where the file is located,if the file is located on your computer use the solution I attached.Otherwise I cant help.To be easier to use I made a batch file.Safe to use and you can see the source code.No delete ,copy , move , rename commads.@rem commands display each code line scope as a commentary

Note:If you have it on a usb but you can still copy/move them move them in your computer and begin unlock process.Just make sure the Batch is in the same folder with the locked ones to detect them

If dont know how to view source code just open it with notepad
« Last Edit: July 03, 2016, 07:52:25 am by dondon »

makinero

  • Guest
Re: v3.9.4 [02 - Reset File Permissions] K:\ not work
« Reply #2 on: July 03, 2016, 10:38:51 am »
Message:
Code: [Select]
No processes locking this file or folder have been found.
1. Currently, you do not have permission to access this folder.
2. Click the Continue button to get permanent access to this folder.
3. Permission denied access to the folder.
4. To access this folder, you must use the tabs security.

Offline dondon

  • Jr. Member
  • **
  • Join Date: Mar 2015
  • Posts: 72
  • Karma: 0
    • View Profile
Re: v3.9.4 [02 - Reset File Permissions] K:\ not work
« Reply #3 on: July 04, 2016, 03:02:03 am »
Message:
Code: [Select]
No processes locking this file or folder have been found.
1. Currently, you do not have permission to access this folder.
2. Click the Continue button to get permanent access to this folder.
3. Permission denied access to the folder.
4. To access this folder, you must use the tabs security.
Are you sure they were in the same folder(like in the vid attached) and the program did detect it,same as in video.Still not mentione if on pc or in other removable device.If you done accordingly try this :

In order to gain acces to this folder you must enter safemod with the account name and type Administrator , then once done , right-click , Properties , Security/Ownership I think , Apply the file permisions you need to your account , Apply to Folder Files & Subfolder Files.Restart in normal mode.There you go,now you have acces.
« Last Edit: July 04, 2016, 03:40:31 am by dondon »

makinero

  • Guest
Re: v3.9.4 [02 - Reset File Permissions] K:\ not work
« Reply #4 on: July 04, 2016, 07:32:52 am »
I used script Unblock ... but still not work.

Offline dondon

  • Jr. Member
  • **
  • Join Date: Mar 2015
  • Posts: 72
  • Karma: 0
    • View Profile
Re: v3.9.4 [02 - Reset File Permissions] K:\ not work
« Reply #5 on: July 04, 2016, 01:51:06 pm »
Ok so the Batch didn't work and the Safe Mode Failed(look in img attached how it should look like).I am going to give you the exact command in cmd to unlock them.Press start then Run ; type cmd ;then type as it follows , 1 line at a time:

cacls "K:\DISK\Documents\My Music" /e /c /g %username%:F
cacls "K:\DISK\Documents\My Picture" /e /c /g %username%:F
cacls "K:\DISK\Documents\My Videos" /e /c /g %username%:F

Provided you have administrator rights you will unlock them.Pls also post a SnapShot of the error.
« Last Edit: July 04, 2016, 02:02:01 pm by dondon »

makinero

  • Guest
Re: v3.9.4 [02 - Reset File Permissions] K:\ not work
« Reply #6 on: July 05, 2016, 12:51:28 am »
Processed directory, but still pop-up window (Acess Denied)


Everyone - missing option for me!

Quote
An error occurred while applying security information to:
My path

Access denied


---------------------------
Windows security
---------------------------
Stopping the propagation of permission settings leads to inconsistent state, in which some objects have the settings, while others do not. If the change was made in error, you must immediately apply the correct change for the State.
---------------------------
Ok
---------------------------


« Last Edit: July 05, 2016, 01:14:41 am by Ξ »

Offline dondon

  • Jr. Member
  • **
  • Join Date: Mar 2015
  • Posts: 72
  • Karma: 0
    • View Profile
Re: v3.9.4 [02 - Reset File Permissions] K:\ not work
« Reply #7 on: July 05, 2016, 05:01:56 am »
If you were logged on with an administrator account things should have worked out.You said in the topic the location is "K:\" while in the error message the path is "C:\Users".The command i given was intended for "K:\DISK\Documents\" and not for "C:\Users".The syntax for that path is completely different as it requires 2 lines to unlock,first the main folder and second all the files within.

cacls "C:\Users\" /e /c /g %Username%:F
cacls "C:\Users\*.*" /e /c /g %Username%:F

This will unlock it and don't be affraid if you see multiple lines of code displaying.Its normal as this command grants to the Current User acces to each and every file within that folder , including the hidden ones(*.*)

As I mentioned , the files must be located on your pc/laptop and you must have administrator rights to perform it.If this doesn't work then I can't help you.

makinero

  • Guest
Re: v3.9.4 [02 - Reset File Permissions] K:\ not work
« Reply #8 on: July 05, 2016, 06:24:02 am »
Because the drive C:Users\XXX\Application Data and K:\Application Data(backup) are identical permissions (Acess Denied)

Application Data or My pictures My Videos My Music etc.
Dir processed successfully, but still no access!

Code: [Select]
Package errors 55769560, type 5
Event Name: ShellBrowserCancel
Answer: Not available
ID file Cab: 0

Signature of the problem:
P1: {F3364BA0-65B9-11CE-A9BA-00AA004AE837}
P2: Local
P3:
P4:
Q5:
P6:
P7:
Q8:
Q9:
P10:
« Last Edit: July 05, 2016, 06:28:39 am by Ξ »

Offline dondon

  • Jr. Member
  • **
  • Join Date: Mar 2015
  • Posts: 72
  • Karma: 0
    • View Profile
Re: v3.9.4 [02 - Reset File Permissions] K:\ not work
« Reply #9 on: July 05, 2016, 10:35:43 am »
Can't help you then.