In many of the tweaks on OS we directed to delete or replace a system file.
In Windows Vista this is not as easy as it sounds since the system files are protected better by the file system than in XP.
There are two steps that you need to do in order to be able to replace or delete a system file:
1. First you need to take ownership of the file. Run takeown /f "path and file name" to take ownership from a command prompt.
2. Next, you need to give your account full control permissions on the file. Run cacls "path and file name" /G
Friday, October 09, 2009
How to delete/replace a system file in vista
Labels:
REGISTRY TRICKS,
VISTA TRICKS
related posts:
- Stop an Application from Running at Startup in Windows Vista
- Access Stored User Names and Passwords with rundll32.exe
- Windows Vista System Restore
- Have kids? Use parental controls in vista
- Easy Search For Hidden Or System Files In Windows XP
- Connecting to other computers through windows / ports tutorial
- REGISTRY EDITOR is dissable by adminstrator
- Allowing dos and regedit in a restricted Windows
- How to delete/replace a system file in vista
- Blue screen of death / Windows system error
- Folder Options missing in Windows Explorer
- Task Manager Disabled? here's solution
- 7 Ways to Fix ”Registry editing has been disabled by Your administrator “
- change default location for installing applications
- Enable Folder and Icon Refresh
- delete files from recent file list in windows
- mount cd / dvd image in windows vista
- Use Windows Update feature anonymously
- Disable User Account Control (UAC) For Administrators Only
0 comments: