Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Re: Twelve unnecessary Vista features to disable

Reply
Thread Tools Display Modes

Re: Twelve unnecessary Vista features to disable

 
 
Pufnstuf
Guest
Posts: n/a

 
      09-05-2008
"leap frog vista" <> wrote in
news:48c130e5$:

> http://www.infoworld.com/article/08/...ary_Vista_feat
> ures_to_disable_1.html


Wow! I clicked the link on how to tame UAC that takes you to a PCworld
article. The guy goes through the whole process of telling you how to
create a batch file to easily turn UAC on/off. Um, that is already
included in Vista. You just type msconfig into the search box or run box
and the taq with the tools has two batch files to easily turn UAC off/on.
What a dumbass.

http://www.pcworld.com/article/140134-
2/annoyance_buster_make_vistas_user_account_control_ work_for_you.html

Turn UAC On and Off as Needed

One option is to leave UAC on for most of your routine computing, but to
turn it off when you need to do serious customizing, such as working with
Control Panel applets or installing new software. Toggling UAC takes
several steps, but you can streamline the process by creating a batch
file to turn UAC off and another batch file to turn it back on.
Unfortunately, each process requires a restart, but at least you can make
that process part of the batch file.

Open Notepad or your favorite text editor. On the first line, type %
windir%\System32\reg.exe ADD HKLM\SOFTWARE\ Microsoft\Windows
\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f (with
no space between "SOFTWARE\" and "Microsoft\"), and press Enter. This
command shuts down UAC. On the next line, type shutdown /r /t 20 /c
"Restarting your system in 20 seconds. To cancel, choose Start, type
shutdown /a and press Enter", and press Enter again. This line restarts
your computer in 20 seconds and includes instructions on how to cancel
the restart if necessary. You can change the '20' value to whatever
number of seconds you prefer. Next, choose File, Save As; specify a
location; and type a name for the file, giving it the .cmd extension.

Next, create a shortcut to the file you just created: Locate the icon for
the file, and hold down the right mouse button as you drag the icon to a
desired location; then release the button, and select Create Shortcuts
Here. Right-click the shortcut and choose Properties. In the Shortcut
tab, click the Advanced button. Check Run as administrator, and click OK
twice (see the screen below). In the future, when you launch the
shortcut, UAC will still prompt you (since it will still be on), but at
least you'll have enough privileges to run the batch file after
confirming.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Twelve unnecessary Vista features to disable Gazill Yanaire Windows Vista General Discussion 3 09-05-2008 05:08 PM
Re: Twelve unnecessary Vista features to disable fb Windows Vista General Discussion 4 09-05-2008 05:06 PM
Re: Twelve unnecessary Vista features to disable Kerry Brown Windows Vista General Discussion 0 09-05-2008 01:51 PM
How to cope with or disable Vista's security features? clintonG Windows Vista General Discussion 8 11-30-2007 06:17 PM
Remove unnecessary things in Vista? DocMAX Windows Vista General Discussion 2 02-12-2007 09:34 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59