﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>JB's Windows Vista FAQ, Tips, Tricks, and Downloads</title><link>http://www.jimmah.com/vista</link><description>JB's Windows Vista FAQ, Tips, Tricks, and Downloads</description><copyright>(C) 2008 Jimmy Brush</copyright><ttl>5</ttl><item><title>Blog: 
      Jimmah.com is back... and better than ever!
    </title><category>Blog</category><category>website</category><description>
                &lt;p&gt;
                    Hello,&lt;/p&gt;
                    
                &lt;p&gt;
                    Sorry about the downtime. I am still trying to
                    restore some images, but other than that, everything should be working now.
                    &lt;/p&gt;
                    
                &lt;p&gt;If you find something that's still broken, please drop me a line.&lt;/p&gt;
                
                &lt;p&gt;I've upgraded the site with the top 2 requested features: a what's new section on the
                front page and an RSS feed. I have another cool feature in the works, too. Let me know how
                you like the new design and anything else you would like to see.&lt;/p&gt;
                
                &lt;p&gt;Thanks,&lt;/p&gt;
                
                &lt;p&gt;- JB&lt;/p&gt;
      </description><link>http://www.jimmah.com/vista/content.aspx?id=47</link><pubDate>Sun, 19 Oct 2008 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      How do I run an administrative program (that needs my permission to start) every time I log in and prevent the "Windows has blocked some startup programs" message?
    </title><category>FAQ</category><category>administration</category><category>applications</category><description>
      &lt;p&gt;
                    Windows Vista prevents administrative programs that need your permission to start
                    from running automatically when you log in if they are being started from the normal
                    "run" registry keys or startup folders.&lt;/p&gt;
                &lt;p&gt;
                    However, you can allow an administrative program to start when you log in by creating
                    a scheduled task.&lt;/p&gt;
                &lt;strong&gt;
                    Startup Program Unblocker&lt;/strong&gt;
                &lt;p&gt;
                    I have created a program that automates this process for you. You can download it
                    here:&lt;/p&gt;
                &lt;p&gt;
                    &lt;a href="http://www.jimmah.com/vista/downloads/startupunblocker.zip"&gt;Download Startup
                        Program Unblocker (English and French)&lt;/a&gt;&lt;br /&gt;
                    &lt;a href="http://www.jimmah.com/vista/downloads/startupunblocker_fr.zip"&gt;Download Startup
                        Program Unblocker (French only)&lt;/a&gt;&lt;/p&gt;
                (Thanks to Microsoft MVP Laurent Gébeau of &lt;a href="http://www.toutwindows.com"&gt;toutwindows.com&lt;/a&gt;
                for translating this program into French)
                &lt;strong&gt;
                    How to do it manually&lt;/strong&gt;
                &lt;p&gt;
                    &lt;b&gt;Note:&lt;/b&gt; This only works if you are an administrator. You cannot cause an administrative
                    program to automatically start on a standard user's desktop.&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;Type: task scheduler&lt;/li&gt;&lt;li&gt;Press enter&lt;/li&gt;&lt;li&gt;Click create
                        task in the right&lt;/li&gt;&lt;li&gt;Type a name for the task&lt;/li&gt;&lt;li&gt;Put a check next to the box
                            that says 'run with highest privileges'&lt;/li&gt;&lt;li&gt;Click on the Trigers tab&lt;/li&gt;&lt;li&gt;Click
                                New&lt;/li&gt;&lt;li&gt;Click on the dropdown next to "Begin the task", select At log on&lt;/li&gt;&lt;li&gt;
                                    Put a check next to 'specific user or group'&lt;/li&gt;&lt;li&gt;Click OK&lt;/li&gt;&lt;li&gt;Click the actions
                                        tab&lt;/li&gt;&lt;li&gt;Click New&lt;/li&gt;&lt;li&gt;Click browse&lt;/li&gt;&lt;li&gt;Find the program you want to run&lt;/li&gt;&lt;li&gt;
                                            Click Open&lt;/li&gt;&lt;li&gt;Click OK&lt;/li&gt;&lt;li&gt;Click OK&lt;/li&gt;&lt;/ol&gt;
                &lt;strong&gt;
                    So... why exactly does Windows block administrative programs from running when I
                    log on?&lt;/strong&gt;
                &lt;p&gt;
                    Most programs cause themselves to start every time you log in by placing an entry
                    in your startup folder, your run registry key, or the system-wide startup folder
                    or run key.&lt;/p&gt;
                &lt;p&gt;
                    Because your startup folder and personal run registry key can be written to by non-administrative
                    programs, Windows cannot allow administrative programs that are started from these
                    locations to run without prompting you. This would allow untrusted non-administrative
                    programs to place malware in these locations that would be started with admin privileges
                    when you next logged on.&lt;/p&gt;
                &lt;p&gt;
                    However, it is also unacceptable to allow administrative programs that are started
                    from these locations to prompt for your consent every time you start up your computer.
                    Besides being extremely annoying, a malicous program could potentially put hundreds
                    of malicious administrative programs in these locations, creating an endless series
                    of prompts for you to deal with, creating a denial-of-service scenario.&lt;/p&gt;
                &lt;p&gt;
                    Since neither option is desirable, Microsoft decided to disallow administrative
                    applications from starting automatically from these locations.&lt;/p&gt;
                &lt;p&gt;
                    It would also be inappropriate to allow administrative programs to be launched from
                    the machine-wide startup folder and run registry location, since administrative
                    programs can only be started inside of administrative accounts, or from a standard
                    user account with an administrator's credentials entered on-demand.&lt;/p&gt;
                &lt;p&gt;
                    The reason the task scheduler solution is allowed to work is because non-administrative
                    programs cannot create scheduled tasks, so there is no way for malware to abuse
                    this service in the way that is possible with the other startup methods.&lt;/p&gt;
                </description><link>http://www.jimmah.com/vista/content.aspx?id=2</link><pubDate>Fri, 06 Jul 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I fix recurring error event id 5007 reported by WerSvc in the application event log?</title><category>FAQ</category><category>administration</category><description>
                &lt;p&gt;
                    After installing the microsoft update &lt;a href="http://support.microsoft.com/kb/931174"&gt;
                        KB 931174&lt;/a&gt;, you start receiving the following recurring error in the application
                    event log:&lt;/p&gt;
                &lt;p&gt;
                    &lt;b&gt;WerSvc event id 5007&lt;/b&gt; The target file for the Windows Feedback Platform
(a DLL file containing the list of problems on thiscomputer that require additional
data collection fordiagnosis) could not be parsed. The error code was 8014FFF9.
                &lt;/p&gt;
                &lt;p&gt;
                    This error means that a file associated with the customer experience improvement
                    program, wertargets.wtl, is expired.&lt;/p&gt;
                &lt;p&gt;
                    The root cause of the error is that KB 931174 updates your computer with an unusable,
                    already-expired wertargets.wtl file.&lt;/p&gt;
                &lt;p&gt;
                    To stop this error, you should uninstall KB 931174.&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;Click Control Panel&lt;/li&gt;&lt;li&gt;Click Programs&lt;/li&gt;&lt;li&gt;Click Programs
                        and Features&lt;/li&gt;&lt;li&gt;On the left, click View installed updates&lt;/li&gt;&lt;li&gt;Find KB 931174
                            and click on it&lt;/li&gt;&lt;li&gt;Click uninstall on the toolbar when it appears&lt;/li&gt;&lt;/ol&gt;
                &lt;br /&gt;
                &lt;p&gt;
                    If uninstalling the update does not stop the error, you can manually replace the
                    file that is causing the problems:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Download and save &lt;a href="http://www.jimmah.com/vista/downloads/wertargets.bin"&gt;
                        wertargets.bin&lt;/a&gt;&lt;/li&gt;&lt;li&gt;rename the file to wertargets.wtl&lt;/li&gt;&lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;
                            Type: command prompt&lt;/li&gt;&lt;li&gt;Right-click command prompt and click Run As Administrator&lt;/li&gt;&lt;li&gt;
                                Type the following commands, pressing enter after each line:&lt;br /&gt;
                                &lt;b&gt;
                                    &lt;pre&gt;cd %systemroot%\system32
takeown /F wertargets.wtl /A
icacls wertargets.wtl /grant Administrators:(M)&lt;/pre&gt;
                                &lt;/b&gt;&lt;/li&gt;
                    &lt;li&gt;Move the downloaded wertargets.wtl file to your system32 folder&lt;/li&gt;&lt;/ol&gt;
            </description><link>http://www.jimmah.com/vista/content.aspx?id=3</link><pubDate>Wed, 20 Jun 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I keep my password from expiring?</title><category>FAQ</category><category>administration</category><description>
      &lt;p&gt;
                    Some users are reporting that Windows is telling them that their password is expired
                    or is about to expire, even though that have not set any password expiration policies.&lt;/p&gt;
                &lt;p&gt;
                    Following these steps should turn off this feature:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;Type: command prompt &lt;/li&gt;
                    &lt;li&gt;Right-click it when it appears in the list&lt;/li&gt;&lt;li&gt;click Run As Administrator&lt;/li&gt;&lt;li&gt;
                        Type the following command and press enter:&lt;pre&gt;&lt;b&gt;net accounts /maxpwage:0&lt;/b&gt;&lt;/pre&gt;
                    &lt;/li&gt;
                &lt;/ol&gt;</description><link>http://www.jimmah.com/vista/content.aspx?id=1</link><pubDate>Sat, 16 Jun 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: I have unchecked the "Always Ask" checkbox for the "Open File - Security Warning" prompt, but it continues to prompt when I run a certain program. How do I stop it?</title><category>FAQ</category><category>administration</category><category>security</category><description>
                &lt;p&gt;
                    This happens when you save a program that you have downloaded from the internet
                    to a secure location on your computer, such as the program files folder.&lt;/p&gt;
                &lt;p&gt;
                    To solve this problem:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Move the program that is prompting to your desktop&lt;/li&gt;&lt;li&gt;Launch the file from
                        there, and uncheck the checkbox&lt;/li&gt;&lt;li&gt;Close the program, and move it back to its orginal
                            location&lt;/li&gt;&lt;/ol&gt;
                &lt;p&gt;
                    You can also fix this problem without running the program by using the command prompt:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;Type: command prompt&lt;/li&gt;&lt;li&gt;Right-click command prompt, and
                        click run as administrator&lt;/li&gt;&lt;li&gt;Browse to the folder where the application .exe is
                            stored&lt;/li&gt;&lt;li&gt;Issue the following commands, where filename is the file's name:
                            &lt;pre&gt;&lt;b&gt;move filename.exe filename.bak
type filename.bak &gt; filename.exe
del filename.bak&lt;/b&gt;&lt;/pre&gt;
                            &lt;/li&gt;
                &lt;/ol&gt;</description><link>http://www.jimmah.com/vista/content.aspx?id=4</link><pubDate>Sat, 16 Jun 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How can I get the 'run as' menu option to work like it did in Windows XP</title><category>FAQ</category><category>administration</category><description>
                &lt;p&gt;
                    The "Run as" menu option is no longer available in Windows Vista. It has been replaced
                    by the "Run as administrator" component of UAC.&lt;/p&gt;
                &lt;p&gt;
                    However, you can still use the runas command-line utility to access this functionality.&lt;/p&gt;
