Azulyn
OK, plain language.
The first concept that you need to understand is that Windows is not just
another software program, it's an operating system. It's what enables all of
the software and hardware on the computer perform the way it was designed to
perform. In your profession, you can equate this with the controls that
allow your rotary aircraft to perform the way it was designed. Just like
your aircraft controls have rules that must be followed when you operate
them an operating system also has rules that must be followed. If you
violate those rules you crash your aircraft or you crash your computer. If
you get a new aircraft, with a different set of controls, you must learn new
ways of doing things. It's the same way with a computer and a new operating
system.
You can bypass most of the security options in Vista by using the built-in
administrator account. The problem with this is that the security model in
Vista is multi-layered. In other words, if you break one component of this
security model, most of the other parts are also broken, since they depend
on UAC.
Some of these components are:
User Account Control (UAC). This component notifies you if a program you
start is trying to gain systemwide, unrestricted access to every part of the
operating system. If it does this, UAC will ask for your permission before
allowing the program to gain this access.
File Virtualization (Data Redirection). This component provides
compatibility for older programs and by enabling legacy applications to run
in non-administrator accounts. It automatically creates copies of files that
an application can use when it does not have permission to access the
original files that are contained in a restricted folder such as Program
Files.
Registry Virtualization. (Registry Redirection) Similar to file
virtualization except that a program that tries to write to a global,
restricted part of the Registry, such as the HKEY LOCAL MACHINE, system
section of the registry is redirected to the HKEY CURRENT USER, users
section of the registry.
(If you have already installed some older programs, these programs may stop
working, or not work properly, because their configuration files and
settings have already been virtualized.)
Internet Explorer Protected Mode. You will not be able to use IE in
protected mode while you are logged on with this account.
Even when you are using the built-in administrator account, you may still
encounter some access denied messages when accessing certain files or
folders. This is due to the permissions (another part of the security model)
on some files and folders.
All I and many others want to do is delete some files, or upgrade a
program.<
You can delete any files you wish as long as they belong to the user account
that you are using to log onto the system. If they belong to the system,
another user account, or they are located in a restricted section of the
file structure, such as C:, C:\Program Files, or C:\Windows, then you will
need to take ownership of the file and then change the permissions for that
file before you can delete it.
If you are having a problem upgrading a program, then there can be several
causes of the upgrade failing. It is an older program that is not completely
compatible with Vista, you need to elevate the installation file with admin
privileges, or the upgrade file has been corrupted.
There are several ways that you can enable the built-in administrator
account, depending on which version of Vista you are using. I urge you to
NOT use this account for your everyday account. Remember the reasons that I
already described.
1. All Versions. Go to Start/All Programs/Accessories. Right click the
'Command Prompt' item and select 'Run As Administrator'. In the command
window, type the following:
net user administrator /active:yes
(Be sure to type the command exactly as shown, including the spaces and
colon)
Press Enter.
You should see 'the command completed successfully'.
2. Business or Ultimate versions. Press WINKEY+R to open the Run Box.
Type control userpasswords2 in the Open box and click OK.
Click the Advanced Tab in the User Accounts dialog.
Click the Advanced Button.
In the lusrmgr dialog, click Users, in the left column.
Right click Administrator in the center section and click the Properties
item.
Remove the check mark from the 'Account is disabled' option.
Click Apply/OK.
Reboot the computer.
The administrator account should appear on the login screen. This account
does not have a password associated with it, by default. You should set a
password for the account in Control Panel/User Accounts.