Shortcut Arrows on Icons with No permissions

therock

Member
I don't know how I did it but I have some icons in my folders that have gained the little shortcut arrows and they are not giving me permission to access those folders now.
I don't know how it happened.

When I try and edit security permissions I get a message "an error has occured while applying security information".

Some of them already show full control in all the users on the list.

I have a three machine network, wired through a router gigabit switch. I guess I was doing some setup stuff and fat fingered something.
 

My Computer

System One

  • Manufacturer/Model
    Home Build
    CPU
    Intel Q6600 G0
    Motherboard
    Gigabyte GA-EP45-UD3P
    Memory
    Corsair 8GB
    Graphics Card(s)
    POWERCOLOR AX3650 512M DDR2
    Sound Card
    On board
    Monitor(s) Displays
    Samsung 215TW
    Screen Resolution
    1600
    Hard Drives
    2X WD 750GB RE3 RAID-1
    PSU
    610W CORSAIR Modular
    Case
    Cheapo Rosewell
    Cooling
    Rosewell Fans and CPU Cooler
    Keyboard
    Logitech Access Keyboard 600
    Mouse
    Logitech MX Revolution
    Internet Speed
    15962
Hi,

Try it from Safe Mode, often you can then access files, even if you have locked yourself out of them. You could also try System Restore. Don't worry yet, it is EXTREMLY unlikely that we cannot unlock your files.

Here is how to take ownership of a file and then change its permissions from Command Prompt. I have used the C:\Users\ folder as an example. This also works on specific files. Do not change %username% to your actual User Name, leave it as it is.

takeown /f C:\Users\*
icacls C:\Users\* /grant:r %username%:f

If this does not work, download the small program attched to this post (the .exe is the same as the .exe in the .zip file - someone else had a problem with it) This program will remove all permissions from the file, folder or drive specified, so make sure you add SYSTEM and yourself back at the very least. DO NOT use this program on any drive yet, only problematic files and folders. DO NOT MISUSE THIS PROGRAM!

  • Download the small program and put it on your desktop.
  • Start Command Prompt.
  • Navigate to your desktop ("cd C:\Users\{Enter your Account Name}\Desktop" and press enter)
  • Type "Takeown.exe C:\" and press enter.
  • Right click on your C:\ drive and give full access to SYSTEM and yourself and then CAREFULLY re-assign your permissions. If this does not work, you can try this program from safe mode.
If this does not work,

  • Make sure you exchange "{Account Name}" with your actual account name such as "Richard". Sounds obvious, but it has been done.
  • Make sure you included the ".exe" after "takeown" i.e. "takeown.exe". In theory it should not matter, but it is best to do it.
  • Make sure there is a space between "takeown.exe" and "C:\" i.e. "takeown.exe C:\
  • Double click on the exe from the desktop to see if you can make out "Must specify a file name:" to check the .exe works
  • Here is my sample command:
"cd C:\Users\Richard\Desktop"
"takeown.exe C:\"

If this does not work, try another tack:

  • Create a shortcut to the .exe on your desktop.
  • Open the shortcut's property page.
  • Under the Shortcut tab,
  • In the target box, Add a space and then C:\ after the last quote.
  • i.e.: "C:\Users\Richard\Desktop\takeown.exe" C:\
  • Then double click the shortcut.
READ ME!!: On the C:\ drive, give full control to SYSTEM, Autenticated Users, Administrators and Users. DO NOT use this program on any drives yet, just problematic files and folders.

Hope this helps, if not, post back.

Richard
 

Attachments

  • Takeown.exe
    5.8 KB · Views: 83
  • takeown.zip
    2.3 KB · Views: 10

My Computer

System One

  • Manufacturer/Model
    Dell XPS 420
    CPU
    Intel Core 2 Quad Q9300 2.50GHz
    Motherboard
    Stock Dell 0TP406
    Memory
    4 gb (DDR2 800) 400MHz
    Graphics Card(s)
    ATI Radeon HD 3870 (512 MBytes)
    Sound Card
    Onboard
    Monitor(s) Displays
    1 x Dell 2007FP and 1 x (old) Sonic flat screen
    Screen Resolution
    1600 x 1200 and 1280 x 1204
    Hard Drives
    1 x 640Gb (SATA 300)
    Western Digital: WDC WD6400AAKS-75A7B0

    1 x 1Tb (SATA 600)
    Western Digital: Caviar Black, SATA 6GB/S, 64Mb cache, 8ms
    Western Digital: WDC WD1002FAEX-00Z3A0 ATA Device
    PSU
    Stock PSU - 375W
    Case
    Dell XPS 420
    Cooling
    Stock Fan
    Keyboard
    Dell Bluetooth
    Mouse
    Advent Optical ADE-WG01 (colour change light up)
    Internet Speed
    120 kb/s
    Other Info
    ASUS USB 3.0 5Gbps/SATA 6Gbps - PCI-Express Combo Controller Card (U3S6)
Thanks, I'm working on it. I'll get back to you.
 

My Computer

System One

  • Manufacturer/Model
    Home Build
    CPU
    Intel Q6600 G0
    Motherboard
    Gigabyte GA-EP45-UD3P
    Memory
    Corsair 8GB
    Graphics Card(s)
    POWERCOLOR AX3650 512M DDR2
    Sound Card
    On board
    Monitor(s) Displays
    Samsung 215TW
    Screen Resolution
    1600
    Hard Drives
    2X WD 750GB RE3 RAID-1
    PSU
    610W CORSAIR Modular
    Case
    Cheapo Rosewell
    Cooling
    Rosewell Fans and CPU Cooler
    Keyboard
    Logitech Access Keyboard 600
    Mouse
    Logitech MX Revolution
    Internet Speed
    15962
Back
Top