</description><link>http://www.jimmah.com/vista/content.aspx?id=5</link><pubDate>Sat, 16 Jun 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      Why can't I access the administrative shares or remote administrative functions from a remote computer?
    </title><category>FAQ</category><category>administration</category><category>networking</category><description>
                &lt;p&gt;
                    Windows Vista prevents local administrators from using their administrator powers
                    over the network. This results in the inability to remotely administer a computer
                    using filesharing and tools that use similar technology (such as the computer manager
                    MMC snap-in and the administrative shares, such as C$). However, this DOES NOT affect
                    Remote Desktop in any way.&lt;/p&gt;
                &lt;p&gt;
                    To allow administrators local to a computer to use their administrator powers when
                    accessing the Vista computer remotely, please follow these steps:&lt;/p&gt;
                &lt;p&gt;
                    &lt;b&gt;CAUTION: Improperly modifying the registry can harm your system.&lt;/b&gt;&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;Type: regedit&lt;/li&gt;&lt;li&gt;Press enter&lt;/li&gt;&lt;li&gt;In the left, browse
                        to the following folder: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system\&lt;/li&gt;&lt;li&gt;
                            Right-click a blank area in the right pane&lt;/li&gt;&lt;li&gt;Click New&lt;/li&gt;&lt;li&gt;Click DWORD Value&lt;/li&gt;&lt;li&gt;
                                Type: LocalAccountTokenFilterPolicy&lt;/li&gt;&lt;li&gt;Double-click the item you just created&lt;/li&gt;&lt;li&gt;
                                    Type 1 into the box&lt;/li&gt;&lt;li&gt;Click OK&lt;/li&gt;&lt;li&gt;Restart your computer&lt;/li&gt;&lt;/ol&gt;</description><link>http://www.jimmah.com/vista/content.aspx?id=6</link><pubDate>Sat, 09 Jun 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: What do I do: I can no longer log in or elevate to an administrator account</title><category>FAQ</category><category>administration</category><category>security</category><description>
                &lt;p&gt;
                    Under certain circumstances, you may find yourself without the ability to log in
                    as an administrator. Some situations include:&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;You upgraded from Windows XP, and your administrator account is gone or disabled&lt;/li&gt;&lt;li&gt;
                        You demoted all administrator accounts to standard users&lt;/li&gt;&lt;li&gt;Your administrator
                            account was somehow disabled&lt;/li&gt;&lt;li&gt;Your administrator account was hidden from the
                                welcome screen, and you are now unable to use it from inside of your standard user
                                account(s)&lt;/li&gt;&lt;li&gt;When attempting to run an administrative utility, you are required
                                    to enter the password for a hidden account called "ASP.NET Machine Account"&lt;/li&gt;&lt;li&gt;
                                        You receive an error when trying to run an administrative program, preventing you
                                        from changing system settings and running many programs&lt;/li&gt;&lt;/ul&gt;
                &lt;p&gt;
                    In order to fix this problem, you will need to log in to the hidden "Administrator"
                    account that is on your computer. This account will allow you to run administrative
                    programs and change system settings so that you can fix your computer. This will
                    require restarting your computer, so you may wish to print these instructions for
                    your convienence.&lt;/p&gt;
                &lt;strong&gt;
                    Option 1: Try safe mode&lt;/strong&gt;
                &lt;ol&gt;
                    &lt;li&gt;Restart your computer&lt;/li&gt;&lt;li&gt;Press F8 before you see the Windows progress bar&lt;/li&gt;&lt;li&gt;
                        When the boot menu appears, choose safe mode&lt;/li&gt;&lt;li&gt;If you are presented with the option
                            to log in to the account named "Administrator", do so. Use this emergency Administrator
                            account to fix your normal administrator account by using the user accounts control
                            panel&lt;/li&gt;&lt;p&gt;
                                If you are not given the option to log in to the hidden "Administrator" account,
                                you will need to use Option 2.&lt;/p&gt;
                &lt;/ol&gt;
                &lt;strong&gt;
                    Option 2: The hard way&lt;/strong&gt;
                &lt;p&gt;
                    If you can still log in to your computer as a standard user, you may follow these
                    steps. If you cannot log in to any account on your computer, you will need to use
                    Option 3.&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Download the following file and save it to your desktop: &lt;a href="http://www.jimmah.com/vista/downloads/enableadmin.exe"&gt;
                        enableadmin.exe&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Click on the start orb. Write down your username (the name
                            listed right below your picture on the start menu).&lt;/li&gt;&lt;li&gt;Place your Windows Installation
                                DVD into your DVD drive&lt;/li&gt;&lt;li&gt;Restart your computer&lt;/li&gt;&lt;li&gt;When prompted, press a
                                    key on your keyboard to boot from the DVD&lt;/li&gt;&lt;li&gt;Select your language options and click
                                        Next &lt;a href="http://www.jimmah.com/vista/imgs/re2.jpg" target="picwnd"&gt;(See picture)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;
                                            Select the option at the bottom to repair your computer &lt;a href="http://www.jimmah.com/vista/imgs/re3.jpg"
                                                target="picwnd"&gt;(See picture)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Select your Windows installation from the
                                                    list. Make sure you notate what drive letter it is installed on.&lt;pre&gt;&lt;img src="http://www.jimmah.com/vista/imgs/re5.jpg"&gt;&lt;/pre&gt;
                                                &lt;/li&gt;
                    &lt;li&gt;Select the last option from the list to open a Command Prompt &lt;a href="http://www.jimmah.com/vista/imgs/re6.jpg"
                        target="picwnd"&gt;(See picture)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Type the drive letter that you notated from
                            step 8, type a colon (:), and then press enter. For example, if your Windows installation
                            was on drive C, you would type &lt;b&gt;
                                &lt;pre&gt;C:&lt;/pre&gt;
                            &lt;/b&gt;&lt;/li&gt;
                    &lt;li&gt;Type the following command, and press enter: &lt;b&gt;
                        &lt;pre&gt;cd users&lt;/pre&gt;
                    &lt;/b&gt;&lt;/li&gt;
                    &lt;li&gt;Type &lt;b&gt;cd&lt;/b&gt;, a space, your username that you wrote down in step 2, and then press
                        enter. For example, if your username is jimmy, you would type &lt;b&gt;
                            &lt;pre&gt;cd jimmy&lt;/pre&gt;
                        &lt;/b&gt;&lt;/li&gt;
                    &lt;li&gt;Type the following command, and press enter: &lt;b&gt;
                        &lt;pre&gt;cd desktop&lt;/pre&gt;
                    &lt;/b&gt;&lt;/li&gt;
                    &lt;li&gt;Type the following command, and press enter: &lt;b&gt;
                        &lt;pre&gt;enableadmin&lt;/pre&gt;
                    &lt;/b&gt;&lt;/li&gt;
                    &lt;li&gt;You should receive a message telling you to restart your computer. Close the command
                        prompt window and click on the 'Restart' button on the window that gives you the
                        list of options.&lt;/li&gt;&lt;li&gt;When your computer restarts, log in with the account named
                            'Administrator'. Use this emergency Administrator account to fix your normal administrator
                            account by using the user accounts control panel.&lt;/li&gt;&lt;/ol&gt;
                &lt;strong&gt;
                    Option 3: The really hard way&lt;/strong&gt;
                &lt;p&gt;
                    &lt;b&gt;CAUTION: Improperly modifying the registry can harm your system.&lt;/b&gt;&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click on the start orb. Write down your username (the name listed right below your
                        picture on the start menu).&lt;/li&gt;&lt;li&gt;Place your Windows Installation DVD into your DVD
                            drive&lt;/li&gt;&lt;li&gt;Restart your computer&lt;/li&gt;&lt;li&gt;When prompted, press a key on your keyboard
                                to boot from the DVD&lt;/li&gt;&lt;li&gt;Select your language options and click Next &lt;a href="http://www.jimmah.com/vista/imgs/re2.jpg"
                                    target="picwnd"&gt;(See picture)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Select the option at the bottom to repair
                                        your computer &lt;a href="http://www.jimmah.com/vista/imgs/re3.jpg" target="picwnd"&gt;(See
                                            picture)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Select your Windows installation from the list. Make sure you notate
                                                what drive letter it is installed on.&lt;pre&gt;&lt;img src="http://www.jimmah.com/vista/imgs/re5.jpg"&gt;&lt;/pre&gt;
                                            &lt;/li&gt;
                    &lt;li&gt;Select the last option from the list to open a Command Prompt &lt;a href="http://www.jimmah.com/vista/imgs/re6.jpg"
                        target="picwnd"&gt;(See picture)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Type the following command, and press enter:
                            &lt;b&gt;
                                &lt;pre&gt;regedit&lt;/pre&gt;
                            &lt;/b&gt;&lt;/li&gt;
                    &lt;li&gt;On the left, click on HKEY_LOCAL_MACHINE&lt;/li&gt;
                    &lt;li&gt;Click the File menu at the top, and then click Load Hive&lt;/li&gt;&lt;li&gt;Click the option
                        on the left to go to "computer"&lt;/li&gt;&lt;li&gt;Double-click on the drive that Windows is installed
                            on (you wrote this drive letter down in step 7)&lt;/li&gt;&lt;li&gt;Double-click on the folder called
                                Windows&lt;/li&gt;&lt;li&gt;Double-click on the folder called System32&lt;/li&gt;&lt;li&gt;Double-click on the
                                    folder called Config&lt;/li&gt;&lt;li&gt;Click on the file called SAM and click Open&lt;/li&gt;&lt;li&gt;Type
                                        "Target SAM" into the box and click OK&lt;/li&gt;
                    &lt;li&gt;Expand the HKEY_LOCAL_MACHINE folder by clicking on the triangle next to it&lt;/li&gt;&lt;li&gt;
                        Expand the Target SAM folder by clicking on the triangle next to it&lt;/li&gt;&lt;li&gt;Expand the
                            SAM folder by clicking on the triangle next to it&lt;/li&gt;&lt;li&gt;Expand the Domains folder
                                by clicking on the triangle next to it&lt;/li&gt;&lt;li&gt;Expand the Accounts folder by clicking
                                    on the triangle next to it&lt;/li&gt;&lt;li&gt;Expand the Users folder by clicking on the triangle
                                        next to it&lt;/li&gt;&lt;li&gt;Click on the folder named 000001F4&lt;/li&gt;&lt;li&gt;Double-click the item
                                            in the right called "F"&lt;/li&gt;&lt;li&gt;You are now presented with an editor. You will see two
                                                columns: a list of letters and numbers grouped in pairs on the left, with a list
                                                of symbols on the right. We will only be using the list of letters and numbers on
                                                the left.&lt;/li&gt;&lt;li&gt;Find the spot in the left column that says "11".&lt;/li&gt;&lt;li&gt;Click to
                                                    the immediate right of the 11, so that the flashing insertion line is to the immediate
                                                    right of 11&lt;/li&gt;&lt;li&gt;Press backspace to make the 11 disappear&lt;/li&gt;&lt;li&gt;Using the keyboard,
                                                        type the number 10&lt;pre&gt;This should change the information in the left column from&lt;br /&gt;
