View Single Post
Old 02-28-2008, 03:38 AM   #8 (permalink)
LincolnX
 
Newb Techie

Join Date: Oct 2007

Posts: 25

LincolnX is on a distinguished road

Default Re: How to disable "You need permission to perform this action" with Windows Vista?

I took ownership with the commands:
Code:
takeown /F D:\folder
cacls D:\folder /g Users:F
After that I had to restart explorer.exe and it worked, thanks!!
LincolnX is offline