Im running windows 7 home premium and my issue is when i remove read only attribute from a folder it again check on readonly.
C:\Program Files\EasyPHP1-8\www\bagsdefined
i want to remove readony check from bagsdefined folder
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Move the files you want to manipulate into
C:\Users\XXXXX\AppData\Local\VirtualStore\Program Files\..instead ofC:\Program Files\..and you may have R/W access. replaceXXXXXwith the username.The same applies for files within
C:\Program Files (x86)\..==>C:\Users\XXXXX\AppData\Local\VirtualStore\Program Files (x86)It is part of Microsoft UAC Virtualization scheme in Win7. From within any program the files will appear within their original location in Program Files, but in fact they are not. It is kinda spooky, but it works.