&lt;br /&gt;02,00,01,00,00,00,00,00,80,8c,d7,b2,e9,97,c7,01,00,00,00,00,00,00,00,
00,1f,ea,fd,ad,e9,97,c7,01,00,00,00,00,00,00,00,00,de,ad,60,9b,e9,97,
c7,01,f4,01,00,00,01,02,00,00,11, ...
&lt;br /&gt;
&lt;br /&gt;TO:
&lt;br /&gt;
&lt;br /&gt;02,00,01,00,00,00,00,00,80,8c,d7,b2,e9,97,c7,01,00,00,00,00,00,00,00,
00,1f,ea,fd,ad,e9,97,c7,01,00,00,00,00,00,00,00,00,de,ad,60,9b,e9,97,
c7,01,f4,01,00,00,01,02,00,00,10, ...&lt;/pre&gt;
                                                        &lt;li&gt;Click OK&lt;/li&gt;&lt;li&gt;Close regedit&lt;/li&gt;&lt;li&gt;Close the command prompt window and click
                                                            on the 'Restart' button on the window that gives you the list of options.&lt;/li&gt;&lt;li&gt;When
                                                                your computer restarts, log in with the account named 'Administrator'. Use this
                                                                emergency Administrator account to fix your normal administrator account by using
                                                                the user accounts control panel.&lt;/li&gt;&lt;/ol&gt;
                &lt;br /&gt;
                &lt;p&gt;
                    Thanks to Ronnie Vernon, Microsoft MVP, for helping me with this issue.&lt;/p&gt;
            </description><link>http://www.jimmah.com/vista/content.aspx?id=7</link><pubDate>Sat, 09 Jun 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I edit the HOSTS file and other system/administrative files using NOTEPAD?</title><category>FAQ</category><category>administration</category><category>security</category><description>
                &lt;p&gt;
                    When using notepad to edit the HOSTS file or any other administrative or system
                    file, you will get an access denied error when trying to save the modified file.&lt;/p&gt;
                &lt;p&gt;
                    To successfully edit an administrative file, you must open notepad "as administrator."&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;Type: notepad&lt;/li&gt;&lt;li&gt;Right-click notepad&lt;/li&gt;&lt;li&gt;Click "Run
                        As Administrator"&lt;/li&gt;&lt;/ul&gt;
                &lt;p&gt;
                    After you have opened an "administrator" notepad, you may open and edit administrative
                    files.&lt;/p&gt;</description><link>http://www.jimmah.com/vista/content.aspx?id=8</link><pubDate>Tue, 06 Feb 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I turn on the new 3D effects (Aero Glass)</title><category>FAQ</category><category>graphics</category><description>
                      &lt;p&gt;
                    This is what Windows Vista looks like when the new 3D effects (Aero Glass) are turned
                    on:&lt;/p&gt;
                &lt;p&gt;
                    &lt;img src="http://www.jimmah.com/Vista/imgs/aero_glass.PNG" alt="Windows Vista Aero Glass" /&gt;&amp;nbsp;&lt;/p&gt;
                &lt;p&gt;
                    Notice the transparent window border, drop shadow, and glowing buttons.&lt;/p&gt;
                &lt;p&gt;
                    When you install Windows Vista it runs a test to see if your computer meets the
                    minimum requirements to display Aero Glass. If your computer passes the test, Aero
                    Glass is automatically turned on. If Windows Vista decides your system is not capable
                    of Aero Glass, there is no way to force it on.&lt;/p&gt;
                &lt;p&gt;
                    If your computer meets the minimum requirements but Aero Glass is still not displayed,
                    the most likely problem is that you need a special WDDM video driver for your video
                    card. A new driver may be available from your video card manufacturer's website
                    or from Windows Update.&lt;/p&gt;
                &lt;strong&gt;
                    Minimum Requirements&lt;/strong&gt;
                &lt;p&gt;
                    In order to display Aero Glass, your computer must meet the following requirements:&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;DirectX 9 video card&lt;/li&gt;&lt;li&gt;Pixel shader 2.0 support&lt;/li&gt;&lt;li&gt;AGP 4x or better or
                        PCI Express video cards are recommended, although some others may work&lt;/li&gt;&lt;li&gt;At least
                            64 MB of video memory, more may be needed for higher resolutions or multiple monitors&lt;/li&gt;&lt;li&gt;
                                A special WDDM video driver&lt;/li&gt;&lt;/ul&gt;
                &lt;p&gt;
                    &lt;a href="http://www.iexbeta.com/wiki/index.php/Windows_Vista_Hardware_Compatibility_List#Graphic_Cards"&gt;
                        View a list of video cards that users have reported working with Windows Vista (external
                        link)&lt;/a&gt;&lt;/p&gt;
                &lt;p&gt;
                    There is no way to force Windows Vista to display Aero Glass if your system does
                    not meet these requirements.&lt;/p&gt;
                &lt;strong&gt;
                    Troubleshooting&lt;/strong&gt;
                &lt;p&gt;
                    If your computer meets the minimum requirements and you believe Aero Glass should
                    be turned on, please try the following:&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;Download the latest Windows Vista-compatible driver from your video card manufacturer's
                        website&lt;/li&gt;&lt;li&gt;If you lost Aero Glass after installing a new video card driver, uninstall
                            the update or roll back the driver&lt;/li&gt;&lt;li&gt;Follow these steps to force Windows Vista
                                to re-check your system:&lt;/li&gt;&lt;/ul&gt;
                &lt;br /&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click Start&lt;/li&gt;&lt;li&gt;Click Control panel&lt;/li&gt;&lt;li&gt;Click System and Maintenance&lt;/li&gt;&lt;li&gt;
                        Click "Check your System Performance Rating" under System&lt;/li&gt;&lt;li&gt;Click "&lt;img src="http://www.jimmah.com/Vista/imgs/security_shield.PNG" /&gt;
                            Refresh my rating now"&lt;/li&gt;&lt;/ol&gt;

      </description><link>http://www.jimmah.com/vista/content.aspx?id=17</link><pubDate>Mon, 29 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      How do I force users to type their username and password to log in and remove the welcome screen?
    </title><category>FAQ</category><category>administration</category><description>
                &lt;p&gt;
                    You can remove the list of user accounts from the welcome screen and force the user
                    to type in a user account and password to log in by changing the following setting:&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;Press start&lt;/li&gt;&lt;li&gt;Type: local security policy&lt;/li&gt;&lt;li&gt;Press enter&lt;/li&gt;&lt;li&gt;Expand
                        local policies&lt;/li&gt;&lt;li&gt;Click Security Options&lt;/li&gt;&lt;li&gt;Double-click "Interactive Login:
                            Do not display last user name"&lt;/li&gt;&lt;li&gt;Check Enabled&lt;/li&gt;&lt;li&gt;Click OK&lt;/li&gt;&lt;/ul&gt;
                &lt;p&gt;
                    Note that the "welcome screen" is still displayed, but its behavior with this setting
                    enabled is similar to the functionality of the old-style login dialog box.&lt;/p&gt;
                &lt;p&gt;
                    You cannot go back to the old-style login dialog box. The new welcome screen completely
                    replaces this functionality.&lt;/p&gt;</description><link>http://www.jimmah.com/vista/content.aspx?id=9</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I automatically log in with a specified user account and remove the welcome screen?</title><category>FAQ</category><category>administration</category><description>
                &lt;ol&gt;
                    &lt;li&gt;Click Start&lt;/li&gt;
                    &lt;li&gt;Type: control userpasswords2&lt;/li&gt;
                    &lt;li&gt;Press enter&lt;/li&gt;
                    &lt;li&gt;If asked for permission, click Continue&lt;/li&gt;
                    &lt;li&gt;Uncheck the checkbox next to "Users must enter a username and password to use this
                        computer"&lt;/li&gt;
                    &lt;li&gt;Click Apply&lt;/li&gt;
                    &lt;li&gt;Enter the user name and password you wish to automatically log on with&lt;/li&gt;
                    &lt;li&gt;Click OK&lt;/li&gt;
                    &lt;li&gt;Click OK&lt;br /&gt;
                    &lt;/li&gt;
                &lt;/ol&gt;</description><link>http://www.jimmah.com/vista/content.aspx?id=10</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How to I access folder options in Windows Explorer?</title><category>FAQ</category><category>applications</category><description>
                    &lt;ul&gt;
                    &lt;li&gt;Click the Organize button on the toolbar&lt;/li&gt;&lt;li&gt;Click Folder and Search Options&lt;/li&gt;&lt;/ul&gt;
  

      </description><link>http://www.jimmah.com/vista/content.aspx?id=19</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I add the "up one level" button to the Windows Explorer toolbar?</title><category>FAQ</category><category>applications</category><description>
                      &lt;p&gt;
                    The functionality of the up one level button has been superceded by the new breadcrumb
                    bar in Windows Explorer (shown below). You cannot add the up one level button to
                    the toolbar.&lt;/p&gt;
                &lt;img src="http://www.jimmah.com/vista/imgs/breadcrumb.png" alt="The new breadcrumb bar in Windows Vista's Explorer."&gt;
                &lt;p&gt;
                    You can click on any element in the breadcrumb bar to easily go up one, two, or
                    more levels in a single click.&lt;/p&gt;
                &lt;p&gt;
                    For example, if you are looking inside the Windows folder, you can click on "Local
                    Disk (C:)" to go up one level, or you can click on "Computer" to go up two levels.&lt;/p&gt;
                &lt;p&gt;
                    For even more versatility, you can click on the arrows between elements on the breadcrumb
                    bar to quickly navigate to a subfolder of that element.&lt;/p&gt;
                &lt;p&gt;
                    For example, clicking the arrow to the right of "Local Disk (C:)" will allow you
                    to navigate to one of the folders contained in that drive, Program Files for instance.&lt;/p&gt;
                &lt;p&gt;
                    You can still press the ALT key and the UP key at the same time to go up one level.&lt;/p&gt;
 

      </description><link>http://www.jimmah.com/vista/content.aspx?id=20</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      When attempting to add a favorite in Internet Explorer you receive an "Unspecified Error"
    </title><category>FAQ</category><category>applications</category><description>
                &lt;p&gt;
                    This issue seems to be most prevalent after transfering settings from another computer
                    or after redirecting your favorites folder to another folder, especially if it is
                    on a different drive or network share.&lt;/p&gt;
                &lt;p&gt;
                    In Widows Vista, Internet Explorer runs in protected mode. This is a security feature
                    that, among other things, only allows Internet Explorer to save or modify data in
                    a few specially marked locations on your computer.&lt;/p&gt;
                &lt;p&gt;
                    You receive this error when your favorites folder has somehow lost the special setting
                    that allows Internet Explorer to write to it.&lt;/p&gt;
                &lt;p&gt;
                    To fix it, follow these steps:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;Find command prompt, right-click it, and click Run As Administrator&lt;/li&gt;&lt;li&gt;
                        Browse to the folder that contains to your favorites folder (e.g.: &lt;b&gt;&lt;i&gt;cd %userprofile%&lt;/i&gt;&lt;/b&gt;)&lt;/li&gt;&lt;li&gt;
                            Type the following command, where favorites is the name of your favorites folder,
                            and press enter:&lt;pre&gt;&lt;b&gt;icacls favorites /setintegritylevel (OI)(CI)low&lt;/b&gt;&lt;/pre&gt;
                        &lt;/li&gt;
                &lt;/ol&gt;      

      </description><link>http://www.jimmah.com/vista/content.aspx?id=21</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: What editions of Windows Vista support Remote Desktop?</title><category>FAQ</category><category>applications</category><description>
                &lt;p&gt;
                    You can use any edition of Windows Vista to connect TO ANOTHER COMPUTER using Remote
                    Desktop.&lt;/p&gt;
                &lt;p&gt;
                    However, you must have Vista Business, Vista Enterprise, or Vista Ultimate in order
                    to allow other computers to connect to YOUR COMPUTER using Remote Desktop.&lt;/p&gt;
                &lt;p&gt;
                    For example, if you chose Vista Home Premium, you will be able to remote desktop
                    to a computer at work from your home premium machine, but you WILL NOT be able to
                    remote desktop to your home premium computer FROM WORK.&lt;/p&gt;
                &lt;p&gt;
                    However, if you chose Vista Ultimate, you will be able to both remote dekstop to
                    your work computer from home AND remote desktop to your home computer from work.&lt;/p&gt;      
      </description><link>http://www.jimmah.com/vista/content.aspx?id=22</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How can I access the menu bar in Windows Explorer?</title><category>FAQ</category><category>applications</category><description>
      
                &lt;p&gt;
                    The most-used menu items have been added to the toolbar under the "Organize" button.
                    Try clicking the organize button to see if the command you want is there.&lt;/p&gt;
                &lt;p&gt;
                    The menu bar is still present in Windows Explorer, but it is hidden by default.
                    To see the menu bar on an as-needed basic, press the ALT key on your keyboard. This
                    will make the menu bar appear temporarily.&lt;/p&gt;
                &lt;p&gt;
                    To permanently make the menu bar visible, follow these steps:&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;Click the organize button&lt;/li&gt;&lt;li&gt;Click folder and search options&lt;/li&gt;&lt;li&gt;Click
                        View&lt;/li&gt;&lt;li&gt;Put a check in the checkbox next to "Always show menus"&lt;/li&gt;&lt;li&gt;Click OK&lt;/li&gt;&lt;/ul&gt;
      </description><link>http://www.jimmah.com/vista/content.aspx?id=23</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      Can I install Vista 32-bit edition on one computer, and Vista 64-bit edition on
      another?
    </title><category>FAQ</category><category>installation</category><description>
                      &lt;p&gt;
                    Windows Vista includes both a 32-bit installation DVD and a 64-bit installation
                    DVD.&lt;/p&gt;
                &lt;p&gt;
                    However, &lt;strong&gt;you may only install one or the other&lt;/strong&gt;. Even though two
                    DVD's are included, you may only have one copy of Windows Vista installed at a time.&lt;/p&gt;
                &lt;p&gt;
                    If you upgrade your computer from a 32-bit computer to a 64-bit computer, then you
                    may REPLACE your copy of Vista 32-bit with Vista 64-bit; however, you must never
                    have more than one copy of Windows Vista installed at the same time, unless you
                    purchase another copy of Windows Vista.&lt;/p&gt;


      </description><link>http://www.jimmah.com/vista/content.aspx?id=24</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: Why do I get an activation error when trying to activate Windows Vista?</title><category>FAQ</category><category>installation</category><description>
      
                &lt;p&gt;
                    Please try the following:&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;Make sure the date and time are set correctly&lt;/li&gt;&lt;li&gt;Make sure you have access
                        to the internet&lt;/li&gt;&lt;li&gt;Disconnect any USB drives and thumbsticks&lt;/li&gt;&lt;/ul&gt;

      </description><link>http://www.jimmah.com/vista/content.aspx?id=25</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I upgrade to Windows Vista?</title><category>FAQ</category><category>installation</category><description>
                  &lt;strong&gt;
                    Upgrading to a 32-bit edition of Windows Vista&lt;/strong&gt;
                &lt;p&gt;
                    You MUST have an activated, genuine edition of Windows XP or Windows 2000 installed
                    on your computer to use the upgrade disk.&lt;/p&gt;
                &lt;p&gt;
                    You cannot start the upgrade process by booting the DVD.&lt;/p&gt;
                &lt;p&gt;
                    Start your computer and boot into either Windows XP or Windows 2000. Open the installation
                    DVD from My Computer if it does not start automatically, then follow the instructions
                    on the screen.&lt;/p&gt;
                &lt;p&gt;
                    You must perform an upgrade install - the custom (clean) install option is not available.&lt;/p&gt;
                &lt;strong&gt;
                    Upgrading to a 64-bit edition of Windows Vista&lt;/strong&gt;
                &lt;p&gt;
                    You must have an activated, genuine edition of Windows XP or Windows 2000 installed
                    on your computer to use the upgrade disk.&lt;/p&gt;
                &lt;p&gt;
                    Insert the installation DVD into your DVD drive and restart your computer. Press
                    a key when prompted to begin the installation process, and then follow the instructions
                    on the screen.&lt;/p&gt;
                &lt;p&gt;
                    You will only be able to perform a clean install of a 64-bit version of Windows
                    Vista, even if you have Windows XP x64 edition installed on your computer.&lt;/p&gt;    

      </description><link>http://www.jimmah.com/vista/content.aspx?id=26</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: Why does install fail with an error message or lock up my computer?</title><category>FAQ</category><category>installation</category><description>
      
                &lt;p&gt;
                    Many setup failures are caused by bad downloads or bad DVD-Rs. Many of these problems
                    can be avoided by burning the DVD at the slowest speed possible.&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;Use a &lt;a href="http://www.google.com/search?q=crc+utility"&gt;CRC utility&lt;/a&gt; and make
                        sure the checksum for the file you downloaded is the same as the checksum listed
                        on the download page&lt;/li&gt;&lt;li&gt;Make sure the checksum for the DVD-R you burnt is the same
                            as the checksum listed on the download page&lt;/li&gt;&lt;li&gt;Burn the disk image to a higher
                                quality DVD-R&lt;/li&gt;&lt;li&gt;Burn the disk image at the lowest available speed (1X or 2X recommended)&lt;/li&gt;&lt;/ul&gt;
                &lt;p&gt;
                    Microsoft is continuing to investigate this problem.&lt;/p&gt;
                &lt;p&gt;
                    If your problem is not related to a bad DVD-R burn, also try the following:&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;Unplug any non-essential hardware from your computer, especially USB devices&lt;/li&gt;&lt;/ul&gt;
      </description><link>http://www.jimmah.com/vista/content.aspx?id=27</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: Why is my disk drive not listed as an option to install Windows Vista on?</title><category>FAQ</category><category>installation</category><description>
      
                &lt;p&gt;
                    If your disk drive is not listed on the setup screen, this means Windows Vistasetup
                    does not have the necessary driver to access it. This is commonly the casewith serial
                    ATA (SATA) disk drives and RAID controllers.&lt;/p&gt;
                &lt;p&gt;
                    You will need to transfer the drivers that you need to access your hard drive onto
                    a floppy disk, CD-ROM, or USB thumb drive.Then, from the Windows Vista setup screen
                    that asks which disk drive to install to,click the Load Drivers button.&lt;/p&gt;
      </description><link>http://www.jimmah.com/vista/content.aspx?id=28</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: Can I delete the $INPLACE.~TR and $WINDOWS.~Q folders/directories?</title><category>FAQ</category><category>installation</category><description>
                      &lt;p&gt;
                These are temporary folders that Windows Vista Setup creates during an upgrade.
                They may be safely deleted after Windows Vista has been successfully installed.&lt;/p&gt;

      </description><link>http://www.jimmah.com/vista/content.aspx?id=29</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      Can I upgrade from Windows XP (any edition including x64) to a 64-bit version of
      Windows Vista?
    </title><category>FAQ</category><category>installation</category><description>
      
                &lt;p&gt;
                    If you have any edition of Windows XP, including the x64 edition, then you are eligable
                    to upgrade to an an equal or better edition of Windows Vista, including 64-bit.&lt;/p&gt;
                &lt;p&gt;
                    However, if you are upgrading to a 64-bit version of Windows Vista, you must use
                    the upgrade disk to perform a clean install of Windows, &lt;i&gt;even if you own Windows XP
                        x64 edition&lt;/i&gt; - you cannot actually perform an upgrade.&lt;/p&gt;
                &lt;p&gt;
                    In other words, owning a copy of Windows XP allows you to buy a discounted upgrade
                    version of a 64-bit edition of Windows Vista, but you cannot actually use the 64-bit
                    upgrade disk to perform an upgrade - you must clean install.&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;More information:&lt;/strong&gt; &lt;a href="http://www.microsoft.com/windows/products/windowsvista/buyorupgrade/upgradepaths.mspx"&gt;
                        Microsoft Upgrade Information (external link)&lt;/a&gt;&lt;/p&gt;
      </description><link>http://www.jimmah.com/vista/content.aspx?id=30</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How can I access file shares on my Windows Vista computer without entering a password?</title><category>FAQ</category><category>networking</category><description>
      
                &lt;p&gt;
                    First, please make sure that you have told Windows Vista that your network is a
                    Private (Work or Home) network and have enabled sharing by following &lt;a href="http://www.jimmah.com/vista/networking/sharing.aspx"&gt;
                        these instructions&lt;/a&gt;.&lt;/p&gt;
                &lt;p&gt;
                    To allow access to shared folders on your Windows Vista machine from other computers
                    without requiring a username and password, you will need to modify your network
                    sharing settings. To do this, follow these steps:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click Start&lt;/li&gt;
                    &lt;li&gt;Click Control Panel&lt;/li&gt;
                    &lt;li&gt;Click Network and Internet&lt;/li&gt;
                    &lt;li&gt;Click Network and Sharing Center&lt;/li&gt;
                    &lt;li&gt;Look under the Network heading&lt;/li&gt;
                    &lt;li&gt;Click the Customize link to the right of the network heading&lt;/li&gt;
                    &lt;li&gt;If this is not set to Private, click Private, click Next, and then Close.&lt;/li&gt;
                    &lt;li&gt;Look under the Sharing and Discovery heading&lt;/li&gt;
                    &lt;li&gt;Make sure Network Sharing and File Sharing is turned on. If they aren't, click the
                        down arrow next to them and click the option that turns them on.&lt;/li&gt;
                    &lt;li&gt;Make sure Password protected sharing is turned off. If it isn't, click the down
                        arrow next to them and click the option that turns it off.&lt;/li&gt;
                &lt;/ol&gt;
                &lt;p&gt;
                    Note, however, that allowing everyone access to your shared folders does not bypass
                    system security; even though everyone will be able to see most of the files that
                    you are sharing, the system will not permit modifications to those files unless
                    they are located in a public place (such as the Public folder).&lt;/p&gt;
      </description><link>http://www.jimmah.com/vista/content.aspx?id=32</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      Why can't I access my NAS (Network Attached Storage) share, Macintosh (MAC) share,
      linux share, or a share from an old version of Windows
    </title><category>FAQ</category><category>networking</category><description>
      
                &lt;p&gt;
                    When accessing a file share on a remote computer or device, Windows Vista will refuse
                    to send your password using older encryption methods.&lt;/p&gt;
                &lt;p&gt;
                    Unfortunately, many NAS devices as well as older versions of linux do not understand
                    the newer encryption methods. This keeps you from being able to access these devices.&lt;/p&gt;
                &lt;p&gt;
                    The solution is to force Windows Vista to use the older encryption methods. To do
                    that, follow these steps:&lt;/p&gt;
                &lt;strong&gt;
                    Users of Windows Vista Home Basic and Home Premium&lt;/strong&gt;
                &lt;p&gt;
                    &lt;b&gt;CAUTION: Improperly modifying the registry can harm your system.&lt;/b&gt;&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;Type: regedit&lt;/li&gt;&lt;li&gt;Press enter&lt;/li&gt;&lt;li&gt;In the left, expand
                        these folders: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\&lt;/li&gt;&lt;li&gt;In the left,
                            click on the folder named: Lsa&lt;/li&gt;&lt;li&gt;In the right, double-click "LmCompatibilityLevel"&lt;/li&gt;&lt;li&gt;
                                Type the number 1 and press enter&lt;/li&gt;&lt;li&gt;Restart your computer&lt;/li&gt;&lt;/ol&gt;
                &lt;strong&gt;
                    Users of Windows Vista Business, Enterprise, and Ultimate&lt;/strong&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click Start&lt;/li&gt;
                    &lt;li&gt;Click Control Panel&lt;/li&gt;
                    &lt;li&gt;Click System and Maintenance&lt;/li&gt;
                    &lt;li&gt;Click Administrative Tools&lt;/li&gt;
                    &lt;li&gt;Double-Click Local Security Policy&lt;/li&gt;
                    &lt;li&gt;In the left pane, click the triangle next to Local Policy&lt;/li&gt;
                    &lt;li&gt;In the left pane, click Security Options&lt;/li&gt;
                    &lt;li&gt;In the right pane near the bottom, double-click "Network security: LAN manager authentication
                        level"&lt;/li&gt;
                    &lt;li&gt;Click the drop-down box, and click "Send LM &amp;amp; NTLM - use NTLMv2 session security
                        if negotiated"&lt;/li&gt;
                    &lt;li&gt;Click OK&lt;/li&gt;
                &lt;/ol&gt;
      </description><link>http://www.jimmah.com/vista/content.aspx?id=33</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      Why is Windows Vista unable to see other computers or other computers are unable
      to see Windows Vista?
    </title><category>FAQ</category><category>networking</category><description>
                      &lt;p&gt;
                    By default, any network you connect to your computer is considered a Public (insecure)
                    network. This causes Windows Vista to use stricter settings which may prevent discovery
                    and file sharing.&lt;/p&gt;
                &lt;p&gt;
                    To allow your Windows Vista computer to access other computers on your network and
                    vice versa, follow these steps:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click Start&lt;/li&gt;
                    &lt;li&gt;Click Control Panel&lt;/li&gt;
                    &lt;li&gt;Click Network and Internet&lt;/li&gt;
                    &lt;li&gt;Click Network and Sharing Center&lt;/li&gt;
                    &lt;li&gt;Look under the Network heading&lt;/li&gt;
                    &lt;li&gt;Click the Customize link to the right of the network heading&lt;/li&gt;
                    &lt;li&gt;If this is not set to Private, click Private, click Next, and then Close.&lt;/li&gt;
                    &lt;li&gt;Look under the Sharing and Discovery heading&lt;/li&gt;
                    &lt;li&gt;Make sure Network Sharing and File Sharing is turned on. If they aren't, click the
                        down arrow next to them and click the option that turns them on.&lt;/li&gt;
                &lt;/ol&gt;

      </description><link>http://www.jimmah.com/vista/content.aspx?id=34</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      Why can't I see all the files on my NAS (networked attached storage) share, linux
      share, or SAMBA share?
    </title><category>FAQ</category><category>networking</category><description>
                  &lt;p&gt;
                    There is a bug in some NAS devices and linux computers that causes them not to work
                    properly with Windows Vista.&lt;/p&gt;
                &lt;p&gt;
                    This bug causes incomplete folder listings to be displayed in Windows Vista.&lt;/p&gt;
                &lt;p&gt;
                    The problem is due to a bug in Samba, which is the software component that handles
                    file sharing with Windows computers. The bug has already been fixed in Samba version
                    3.0.22 and above.&lt;/p&gt;
                &lt;p&gt;
                    If you have a NAS device, you will need to download and install a firmware upgrade
                    from your device manufacturer.&lt;/p&gt;
                &lt;p&gt;
                    If you are connecting to a linux computer, you will need to upgrade that computer
                    to the latest version of Samba.&lt;/p&gt;    

      </description><link>http://www.jimmah.com/vista/content.aspx?id=35</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I disable the search indexer?</title><category>FAQ</category><category>performance</category><description>
                 &lt;p&gt;
                    After you install Windows Vista it will begin looking through your hard disks and
                    building an index of your files. This is done in the background at a very low priority
                    so as not to disturb you too much, so this process can take a long time. Durring
                    this time, you will notice your hard drive light is constantly flashing.&lt;/p&gt;
                &lt;p&gt;
                    While this process is supposed to be unobtrusive, some people have reported that
                    the indexer slows their computer down so much that it's practically unusable. In
                    this case, it is necessary to disable the indexer by following these steps:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click Start&lt;/li&gt;
                    &lt;li&gt;Click Control Panel&lt;/li&gt;
                    &lt;li&gt;Click System and Maintenance&lt;/li&gt;
                    &lt;li&gt;Click Administrative Tools&lt;/li&gt;
                    &lt;li&gt;Double-click Services&lt;/li&gt;
                    &lt;li&gt;If asked for permission, click Continue&lt;/li&gt;
                    &lt;li&gt;Scroll through the list and find "Windows Search"&lt;/li&gt;
                    &lt;li&gt;Right-click it, and click Properties&lt;/li&gt;
                    &lt;li&gt;Click Stop&lt;/li&gt;
                    &lt;li&gt;Click the dropdown box next to Startup Type&lt;/li&gt;
                    &lt;li&gt;Click Disabled&lt;/li&gt;
                    &lt;li&gt;Click OK&lt;/li&gt;
                &lt;/ol&gt;     

      </description><link>http://www.jimmah.com/vista/content.aspx?id=36</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: What is my performance rating and how do I check it?</title><category>FAQ</category><category>performance</category><description>
                    &lt;p&gt;
                    Your performance rating gives you a general idea of the capabilities of your computer.
                    It measures your processor speed, memory, video card, and hard disk space, and assigns
                    each of these items a rating. The bigger the number, the better the rating. The
                    lowest scoring item on this test becomes your performance rating.&lt;/p&gt;
                &lt;p&gt;
                    Here's how to check your performance rating:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click Start&lt;/li&gt;
                    &lt;li&gt;Click Control Panel&lt;/li&gt;
                    &lt;li&gt;Click System and Maintenance&lt;/li&gt;
                    &lt;li&gt;Click "Check your System Performance Rating" under System&lt;/li&gt;
                &lt;/ol&gt;  

      </description><link>http://www.jimmah.com/vista/content.aspx?id=37</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: What are the minimum and recommended requirements for Windows Vista?</title><category>FAQ</category><category>performance</category><description>
                   &lt;strong&gt;
                    Minimum Requirements&lt;/strong&gt;
                &lt;p&gt;
                    Any system meeting these requirements is considered Windows Vista Capable and will
                    be able to run Windows Vista. However, you should not expect a machine that just
                    barely meets these requirements to perform as well as Windows XP.&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;800 MHz or greater processor&lt;/li&gt;
                    &lt;li&gt;512 MB RAM (memory)&lt;/li&gt;
                    &lt;li&gt;20 GB or greater hard disk&lt;/li&gt;
                    &lt;li&gt;At least 15 GB of hard disk space available&lt;/li&gt;
                    &lt;li&gt;CD-ROM drive&lt;/li&gt;
                &lt;/ul&gt;
                &lt;p&gt;
                    Also, A DirectX 9 video card with at least 32 MB of video memory is highly recommended
                    and will greatly enhance your experience with Windows Vista.&lt;/p&gt;
                &lt;strong&gt;
                    Recommended Requirements&lt;/strong&gt;
                &lt;p&gt;
                    Any system meeting these requirements is considered Windows Vista Premium Ready
                    and will be able to take full advantage of the new Operating System, including the
                    new Aero Glass interface.&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;1 GHz or greater processor&lt;/li&gt;
                    &lt;li&gt;1 GB RAM (memory)&lt;/li&gt;
                    &lt;li&gt;DirectX 9 video card that supports Pixel Shader v2.0 and comes with a special Windows
                        Vista (WDDM) device driver&lt;/li&gt;
                    &lt;li&gt;At least 128 MB of video memory, 256 MB recommended&lt;/li&gt;
                    &lt;li&gt;40 GB or greater hard disk&lt;/li&gt;
                    &lt;li&gt;At least 15 GB of hard disk space available&lt;/li&gt;
                    &lt;li&gt;DVD-ROM drive&lt;/li&gt;
                &lt;/ul&gt;   

      </description><link>http://www.jimmah.com/vista/content.aspx?id=38</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: Why is Windows Vista using so much memory?</title><category>FAQ</category><category>performance</category><description>
                 &lt;p&gt;
                    Windows Vista requires more memory than Windows XP in order to provide the advanced
                    services and features that are now available, such as search and the new graphics
                    capabilities.&lt;/p&gt;
                &lt;p&gt;
                    Windows Vista tends to use as much memory as it can. However, as you open more and
                    more programs, Windows Vista will scale back its memory usuage so that you can use
                    more of it.&lt;/p&gt;     

      </description><link>http://www.jimmah.com/vista/content.aspx?id=39</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: Why do I get an Access Denied error when trying to save my files?</title><category>FAQ</category><category>security</category><description>
                  &lt;p&gt;
                    In Windows Vista, the programs that you use are always opened with "normal user"
                    permissions, even if you are an administrator. This has some unfortunate side effects
                    that you normally wouldn't encounter in Windows XP when logged in as an administrator.&lt;/p&gt;
                &lt;p&gt;
                    (For more information on this behavior, please read an &lt;a href="http://www.jimmah.com/vista/security/uac.aspx"&gt;
                        overview of UAC&lt;/a&gt; and &lt;a href="http://www.jimmah.com/vista/vistanew.aspx"&gt;What's changed
                            in Vista&lt;/a&gt;)&lt;/p&gt;
                &lt;p&gt;
                    One major side effect is that it is very difficult to modify files that you did
                    not create from within Windows Vista.&lt;/p&gt;
                &lt;p&gt;
                    Most files cannot be modified unless you created the file, or the program you are
                    using to modify the file is running with "administrator" permissions. This can be
                    a bit of a pain when upgrading from Windows XP or dual booting, as you will generally
                    not have full access to files created from another operating system.&lt;/p&gt;
                &lt;p&gt;
                    The solution to this problem is to give yourself full access to your files. This
                    can be done very easily by following these steps:&lt;/p&gt;
                &lt;p&gt;
                    Part 1: Open an Administrator Explorer window&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click Start&lt;/li&gt;
                    &lt;li&gt;Type: explorer&lt;/li&gt;
                    &lt;li&gt;Right-click Windows Explorer&lt;/li&gt;
                    &lt;li&gt;Click Run As Administrator&lt;/li&gt;
                &lt;/ol&gt;
                &lt;p&gt;
                    This will open an "Administrator" explorer window. Every action that you take from
                    this window will be executed with full Administrator permissions.&lt;/p&gt;
                &lt;p&gt;
                    Part 2: Change security settings&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Find the folder you need access to from the Administrator Explorer window&lt;/li&gt;
                    &lt;li&gt;Right-click it&lt;/li&gt;
                    &lt;li&gt;Click Properties&lt;/li&gt;
                    &lt;li&gt;Click the Security Tab&lt;/li&gt;
                    &lt;li&gt;Click Edit&lt;/li&gt;
                    &lt;li&gt;Click Add&lt;/li&gt;
                    &lt;li&gt;If you are the only one that needs modify access to this file, type your username
                        and press enter. Otherwise, type "Users" and press enter.&lt;/li&gt;
                    &lt;li&gt;Click the checkbox under Allow next to Full Control&lt;/li&gt;
                    &lt;li&gt;Click OK&lt;/li&gt;
                    &lt;li&gt;Click OK&lt;/li&gt;
                &lt;/ol&gt;
                &lt;p&gt;
                    You will need to repeat Part 2 for every folder that you need modify access to.&lt;/p&gt;    

      </description><link>http://www.jimmah.com/vista/content.aspx?id=40</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I turn off UAC?</title><category>FAQ</category><category>security</category><description>
      
                &lt;p&gt;
                    &lt;strong&gt;Microsoft strongly recommends that you do not disable User Account Control.&lt;/strong&gt;&lt;/p&gt;
                &lt;p&gt;
                    Before turning off UAC, please read the following articles to find out more about
                    UAC and how you can continue to use your system with UAC enabled:&lt;/p&gt;
                &lt;p&gt;
                    &lt;a href="http://www.jimmah.com/vista/vistanew.aspx"&gt;What's changed in Windows Vista&lt;/a&gt;&lt;br /&gt;
                    &lt;a href="http://www.jimmah.com/vista/security/uac.aspx"&gt;Overview of UAC&lt;/a&gt;&lt;br /&gt;
                    &lt;a href="http://www.jimmah.com/vista/security/uac_programs.aspx"&gt;How to run programs
                        that need administrator access&lt;/a&gt;&lt;br /&gt;
                    &lt;a href="http://www.jimmah.com/vista/security/access_denied.aspx"&gt;How to get write access
                        to files&lt;/a&gt;&lt;/p&gt;
                &lt;p&gt;
                    To turn UAC off:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click Start&lt;/li&gt;
                    &lt;li&gt;Click Control Panel&lt;/li&gt;
                    &lt;li&gt;Click User Accounts and Family Safety&lt;/li&gt;
                    &lt;li&gt;Click User Accounts&lt;/li&gt;
                    &lt;li&gt;Click Turn User Account Control On or Off&lt;/li&gt;
                    &lt;li&gt;Uncheck the checkbox&lt;/li&gt;
                    &lt;li&gt;Click OK&lt;/li&gt;
                &lt;/ol&gt;
                &lt;p&gt;
                    You will need to restart your computer for the change to take effect. &lt;strong&gt;This change
                        affects all accounts on the computer&lt;/strong&gt;, not just yours.&lt;/p&gt;
      </description><link>http://www.jimmah.com/vista/content.aspx?id=41</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: An introduction to security and UAC (User Account Control) in Windows Vista</title><category>FAQ</category><category>security</category><description>
                   &lt;strong&gt;
                    The user account&lt;/strong&gt;
                &lt;p&gt;
                    In Windows Vista, you must log in with your user account before you can accessyour
                    computer.&lt;/p&gt;
                &lt;p&gt;
                    Windows Vista uses your user account to determine your personal settings, such as
                    what background to display and where your e-mail is stored. But more importantly,
                    your user account determines what access you have to the "securable objects" (stuff)
                    on your computer.&lt;/p&gt;
                &lt;p&gt;
                    You can think of it as the computer assigning you a special key that you will use
                    to access everything on your computer.&lt;/p&gt;
                &lt;p&gt;
                    While each person has their own individual key that uniquely identifies them, there
                    are two basic kinds of keys: administrator keys and standard keys.&lt;/p&gt;
                &lt;strong&gt;
                    What are securable objects&lt;/strong&gt;
                &lt;p&gt;
                    Securable objects are another name for the "stuff" that is on your computer. This
                    includes files, folders, and settings.&lt;/p&gt;
                &lt;p&gt;
                    Every securable object contains a list of people who can access it and what those
                    people are allowed to do to it.&lt;/p&gt;
                &lt;p&gt;
                    You can think of a securable object as having a padlock that protects it. When you
                    try to do something to a securable object (open, delete, etc.), you use your key
                    to try and unlock it. If the key does not fit for the type of action you are attempting
                    to perform, it won't unlock and you will not be allowed access.&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;
                        What is an administrator&lt;/strong&gt;
                    &lt;p&gt;
                        Administrators are the "masters" of the computer. They can use their key to gain
                        full access to almost every securable object on the computer. They can also choose
                        what kind of key other users have by using the control panel.&lt;/p&gt;
                    &lt;p&gt;
                        Users that are not administrators can only use their key to access their personal
                        stuff or the public areas of the computer (such as the Public folder). They are
                        not allowed to change other people's stuff, install programs for other people, change
                        computer settings, or change other people's settings.&lt;/p&gt;
                    &lt;strong&gt;
                        The problems with this kind of security&lt;/strong&gt;
                    &lt;p&gt;
                        Before Windows Vista, every program that was running while you were logged on also
                        used your key to access the computer.&lt;/p&gt;
                    &lt;p&gt;
                        This caused two major problems:&lt;/p&gt;
                    &lt;ul&gt;
                        &lt;li&gt;Programs that you did not actually start could use your key without you knowing
                            about it&lt;/li&gt;&lt;li&gt;Programs always have access to everything that you do, even if they
                                do not need such access&lt;/li&gt;&lt;/ul&gt;
                    &lt;p&gt;
                        This created a very dangerous and insecure environment while you were logged in
                        as an administrator.&lt;/p&gt;
                    &lt;p&gt;
                        In Windows Vista, this "key-based" security design is taken a step further by allowing
                        you to control what type of key the programs that run on your computer can use.&lt;/p&gt;   

      </description><link>http://www.jimmah.com/vista/content.aspx?id=42</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: Why do I get an Access Denied error when trying to open a folder?</title><category>FAQ</category><category>security</category><description>
                   &lt;p&gt;
                    Many folders used by earlier versions of Windows have been moved to a new location
                    or given a new name in Windows Vista. However, the old folders can still be seen
                    if you have enabled Show Hidden Files, and they look like this:&lt;/p&gt;
                &lt;p&gt;
                    &lt;img src="http://www.jimmah.com/Vista/imgs/Junctions.PNG" alt="Picture of hidden junctions in Windows Vista"
                        class="alignCenter" /&gt;&lt;/p&gt;
                &lt;p&gt;
                    Notice they are displayed with a transparent icon and a shortcut symbol.&lt;/p&gt;
                &lt;p&gt;
                    Although these look like folders, they are actually what is known as a junction.
                    Junctions behave like shortcuts, but look just like regular folders.&lt;/p&gt;
                &lt;p&gt;
                    Their purpose is to silently redirect programs that access them to their Windows
                    Vista equivalent.&lt;/p&gt;
                &lt;p&gt;
                    Since junctions aren't really folders, it is not possible to access them, and any
                    attempt to do so will give you an "Access Denied" error.&lt;/p&gt;
                &lt;p&gt;
                    Here is a list of all of the folders that have been moved in Windows Vista, along
                    with their new location:&lt;/p&gt;
                &lt;table width="100%"&gt;
                    &lt;tr&gt;
                        &lt;td width="50%"&gt;
                            &lt;b&gt;Windows XP Location&lt;/b&gt;
                        &lt;/td&gt;
                        &lt;td&gt;
                            &lt;b&gt;Windows Vista Location&lt;/b&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\My Documents
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\Documents
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\My Documents\My Music
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\Music
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\My Documents\My Pictures
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\Pictures
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\My Documents\My Videos
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\Videos
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\Application Data
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\AppData\Roaming
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\Cookies
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\AppData\Roaming\Microsoft\Windows\Cookies
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\Local Settings
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\AppData\Local
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\NetHood
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\AppData\Roaming\Microsoft\Windows\Network Shortcuts
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\PrintHood
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\Recent
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\AppData\Roaming\Microsoft\Windows\Recent
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\SendTo
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\AppData\Roaming\Microsoft\Windows\SendTo
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\Start Menu
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\AppData\Roaming\Microsoft\Windows\Start Menu
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\Templates
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\AppData\Roaming\Microsoft\Windows\Templates
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\Local Settings\Application Data
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\AppData\Local
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\Local Settings\History
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\AppData\Local\Microsoft\Windows\History
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\$USER$\Local Settings\Temporary Internet Files
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\$USER$\AppData\Local\Microsoft\Windows\Temporary Internet Files
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\All Users
                        &lt;/td&gt;
                        &lt;td&gt;
                            \ProgramData
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\All Users\Application Data
                        &lt;/td&gt;
                        &lt;td&gt;
                            \ProgramData
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\All Users\Desktop
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\Public\Desktop
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\All Users\Documents
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\Public\Documents
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\All Users\Favorites
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\Public\Favorites
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\All Users\Start Menu
                        &lt;/td&gt;
                        &lt;td&gt;
                            \ProgramData\Microsoft\Windows\Start Menu
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\All Users\Templates
                        &lt;/td&gt;
                        &lt;td&gt;
                            \ProgramData\Microsoft\Windows\Templates
                        &lt;/td&gt;
                    &lt;/tr&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            \Documents and Settings\Default User
                        &lt;/td&gt;
                        &lt;td&gt;
                            \Users\Default
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/table&gt;
                &lt;p&gt;
                    For more information on junctions, please read &lt;a href="http://www.jimmah.com/vista/vistanew.aspx"&gt;
                        What's changed in Windows Vista&lt;/a&gt;.&lt;/p&gt;   
      </description><link>http://www.jimmah.com/vista/content.aspx?id=43</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      Why is Windows Vista always asking for my permission: An explanation of UAC (User
      Account Control)
    </title><category>FAQ</category><category>security</category><description>
      
                &lt;p&gt;
                    UAC (User Account Control) is the part of Windows Vista that asks you for permission.&lt;/p&gt;
                &lt;p&gt;
                    In this post, I will go over what UAC does, how it works, the reasoning behind it,
                    how to use your computer with UAC on, why you shouldn't turn UAC off, and answer
                    some common questions and respond to common complaints about it.&lt;/p&gt;
                &lt;strong&gt;
                    What is UAC (User Account Control) and what does it do?&lt;/strong&gt;
                &lt;p&gt;
                    UAC mode (also known as Admin Approval Mode) is a mode of operation that (primarily)
                    affects the way administrator accounts work.&lt;/p&gt;
                &lt;p&gt;
                    When UAC is turned on (which it is by default), you must explicitly give permission
                    to any program that wants to use "administrator" powers. Any program that tries
                    to use admin powers without your permission will be denied access.&lt;/p&gt;
                &lt;p&gt;
                    UAC is also required for other security features of Windows Vista, includingProtected
                    Mode in Internet Explorer. Internet Explorer Protected Mode protectsyour computer
                    from rogue web pages and other web-related vulnerabilities, includingunknown ones.&lt;/p&gt;
                &lt;strong&gt;
                    How does UAC work&lt;/strong&gt;
                &lt;p&gt;
                    When UAC mode is enabled, every program that you run will be given only "standard
                    user" access to the system, even when you are logged in as an administrator. There
                    are only 2 ways that a program can be "elevated" to get full admin access to the
                    system:&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;If it automatically asks you for permission when it starts up, and you click Continue&lt;/li&gt;&lt;li&gt;
                        If you start the program with permission by right-clicking it, then clicking Run
                        As Administrator&lt;/li&gt;&lt;/ul&gt;
                &lt;p&gt;
                    A program either starts with STANDARD rights or, if you give permission, ADMINISTRATOR
                    rights, and once the program is running it cannot change from one to the other.&lt;/p&gt;
                &lt;p&gt;
                    If a program that you have already started with admin powers starts another program,
                    that program will automatically be given admin powers without needing your permission.
                    For example, if you start the command prompt as administrator, and then start notepad
                    from that command prompt, notepad WILL ALSO automatically run WITH admin powers,
                    and will not ask for permission.&lt;/p&gt;
                &lt;strong&gt;
                    What's the point of UAC?&lt;/strong&gt;
                &lt;p&gt;
                    UAC is designed to put control of your computer back into your hands, instead of
                    at the mercy of the programs running on your computer.&lt;/p&gt;
                &lt;p&gt;
                    When logged in as an administrator in Windows XP, any program that could somehow
                    get itself started could take control of the entire computer without you even knowing
                    about it.&lt;/p&gt;
                &lt;p&gt;
                    With UAC turned on, you must know about and authorize a program in order for it
                    to gain admin access to the system, REGARDLESS of how the program got there or how
                    it is started.&lt;/p&gt;
                &lt;p&gt;
                    This is important to all levels of users - from home users to enterprise administrators.
                    Being alerted when any program tries to use admin powers and being able to unilaterally
                    disallow a program from having such power is a VERY powerful ability. No longer
                    is the security of the system tantamount to "crossing one's fingers and hoping for
                    the best" - YOU now control your system.&lt;/p&gt;
                &lt;strong&gt;
                    How do I effectively use my computer with UAC turned on?&lt;/strong&gt;
                &lt;p&gt;
                    It's easy. Just keep in mind that programs don't have admin access to your computer
                    unless you give them permission. Microsoft programs that come with Windows Vista
                    that need admin access will always ask for admin permissions when you start them.
                    However, most other programs will not.&lt;/p&gt;
                &lt;p&gt;
                    You will need to run programs that need administrative powers that were not designed
                    for Windows Vista "as administrator" by right-clicking the program and clicking
                    Run As Administrator.&lt;/p&gt;
                &lt;p&gt;
                    Command-line programs do not automatically ask for permission. Not even the built-in
                    ones. You will need to run the command prompt "as administrator" in order to run
                    administrative command-line utilities.&lt;/p&gt;
                &lt;p&gt;
                    If you are going to be working with the control panel for a long time, running control.exe
                    "as administrator" will make things less painful - you will only be asked for permission
                    once, instead of every time you try to change a system-wide setting.&lt;/p&gt;
                &lt;p&gt;
                    In short:&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;Run command prompt as admin when you need to run admin utilities&lt;/li&gt;&lt;li&gt;Run setup
                        programs as admin&lt;/li&gt;&lt;li&gt;Run programs not designed for Vista as admin if (and only
                            if) they need admin access&lt;/li&gt;&lt;li&gt;Run programs that need access to files that aren't
                                yours or system files as admin&lt;/li&gt;&lt;li&gt;Run control.exe as admin when changing many settings
                                    in the control panel&lt;/li&gt;&lt;/ul&gt;
                &lt;strong&gt;
                    UAC is annoying, I want to turn it off&lt;/strong&gt;
                &lt;p&gt;
                    Having to go through an extra step (clicking Continue) when opening administrative
                    programs is annoying. And it is also very frustrating to run a program that needs
                    admin power but doesn't automatically ask you for it (you have to right-click these
                    programs and click Run As Administrator for them to run correctly).&lt;/p&gt;
                &lt;p&gt;
                    But, keep in mind that these small inconveniences are insignificant when weighed
                    against the benefit: NO PROGRAM can get full access to your system without you being
                    informed. The first time the permission dialog pops up and it is from some program
                    that you know nothing about or that you do not want to have access to your system,
                    you will be very glad that the Cancel button was available to you.&lt;/p&gt;
                &lt;strong&gt;
                    Answers to common questions and responses to common criticism&lt;/strong&gt;
                &lt;p&gt;
                    &lt;strong&gt;Q: I have anti-virus, a firewall, a spyware-detector, or something similar.
                        Why do I need UAC?&lt;/strong&gt;&lt;/p&gt;
                &lt;p&gt;
                    A: Detectors can only see known threats. And of all the known threats in existence,
                    they only detect the most common of those threats. With UAC turned on, *you* control
                    what programs have access to your computer - you can stop ALL threats. Detectors
                    are nice, but they're not enough. How many people do you know that have detectors
                    of all kinds and yet are still infested with programs that they don't want on their
                    computer? Everyone that I have ever helped falls into this category.&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;Q: Does UAC replace anti-virus, a firewall, a spyware-detector, or similar programs?&lt;/strong&gt;&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;A:&lt;/strong&gt; No. Microsoft recommends that you use a virus scanner and/or
                    other types of security software. These types of programs compliment UAC: They will
                    get rid of known threats for you. UAC will allow you to stop unknown threats, as
                    well as prevent any program that you do not trust from gaining access to your computer.&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;Q: I am a system administrator - I have no use for UAC.&lt;/strong&gt;&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;A:&lt;/strong&gt; Really? You don't NEED to know when a program on your computer
                    runs with admin powers? You are a system administrator and you really could care
                    less when a program runs that has full control of your system, and possibly your
                    entire domain? You're joking, right?&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;Q: UAC keeps me from accessing files and folders&lt;/strong&gt;&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;A:&lt;/strong&gt; No, it doesn't - UAC protects you from programs that would try
                    to delete or modify system files and folders without your knowledge. If you want
                    a program to have full access to the files on your computer, you will need to run
                    it as admin. Or as an alternative, if possible, put the files it needs access to
                    in a place that all programs have access to - such as your documents folder, or
                    any folder under your user folder.&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;Q: UAC stops programs from working correctly&lt;/strong&gt;&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;A:&lt;/strong&gt; If a program needs admin power and it doesn't ask you for permission
                    when it starts, you have to give it admin powers by right-clicking it and clicking
                    Run As Administrator. Programs should work like they did in XP when you use Run
                    As Administrator. If they don't, then this is a bug.&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;Q: UAC keeps me from doing things that I could do in XP&lt;/strong&gt;&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;A:&lt;/strong&gt; This is not the case. Just remember that programs that do not
                    ask for permission when they start do not get admin access to your computer. If
                    you are using a tool that needs admin access, right-click it and click Run As Administrator.
                    It should work exactly as it did in XP. If it does not, then this is a bug.&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;Q: UAC is Microsoft's way of controlling my computer and preventing me from
                        using it!&lt;/strong&gt;&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;A:&lt;/strong&gt; This is 100% UNTRUE. UAC puts control of your computer IN YOUR
                    HANDS by allowing you to prevent unwanted programs from accessing your computer.
                    *Everything* that you can do with UAC turned off, you can do with it turned on.
                    If this is not the case, then that is a bug.&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;Q: I don't need Windows to hold my freaking hand! I *know* what I've got on
                        my computer, and I *know* when programs run! I am logged on as an ADMINISTRATOR
                        for a dang reason!&lt;/strong&gt;&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;A:&lt;/strong&gt; I accept the way that you think, and can see the logic, but
                    I don't agree with this idea. UAC is putting POWER in your hands by letting you
                    CONTROL what runs on your system. But you want to give up this control and allow
                    all programs to run willy-nilly. Look, if you want to do this go right ahead, you
                    can turn UAC off and things will return to how they worked in XP. But, don't be
                    surprised when either 1) You run something by mistake that messes up your computer
                    and/or domain, or 2) A program somehow gets on your computer that you know nothing
                    about that takes over your computer and/or domain, and UAC would have allowed you
                    to have stopped it.&lt;/p&gt;
                &lt;br /&gt;
                &lt;div class="moreinfo"&gt;
                    &lt;strong&gt;
                        Note to Administrators&lt;/strong&gt;
                    &lt;p&gt;
                        The behavior of the Run As Administrator command is different from the Run As...
                        command in Windows XP.&lt;/p&gt;
                    &lt;p&gt;
                        This command does not run the program in the context of the built-in administrator,
                        as you might have expected.&lt;/p&gt;
                    &lt;p&gt;
                        If the currently logged on user is a member of the Administrators group, the program
                        is given administrator access to the system, but still runs in the context of the
                        currently logged on user.&lt;/p&gt;
                    &lt;p&gt;
                        However, if the currently logged on user is not a member of the Administrators group,
                        the program will run in the context of the administrator account that was used to
                        authenticate with the UAC dialog.&lt;/p&gt;
                &lt;/div&gt;
      </description><link>http://www.jimmah.com/vista/content.aspx?id=44</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      Why do I get 'elevation required' or 'access denied' errors when using the command
      prompt?
    </title><category>FAQ</category><category>security</category><description>
      
                &lt;p&gt;
                    In Windows Vista, programs are only allowed limited access to the system, even if
                    you are logged in as an administrator.&lt;/p&gt;
                &lt;p&gt;
                    If you want a program to have administrator-level access to the system, you must
                    explicitly give that program access. Some programs ask you for this permission when
                    they start, others must be given this permission manually.&lt;/p&gt;
                &lt;p&gt;
                    Unfortunately, attempting to run an administrative command-line program does not
                    automatically prompt you for this permission, so the command fails instead.&lt;/p&gt;
                &lt;p&gt;
                    The solution is to open an "elevated" command prompt, which means granting a specific
                    command prompt administrator-level access to the system. This permission will also
                    apply to any program you run from that command prompt.&lt;/p&gt;
                &lt;p&gt;
                    To do this:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click Start&lt;/li&gt;&lt;li&gt;Type: cmd&lt;/li&gt;&lt;li&gt;Right-click cmd when it appears underPrograms&lt;/li&gt;&lt;li&gt;
                        Click Run As Administrator&lt;/li&gt;&lt;/ol&gt;
                &lt;p&gt;
                    For more information, please read an &lt;a href="http://www.jimmah.com/vista/security/uac.aspx"&gt;
                        overview of UAC&lt;/a&gt; and &lt;a href="http://www.jimmah.com/vista/vistanew.aspx"&gt;What's changed
                            in Windows Vista&lt;/a&gt;.&lt;/p&gt;
      </description><link>http://www.jimmah.com/vista/content.aspx?id=45</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      Why do my programs not function correctly and/or complain that I am not an administrator,
      when in fact I am an administrator?
    </title><category>FAQ</category><category>security</category><category>applications</category><description>
                &lt;p&gt;
                    In Windows Vista, programs are only allowed limited access to the system, even if
                    you are logged in as an administrator.&lt;/p&gt;
                &lt;p&gt;
                    Programs that need administrator-level access to the system must be explicitly allowed
                    to do so. To do that, follow these steps:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Right-click the program or start menu item&lt;/li&gt;&lt;li&gt;Click Run As Administrator&lt;/li&gt;&lt;/ol&gt;
                &lt;p&gt;
                    For more information, please read an &lt;a href="http://www.jimmah.com/vista/security/uac.aspx"&gt;
                        overview of UAC&lt;/a&gt; and &lt;a href="http://www.jimmah.com/vista/vistanew.aspx"&gt;What's changed
                            in Windows Vista&lt;/a&gt;.&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;Note to Administrators&lt;/strong&gt;: The behavior of the Run As Administrator
                    command is different from the Run As... command in Windows XP.&lt;/p&gt;
                &lt;p&gt;
                    This command does not run the program in the context of the built-in administrator,
                    as you might have expected.&lt;/p&gt;
                &lt;p&gt;
                    If the currently logged on user is a member of the Administrators group, the program
                    is given administrator access to the system, but still runs in the context of the
                    currently logged on user.&lt;/p&gt;
                &lt;p&gt;
                    However, if the currently logged on user is not a member of the Administrators group,
                    the program will run in the context of the administrator account that was used to
                    authenticate with the UAC dialog.&lt;/p&gt;
      </description><link>http://www.jimmah.com/vista/content.aspx?id=46</link><pubDate>Sun, 28 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: Why can't I clear or set the Read Only attribute checkbox on a folder?</title><category>FAQ</category><category>administration</category><category>security</category><description>
                &lt;p&gt;
                    Folders do not have a read only attribute. Only files have a read only attribute.&lt;/p&gt;
                &lt;p&gt;
                    The read only checkbox is displayed in a folder's properties window to allow you
                    to easily set the read only attribute of all the files inside of that folder.&lt;/p&gt;
                &lt;p&gt;
                    Although the read only checkbox appears to be "checked", it is actually in what
                    is called the indeterminate state, signified by it containing a square block instead
                    of a checkmark.&lt;/p&gt;
                &lt;p&gt;
                    If you are receiving 'access denied' errors when trying to save a file into a folder
                    or modify an existing file inside of a folder, please &lt;a href="http://www.jimmah.com/vista/security/access_denied.aspx"&gt;
                        click here&lt;/a&gt;.&lt;/p&gt;</description><link>http://www.jimmah.com/vista/content.aspx?id=11</link><pubDate>Sat, 27 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I disable hibernation and delete the hiberfil.sys file?</title><category>FAQ</category><category>administration</category><description>
                &lt;strong&gt;
                    Turning off hibernation using the disk cleanup wizard&lt;/strong&gt;
                &lt;ul&gt;
                    &lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;Type: disk cleanup&lt;/li&gt;&lt;li&gt;Press enter&lt;/li&gt;&lt;li&gt;Select "Files
                        from all users on this computer"&lt;/li&gt;&lt;li&gt;Follow the rest of the instructions listed
                            on the wizard and select the option to turn off hibernation and delete the hibernation
                            file&lt;/li&gt;&lt;/ul&gt;
                &lt;strong&gt;
                    Turning off hibernation manually&lt;/strong&gt;
                &lt;ul&gt;
                    &lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;Type: cmd&lt;/li&gt;&lt;li&gt;right-click it under programs&lt;/li&gt;&lt;li&gt;click
                        Run As Administrator&lt;/li&gt;&lt;li&gt;Type: powercfg -h off&lt;/li&gt;&lt;li&gt;Press enter&lt;/li&gt;&lt;/ul&gt;
