ANSWERS: 3
  • Hara Kiri. OR, go to properties, security, advanced (I think I'm not on a Vista box at the moment) and see if you can take ownership (there should be a button).
  • smack yourself for buying a computer with vista, then continue to erase it and install windows XP, ubuntu, or MEPIS linux.
  • There are files and directories in Windows Vista that seem to impossible to delete and remove away. These persistent undeletable files and folders sometimes can’t even be accessed no matter what, even by an administrator, and you’re pretty sure that the files are not locked by running process. This situation always happen especially if you perform in-place upgrade from Windows XP or install Windows Vista on another partition or hard disk drive, leaving the old XP used partition with its own data. The problem symptom occurs because the undeletable files and folders’ ACLs (Access Control Lists) were set for accounts with SIDs that applied to an old partition. So these data will effectively owned by nobody or non-existent user when view in Vista operating system. In order to access the file for manipulation, modification or deletion, we will need to take control of the files under Vista. We can use 2 command-line utilities to take ownership of the files or folders, and then grant full control access permissions to Administrators group, which supposedly you’re a member of. The 2 command line syntaxes are as below. Note that the full path should be included if you’re not at the current directory, and to run these commands, command prompt has to be in elevated mode. For Files: takeown /f file_name /d y icacls file_name /grant administrators:F For Directories (will perform action recursively): takeown /f directory_name /r /d y icacls directory_name /grant administrators:F /t

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy