Windows Vista and Windows 7 operating systems have a much tighter security protocol than the good old windows XP or windows ME (second Edition) , therefore UtilitySoft software will only run with the security mode disabled in Windows Vista or Windows 7 either temporarily or permanently. To disable the security settings please follow the instructions below :
Windows 7
- Go to Windows Start button (bottom left of screen)
- Type UAC on the search area
- You will now see ‘Change UAC Settings’ on the list of found search items, select it ..
- Move the security settings Scroll Handle all the way to the bottom – ‘Never Notify’
- Restart the computer for changes to take effect
- Now you can use the software without right clicking to ‘Run As Administrator’
- Simply double click on the icon to open up the software
Windows Vista
Method #1 [Temporary Solution]
- Locate file or shortcut to launch application
- Right Click the file or shortcut
- Select ‘Run As Administrator’ to launch application with admin privileges
Method #2 [Permanent Solution]
To Setup Administrator with a password
- Logon to Vista using your usual account
- Click on the Start button
- Click on Start > Search > Type ‘cmd’
- When system search locates cmd then right click on cmd and select ‘Run as administrator’
- On command prompt type : Net user administrator [your password here]
- Net user administrator /active:yes
- Switch User, or logoff
- Logon as Administrator and enter password
To Setup Administrator without a password
- Logon to Vista using your usual account
- Click on the Start button
- Click on Start Search
- Type ‘cmd’
- When system search locates cmd then right click on cmd and select ‘Run as administrator’
- Net user administrator /active:yes
- Switch User, or log off
- Logon as Administrator and enter password
NOTE : There should be no space between the word ‘active’ and the colon.
/active :yes is wrong.
/active:yes is correct.
You need a forward slash before /active
Net user administrator active:yes is wrong
Net user administrator /active:yes is correct
