Master_T Posted October 4, 2007 Posted October 4, 2007 Hi guys!There is a thing that really annoys me in Vista, and it is the idiotic file/folders "protection" that doesn't allow me to delete/modify certain files or folders.Let me explain better. I'm not talking about UAC, but of the fact that when I try to delete certain files (file type appears to be random...) usually files left from uninstallations (seems even the software uninstaller itself cant delete them!) vista just keeps saying "To execute this operation you need authorizationRetry, Cancel"(or sthing similar, I have the italian version of windows, dunno if it translets like that actually)I'm the only user of the PC, and obviously I have administrative powers, UAC is disabled, but it seems this is not enough. Every time I want to delete certain files (note they aren't system files... last time it happened with a dll left from the uninstallation of the LG mobile phones manager software) I have to open up the file/folder proprieties, go to protection, became owner of the item, close proprieties, reopen them, give myself authorization to modify files, close the explorer window, reopen it and then FINALLY I can delete the item.I find this behaviour stupid, in WinXP I never had such problems, I could delete almtos any file I wanted without having to become "owner" of it (as if there where other users in the system!! I'm the only user!) , or change permissions, or anything. Is there a way to disable this??
Stoic Joker Posted October 4, 2007 Posted October 4, 2007 "To execute this operation you need authorizationRetry, Cancel"That error message is telling you that the file is in use (has an Open Handle) by some application, you can either:Wait for the App to close the handle - then delete file.Find which App owns the handle, close the app - then delete the file.Use a utility like UnLocker, to force the handle closed - then delete the file.
masterj Posted October 8, 2007 Posted October 8, 2007 dunno how about you but for me unlocker doesn't work (vista ultimate x64) too bad because this is one of those "MUST-HAVE" utilities
fizban2 Posted October 8, 2007 Posted October 8, 2007 http://www.microsoft.com/technet/technetma...CL/default.aspxread this, give a basic understand of how permissioning has changed on vista compared to XP
Master_T Posted October 9, 2007 Author Posted October 9, 2007 (edited) "To execute this operation you need authorizationRetry, Cancel"That error message is telling you that the file is in use (has an Open Handle) by some application, you can either:Wait for the App to close the handle - then delete file.Find which App owns the handle, close the app - then delete the file.Use a utility like UnLocker, to force the handle closed - then delete the file.Nope.I have unlocker, and it tells me there are no open processes that lock the file.In fact, when I change theyr aouthorization, I can delete them. It's just that it's extreemly annoying.http://www.msfn.org/board/ipb_seo.php?url=...%2Fdefault.aspxThx, interesting read, but still quite useless to my prob. I didn't want to know nor learn how protection works... just wished there was a way to just disable it like or set it like it was in XP (read: non existent, or at least not active by default, cos I never saw the "protection" tab in file proprieties or had any problems of this kind before).Well, if there isn't, I think I'll just have to live with it.Maybe I'll suggest to the vlite team if they can add a feauture to remove it pre-installation Thx for your answers.Master_T Edited October 9, 2007 by Master_T
razormoon Posted October 10, 2007 Posted October 10, 2007 (edited) Why don't you activate built-in Administrator (AKA GOD ACCOUNT), rename it to your liking and start chipping away at your os?You can do this via Run >> secpol.mscGo to Local Policies >> Security OptionsAccounts: Administrator account status = enabledAccounts: Rename administrator account = <something OTHER THAN Administrator> FOR SAFETY!User Account Control: Admin Approval Mode for the Built-in Administrator account = disabledLike I said, this will open your os to run in a very unsecure fashion. You will have free reign of the system, however it is not recommended.Have fun. Edited October 10, 2007 by razormoon
Master_T Posted October 13, 2007 Author Posted October 13, 2007 Like I said, this will open your os to run in a very unsecure fashion. You will have free reign of the system, however it is not recommended.I know, it's like using the root account in UNIX based systems... I know that with admin powers you can do almost anything you want, but I also know it's risky.The poin is that I didn't have that file protection policy in XP, and I was not using admin account....
razormoon Posted October 13, 2007 Posted October 13, 2007 Well, it's just something that Vista does and seperates it from XP. The built-in administrator account is about the only thing you can do without buying third party software that will make Vista less naggy.
Keris Posted October 15, 2007 Posted October 15, 2007 Why don't you activate built-in Administrator (AKA GOD ACCOUNT), rename it to your liking and start chipping away at your os?Actually, even the built-in Admin account doesn't have write access to most of the important system files. By default, much of Vista is set up to only allow the TrustedInstaller SID full control. Thus you would still need to take ownership of said files and then grant yourself Full Control permissions. To get things to act just like XP does, copy the code below into a batch file and run it.takeown /F C:\Windows /A /R /D Yicacls C:\Windows /grant Administrators:F /T /C /Ltakeown /F "C:\Program Files" /A /R /D Yicacls "C:\Program Files" /grant Administrators:F /T /C /LOf course, doing so will negate any security benefits that locking down such files gives you, so do so at your own folly.
BackRaw Posted January 2, 2008 Posted January 2, 2008 when the file is read-only, you will get the message anytime you want to delete/cut it!remove Read-Only from properties of the file.
rjisinspired Posted January 2, 2008 Posted January 2, 2008 (edited) When I moved from windows 98, used it from when I first got my computer back on November 24th 1999 to April 27th 2007, then to 2000 then XP, I always ran, and still run, as admin. Well, 98 it isn't a choice really since you are admin when just you but 98 can be plugged up and not many of the stuff affects it as much as the later systems. For years I have run in admin modes and I haven't gotten hit by anything. Maybe once in a blue moon a script from a website that got owned will nab me but otherwise I scan check everything and block what I don't need or want and am alert for anything that might happen. I don't click on suspicious mails or sites. I'm use to this way of working.When I started out yeah I was clicking everything and didn't know what a firewall was at all, nor about security. Heck, it took me half an hour to figure out how to log on to AOL. The sign in button was right in front of me but I kept thinking why do I have to do this when I already did sign up for the service, duh. One time a guy said he could color correct my AOL profile picture if I sent it his way. Instead I sent him the adobe 4.0 program's exe file which came with the compaq. Those were fun times, lol. Edited January 2, 2008 by rjisinspired
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now