</description><link>http://www.jimmah.com/vista/content.aspx?id=12</link><pubDate>Sat, 27 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I force users to press CTRL + ALT + DELETE in order to log in?</title><category>FAQ</category><category>administration</category><description>
                &lt;p&gt;
                    You can force users to press the CTRL + ALT + DELETE key combination to log in by
                    modifying group policy.&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;Press start&lt;/li&gt;&lt;li&gt;Type: local security policy&lt;/li&gt;&lt;li&gt;Press enter&lt;/li&gt;&lt;li&gt;Expand
                        local policies&lt;/li&gt;&lt;li&gt;Click Security Options&lt;/li&gt;&lt;li&gt;Double-click "Interactive Login:
                            Do not require CTRL+ALT+DEL"&lt;/li&gt;&lt;li&gt;Check Disabled&lt;/li&gt;&lt;li&gt;Click OK&lt;/li&gt;&lt;/ul&gt;
                &lt;p&gt;
                    This will require users to press CTRL + ALT + DELETE before being presented the
                    welcome screen. The welcome screen will still be displayed and will allow the user
                    to select their account from a list.&lt;/p&gt;
                &lt;p&gt;
                    If you would like to remove the list of accounts and force the user to type his
                    or her username and password, you will need to change another setting inside the
                    local security policy window:&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;Double-click "Interactive Login: Do not display last user name"&lt;/li&gt;&lt;li&gt;Check Enabled&lt;/li&gt;&lt;li&gt;
                        Click OK&lt;/li&gt;&lt;/ul&gt;
                &lt;p&gt;
                    With both of these settings in place, the same functionality of the old-style "Press
                    CTRL + ALT + DEL to login" window is achieved.&lt;/p&gt;</description><link>http://www.jimmah.com/vista/content.aspx?id=13</link><pubDate>Fri, 26 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I delete the hidden windows.old folder?</title><category>FAQ</category><category>administration</category><description>
                &lt;p&gt;
                    When installing Windows Vista, Windows stores any existing installation of Windows
                    on the install partition inside a hidden folder called windows.old. This folder
                    could take up a large amount of disk space.&lt;/p&gt;
                &lt;p&gt;
                    &lt;strong&gt;Note:&lt;/strong&gt; Please check the contents of the windows.old folder before
                    deleting it to make sure there are no files stored there that you may wish to keep.&lt;/p&gt;
                &lt;strong&gt;
                    Deleting the window.old folder using the disk cleanup wizard&lt;/strong&gt;
                &lt;ul&gt;
                    &lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;Type: disk cleanup&lt;/li&gt;&lt;li&gt;Press enter&lt;/li&gt;&lt;li&gt;Select "Files
                        from all users on this computer"&lt;/li&gt;&lt;li&gt;Follow the rest of the instructions listed
                            on the wizard and select the option to delete the windows.old folder&lt;/li&gt;&lt;/ul&gt;
                &lt;strong&gt;
                    Deleting the windows.old folder manually&lt;/strong&gt;
                &lt;p&gt;
                    1) Open an elevated command prompt&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;Click start&lt;/li&gt;&lt;li&gt;Type: cmd&lt;/li&gt;&lt;li&gt;right-click it under programs&lt;/li&gt;&lt;li&gt;click
                        Run As Administrator&lt;/li&gt;&lt;/ul&gt;
                &lt;p&gt;
                    2) Take ownership&lt;p&gt;
                        &lt;ul&gt;
                            &lt;li&gt;Change the directory to the windows.old folder (e.g. cd c:\windows.old)&lt;/li&gt;&lt;li&gt;
                                Type: takeown /F . /A /R /D Y &gt; NUL&lt;/li&gt;&lt;/ul&gt;
                        &lt;p&gt;
                            3) grant yourself permission&lt;/p&gt;
                        &lt;ul&gt;
                            &lt;li&gt;Type: icacls . /grant:r Administrators:(F) /T /L /Q&lt;/li&gt;&lt;/ul&gt;
                        &lt;p&gt;
                            4) Delete everything&lt;/p&gt;
                        &lt;p&gt;
                            Make sure you close any explorer or command windows that are looking at or inside
                            the windows.old folder (except for the command window you are using). If you don't,
                            you will receive an error while performing this step.&lt;/p&gt;
                        &lt;ul&gt;
                            &lt;li&gt;Type: cd ..&lt;/li&gt;&lt;li&gt;Type: rmdir /S /Q windows.old&lt;/li&gt;&lt;/ul&gt;</description><link>http://www.jimmah.com/vista/content.aspx?id=14</link><pubDate>Fri, 26 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: 
      How do I edit the boot menu / boot.ini?
    </title><category>FAQ</category><category>administration</category><description>
                &lt;p&gt;
                    Windows Vista uses a brand new bootloader that no longer uses the boot.ini file
                    for the boot menu. This change was made to support EFI.&lt;/p&gt;
                &lt;p&gt;
                    Windows Vista includes a command-line tool called bcdedit to edit the boot menu.
                    For more information on this tool, &lt;a href="http://www.microsoft.com/technet/windowsvista/library/85cd5efe-c349-427c-b035-c2719d4af778.mspx"&gt;
                        read the TechNet article (external link)&lt;/a&gt;.&lt;/p&gt;
                &lt;p&gt;
                    The easiest way to edit the boot menu is by using a third-party tool. I recommend
                    &lt;a href="http://www.vistabootpro.org/"&gt;Vista Boot Pro (external link)&lt;/a&gt;, which
                    allows editing the Vista boot menu from both Windows Vista and Windows XP.&lt;/p&gt;
                &lt;p&gt;
                    If you choose to use the bcdedit command-line tool, you will need to run it from
                    an elevated command prompt. To do this:&lt;/p&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click Start&lt;/li&gt;
                    &lt;li&gt;Type: cmd&lt;/li&gt;
                    &lt;li&gt;Right-click cmd when it shows up under Programs&lt;/li&gt;
                    &lt;li&gt;Click Run As Administrator&lt;/li&gt;
                &lt;/ol&gt;
                &lt;p&gt;
                    &lt;a href="http://www.jimmah.com/vista/security/uac_command_prompt.aspx"&gt;Why is this necessary?&lt;/a&gt;&lt;/p&gt;
