Thread: cannot delete flash10d.ocx, flashutil10d.exe

  1. #16
    Registered User
    Join Date
    Jan 2010
    Posts
    412
    Like I said; For XP Home you have to boot in safe mode to get the security tab

  2. #17
    Registered User
    Join Date
    Oct 2006
    Posts
    250
    So what you are saying is, even though I am administrator, I still need to have the correct ownership over the files? Does not this defeat the purpose of having administrator privileges? Also, how come that I can delete my entire windows directory without doing anything special, aside from hitting shift-delete except for these two files?

  3. #18
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Administrator is not some super-uber user. You do not automatically have privileges to do everything out of the box.
    The way security works is that you can actually deny access to resources for administrators. There is also an account named "System" that has higher privileges. Some files are protected so that only System can do stuff with them.

    Also, an owner is not the same as an administrator. An owner is someone who owns a file or folder. Owners of files and folders have the ability to set any security permissions on them that they want. As an administrator, you can have the ability to take ownership of any file and folder you desire.

    To make matters worse, different users have different SIDs, which are usually randomized when you install Windows. So if you reinstall Windows, those SIDs will show up as unkown--ie not linked to any user. When that happens, stuff can break since the permissions were valid with the previous Windows installation but aren't valid anymore, hence they actually do nothing! This can make files you can delete now undeletable later when you reinstall Windows.
    Last edited by Elysia; 02-20-2010 at 12:11 PM.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  4. #19
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Like I said; For XP Home you have to boot in safe mode to get the security tab
    If you follow this advice it will work in XP home. XP Pro has the tabs available all the time while XP Home only has them avail. when in safe mode.

  5. #20
    Registered User
    Join Date
    Oct 2006
    Posts
    250
    You're right, in safe mode there is a security tab. Turns out I can delete the folder from safe mode directly without changing security settings.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. BST delete again, but this time I think I'm close
    By tms43 in forum C++ Programming
    Replies: 9
    Last Post: 11-05-2006, 06:24 PM
  2. delete and delete []
    By Lionel in forum C++ Programming
    Replies: 8
    Last Post: 05-19-2005, 01:52 PM
  3. why is this prog crashing on delete?
    By Waldo2k2 in forum Windows Programming
    Replies: 2
    Last Post: 12-04-2002, 11:17 PM
  4. Problem need help
    By Srpurdy in forum C++ Programming
    Replies: 1
    Last Post: 07-24-2002, 12:45 PM
  5. memory management...
    By master5001 in forum Game Programming
    Replies: 24
    Last Post: 01-07-2002, 05:50 PM