</description><link>http://www.jimmah.com/vista/content.aspx?id=15</link><pubDate>Tue, 23 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: How do I use Flip 3D?</title><category>FAQ</category><category>graphics</category><description>
                &lt;p&gt;
                    If Windows Vista looks like the picture below, you can use the new Flip 3D feature.&lt;/p&gt;
                &lt;p&gt;
                    &lt;img src="http://www.jimmah.com/Vista/imgs/aero_glass.PNG" alt="Windows Vista Aero Glass" /&gt;&amp;nbsp;&lt;/p&gt;
                &lt;p&gt;
                    (If this is not what your screen looks like, &lt;a href="http://www.jimmah.com/Vista/graphics/noaero.aspx"&gt;
                        click here&lt;/a&gt; for more information)&lt;/p&gt;
                &lt;p&gt;
                    There are 2 ways you can use flip 3D.&lt;/p&gt;
                &lt;strong&gt;
                    Method 1&lt;/strong&gt;
                &lt;br /&gt;
                &lt;ol&gt;
                    &lt;li&gt;Press and hold the WINDOWS key&lt;/li&gt;
                    &lt;li&gt;While keeping the WINDOWS key pressed down, press and release the TAB key&lt;/li&gt;
                    &lt;li&gt;Continue to press the TAB key while keeping the WINDOWS Key held down. This will
                        cause the windows to flip.&lt;/li&gt;
                    &lt;li&gt;When the window that you wish to select is in front, release the WINDOWS Key&lt;/li&gt;
                &lt;/ol&gt;
                &lt;br /&gt;
                &lt;strong&gt;
                    Method 2&lt;/strong&gt;
                &lt;br /&gt;
                &lt;ol&gt;
                    &lt;li&gt;Press and hold the WINDOWS key, CTRL key, and TAB key all at the same time, and
                        then release them&lt;/li&gt;
                    &lt;li&gt;You can scroll through the windows using the UP and DOWN arrow keys, as well as
                        the mouse scroll wheel&lt;/li&gt;
                    &lt;li&gt;When the window that you wish to select is in front, press the ENTER key or click
                        the mouse&lt;/li&gt;
                &lt;/ol&gt;      </description><link>http://www.jimmah.com/vista/content.aspx?id=16</link><pubDate>Tue, 23 Jan 2007 00:00:00 GMT</pubDate></item><item><title>FAQ: The transparency of my screen turned off; How do I turn it back on?</title><category>FAQ</category><category>graphics</category><description>
                      &lt;strong&gt;
                    Windows Vista reverted to Aero Basic&lt;/strong&gt;
                &lt;p&gt;
                    If you've lost all of the 3D effects, and your screen now looks like this:&lt;/p&gt;
                &lt;p&gt;
                    &lt;img src="http://www.jimmah.com/Vista/imgs/aero_basic.PNG" alt="Windows Vista Aero Basic" /&gt;&amp;nbsp;&lt;/p&gt;
                &lt;p&gt;
                    &lt;a href="http://www.jimmah.com/vista/graphics/noaero.aspx"&gt;Please read the Troubleshooting
                        section for turning on Aero Glass&lt;/a&gt;.&lt;/p&gt;
                &lt;strong&gt;
                    Windows Vista lost window transparency&lt;/strong&gt;
                &lt;p&gt;
                    I've noticed that with some graphics cards, if you run at a high resolution or are
                    using multiple monitors, the transparency of the screen sometimes turns itself off,
                    resulting in this:&lt;/p&gt;
                &lt;p&gt;
                    &lt;img src="http://www.jimmah.com/Vista/imgs/aero_standard.PNG" alt="Windows Vista Aero Standard" /&gt;&amp;nbsp;&lt;/p&gt;
                &lt;p&gt;
                    I'm not sure what causes this. My best guess is a bug in the graphics driver. In
                    any case, here are some things you can do to try and get transparency back:&lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;Download and install the latest driver for your video card&lt;/li&gt;&lt;li&gt;Restart your
                        computer&lt;/li&gt;&lt;li&gt;Reduce your screen resolution until transparency comes back, then turn
                            your resolution back up&lt;/li&gt;&lt;li&gt;If using multiple monitors, disable your secondary monitor,
                                and then re-enable it&lt;/li&gt;&lt;li&gt;Try adjusting the personalization option for transparency:&lt;/li&gt;&lt;/ul&gt;
                &lt;br /&gt;
                &lt;ol&gt;
                    &lt;li&gt;Click Start&lt;/li&gt;&lt;li&gt;Click Control Panel&lt;/li&gt;&lt;li&gt;Click Appearance and Personalization&lt;/li&gt;&lt;li&gt;
                        Click Personalization&lt;/li&gt;&lt;li&gt;Click Visual Appearance&lt;/li&gt;&lt;li&gt;Click the checkbox next
                            to "Enable transparent glass" a few times, then make sure it is checked&lt;/li&gt;&lt;li&gt;Click
                                OK&lt;/li&gt;&lt;/ol&gt;

      </description><link>http://www.jimmah.com/vista/content.aspx?id=18</link><pubDate>Tue, 23 Jan 2007 00:00:00 GMT</pubDate></item></channel></rss>