<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Tech Tips</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/" />
    <link rel="self" type="application/atom+xml" href="http://www.setup32.com/tech-tips/atom.xml" />
   <id>tag:www.setup32.com,2009:/tech-tips//8</id>
    <link rel="service.post" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8" title="Tech Tips" />
    <updated>2009-01-30T18:17:55Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.2</generator>
 
<entry>
    <title>5 Hot Tips: Get More out of Windows Server 2008</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-server-2008/windows-server-2008-tips.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=656" title="5 Hot Tips: Get More out of Windows Server 2008" />
    <id>tag:www.setup32.com,2009:/tech-tips//8.656</id>
    
    <published>2009-01-30T18:03:33Z</published>
    <updated>2009-01-30T18:17:55Z</updated>
    
    <summary>IT pros are learning how to take advantage of the hidden talents in Microsoft&apos;s newest server OS. Here are five tips to get you started. With Windows Server 2008 in the hands of IT shops for a year, you would be pleasantly surprised at some of the cool things folks...</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Windows Server 2008" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<p>IT pros are learning how to take advantage of the hidden talents in Microsoft's newest server OS. Here are five tips to get you started.</p>

<p>With Windows Server 2008 in the hands of IT shops for a year, you would be pleasantly surprised at some of the cool things folks have done with it. Through interviews with a range of tech experts and developers, we've dug up a handful of worthwhile tips and tricks that can either save time or help you function a bit better. There're an enormous number of tips we could report, but we decided to give you just the top five for now.</p>]]>
        <![CDATA[<p><strong>1. Make Server 2008 Act More Like Vista</strong></p>

<p>It might be hard to imagine why anyone would want to do this. But when Windows Server 2008 was first available in beta and as a release candidate, the consensus was that it actually performed better than Windows Vista. Folks were jokingly calling it Workstation 2008. So, I decided to give it a shot and installed Server 2008 on my laptop. Immediately I realized why its performance was so good: It was missing all the extras. </p>

<p>What happened to my audio, Media Player, Sidebar and Aero? Not there. Typically these are items you don't need or want on your Windows servers, so Microsoft forces you to enable them.</p>

<p>In order to get your Vista features back, you need to open Server Manager (either from the Quick Launch toolbar icon or from Administrative Tools). Next, select the Features node and click the Add Features link. The feature you want to add is called Desktop </p>

<p>Experience. If you select the option, you see a description that explains that Desktop Experience includes features of Windows Vista, including Windows Media Player, desktop themes and photo management. </p>

<p>Even after you have the features installed, you still have to enable the Themes service before you can work with Aero. To do this, open the Services console (either by typing services.msc from the Instant Search box or by going to Administrative Tools and selecting Services), locate the Themes service, right-click it and enter the Properties, and change the startup type to Automatic.</p>

<p>Note: While you're in the Services console, you might as well look for the Windows Audio service, too, and change the startup to automatic if you want the server to have audio. </p>

<p><strong>2. Extend the Evaluation Period</strong></p>

<p>Here's a really good trick that made its debut with Vista. Did you know that you can extend your evaluation period on your system without activating? Typically users start looking around for the Microsoft police at this point, and they think this is some really hush-hush accident on Microsoft's part. But as you can see by reading <a href="http://support.microsoft.com/kb/948472">Knowledge Base article 948472</a>, Microsoft already knows about it. Essentially, you have a 60-day period from when you install Server 2008 to the point where you must activate it. However, if you use the <strong>slmgr.vbs </strong>script, you can reset the evaluation period. This will not work forever (only three times), but you can extend the evaluation period for up to 240 days. </p>

<p>Here's how it works: Open a command prompt and type <strong>slmgr.vbs -dli</strong>. This gives you the current status of your evaluation period (as shown in Figure 1), which is important because you don't want to re-arm the process until you reach the end of the 60-day period. Once you're ready to reset the process, type: <strong>slmgr.vbs -rearm</strong>.</p>

<p>Note: You can automate the process by configuring the Task Scheduler to run the slmgr.vbs script at the conclusion of the evaluation period through the use of an .XML file and some coding that Microsoft gives you in Knowledge Base article 948472. </p>

<p><strong>3. Get Rid of the Annoying Shutdown Event Manager Screen</strong></p>

<p>In the real world, you rarely want to reboot a server if you don't have to. But when you're constantly testing new things and installing applications and features, you tend to reboot often. And so it's a bit of a pet peeve of mine that I'm constantly questioned by my own server as to why I have the nerve to reboot the machine. I get that queasy feeling in my stomach, as though Ward Cleaver (the dad from "Leave it to Beaver") just showed up and said, "Now where do you think you're going, mister?" and I have to give an explanation.</p>

<p>To get rid of this little annoyance, go to the Start menu and in the Instant Search box, type gpedit.msc for the local policy editor. Expand out Computer Configuration, Administrative Templates, then System. Double-click the Display Shutdown Event Tracker and click Disabled. No more Ward. I'm once again an adult network admin. Keep in mind, however, that you will not be second-guessed anymore when shutting down the server, so make sure this is what you really want to do before you initiate the shutdown.</p>

<p><strong>4. Get Server Core up and Running</strong></p>

<p>Perhaps you have installed the Server Core version of Server 2008 and were greeted by that standard command prompt. Did you think: OK, now what? I know I was a bit lost without the GUI after so many years of living in a GUI-only world. I think what saved me this past year was working extensively with PowerShell in Exchange 2007. So, when I was face-to-face with that black box staring at me, I didn't freak out. I was, however, slightly put off by the fact that it was the traditional cmd.exe and not the sleek new PowerShell, which is due to the additional security afforded you by Server Core in that .NET Framework is missing (an essential element to PowerShell). Perhaps the Framework team will create a modularized version of the Framework for the future of Server Core, but for now we can work with what we have.</p>

<p>Note: Not all applets will work through the .cpl method, but these two were kept to make life easier for admins. There are a few other tools that are available to you as well. For example, you can type notepad at the prompt, and it brings up Notepad, or Taskmgr for your Task Manager, or even Regedit to bring up the Registry Editor.<br />
Once you have the server configured, the next step is to install the roles and features you want. Under Server Core, the commands you need to learn are: <br />
<ul><br />
<li>oclist.exe: shows you a list of which roles and features are already installed, and also shows you the proper spelling and case of those roles and features.</li><br />
<li>ocsetup.exe: allows you to install or uninstall the roles and features you need.</li><br />
</ul><br />
Keep in mind that you need to configure the server without the GUI, and this includes activation, computer name, networking, joining a domain and so forth. </p>

<p>Then you'll worry about configuring the features that are available. </p>

<p>Here's a list of commands that you may want to keep handy when configuring your Server Core Server:<br />
<ul><br />
<li>Netsh: To establish IP configuration settings (or firewall configuration with netsh advfirewall). KB article 242468</li><br />
<li>Net User: To change the administrative password. KB article 251394 </li><br />
<li>Netdom: To provide a server name and/or join a domain. Microsoft TechNet Library Netdom Examples</li><br />
<li>Shutdown: To restart your system. KB article 317371 </li><br />
<li>Slmgr: The Software License Management Tool, which we discussed earlier, is used to install and activate the license for the system. KB article 555965 </li><br />
<li>SCRegEdit.wsf: To enable Remote Desktop. KB article 555964</li><br />
</ul></p>

<p>Note: If you decide you just don't want to be forced back into command-line life all over again, you might consider the Windows 2008 Core Configurator from CodePlex. </p>

<p>One of the cool things you might consider is putting together a list of configuration commands for Server Core Server into a batch file. That will certainly make life a bit easier. For other configuration changes, you may consider using some of the GUI tools that are still "live" in Server Core. For example, you can type intl.cpl (to access the Regional and Language Options applet) or timedate.cpl (to adjust your Time and Date settings through the applet). </p>

<p><strong>5. Install Roles and Features Using ServerManagerCmd</strong></p>

<p>To all those Windows admins who don't want to let go of the GUI, my apologies. But the question remains: If you can perform a task faster and better through the command line, why fight it? On the other hand, others are grateful for the command-line craze. I found this next tip when I was working on free Exchange clips that I was putting together to help the community at large learn Exchange 2007. One thing I've found over the past year as I've set up about 100 Exchange Servers is that the actual prep work is maddening. There are many little details to remember, such as installing .NET Framework and PowerShell, and making sure IIS is installed and configured (depending on the Exchange Server role). There had to be a better way to install roles and features than going through the Server Manager GUI.</p>

<p>And there is. It's called ServerManagerCmd.</p>

<p>Here's a simple example: If you want to install PowerShell, you don't have to open the Server Manager and locate the feature and make about a dozen mouse clicks. Just type at command prompt:</p>

<p><strong>ServerManagerCmd -i PowerShell</strong></p>

<p>Note: To remove a role, you can type <strong>-remove</strong>, and if you have to restart the system after any given installation you can add -restart to the end of the command. Learn more about Server Manager Commands in the Microsoft TechNet Library article, "Overview of Server Manager Commands." </p>

<p>This tool is an excellent shortcut to locating all sorts of information and making some easy configurations on the server, especially if you put it together as a batch file. By doing so, it ensures you will have consistent results on each server you set up for your organization.</p>

<p>One thing you might try is typing servermanagercmd -query to get a list of the current roles installed on the server. You will be shown which roles are installed-displayed in green-along with the others that aren't, as well as the features beneath those roles. Again, you can use this for roles and features as previously noted with PowerShell. </p>

<p>If you want to install your IIS Server, you can use the following command:</p>

<p><strong>Servermanagercmd -install Web-Server</strong></p>

<p><strong>Just the 'Tip' of the Iceberg</strong><br />
As always, there are plenty of exciting tips and tricks about a new OS, and hopefully we've whetted your appetite a bit to go out and find some more. Anything that can help us to work smarter and enjoy what we do as server admins, well ... that's worth searching for. <br />
</p>]]>
    </content>
</entry>
<entry>
    <title>Resize a Vista partition without damaging data</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-vista/resize-vista-partition-without-damaging-data.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=655" title="Resize a Vista partition without damaging data" />
    <id>tag:www.setup32.com,2009:/tech-tips//8.655</id>
    
    <published>2009-01-30T17:05:33Z</published>
    <updated>2009-01-30T17:16:40Z</updated>
    
    <summary>There are many reasons why you might want or need to resize a partition, but generally speaking partitions can not be resized without damaging data. That is, until Microsoft Windows Vista. With Vista, resizing a partition that already contains data is not only possible, it&apos;s fairly simple. The only gotcha...</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Windows Vista" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<p>There are many reasons why you might want or need to resize a partition, but generally speaking partitions can not be resized without damaging data. That is, until <a href="http://www.setup32.com/resource-guides/windows-vista/">Microsoft Windows Vista</a>. With Vista, resizing a partition that already contains data is not only possible, it's fairly simple. The only gotcha involved is that Microsoft has, with good reason, obfuscated the process from the untrained eye. Naturally I will give this warning. Although this method is tested and proven, that is not an absolute guarantee. Data can get lost when strange things occur. So with that in mind, your data is in your hands and you might want to do a data back up first. With that being said, let's get going.</p>]]>
        <![CDATA[<p><strong>Managing your drive</strong></p>

<p>Microsoft hasn't placed the act of resizing a partition under a glaring spotlight for a reason. If the average user were to get their fingers on these tools they could do some real, and irreversible, damage. Fortunately, you are not the average user. Go to the start menu and right click on the <strong>Computer</strong> entry. When you do that you will see a menu you might not have even known was there.</p>

<p>Once you right click the <strong>Manage</strong> entry, the new window, Computer Management might take a while to appear.</p>

<p>If the <strong>Storage</strong> entry isn't expanded, expand it to reveal the <strong>Disk Management</strong> tool. Now click on the <strong>Disk Management</strong> entry which will show your hard disk layout.</p>

<p>What you now need to do is to choose the partition you want to resize and right click the partition. Once you right click the partition you will see a new menu appear. Depending upon the set up of the drive you are changing you may have more options available.</p>

<p>Let's say you want to shrink a partition; select <strong>Shrink</strong> to open the resizing window. What you will see is the amount of space available for resizing as calculated by Vista.</p>

<p>If you are to expand a partition there is a Wizard to walk through. Click on the <strong>Expand</strong> entry in the right click menu and the Wizard will start. The Wizard will open to a window that allows you to delete a partition in order to make room for the expansion. Decide how much of that available space you want to use to expand the partition. Once you have set that size click <strong>Next </strong>and then finalize the changes.</p>

<p>It has been a long time coming to have on the fly partition resizing. This is one of the best features of Windows Vista. But as a final warning, do back up your data just in case.</p>]]>
    </content>
</entry>
<entry>
    <title>Take advantage of multiple monitors with Vista&apos;s Remote Desktop</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-vista/multiple-monitors-vista-remote-desktop.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=653" title="Take advantage of multiple monitors with Vista's Remote Desktop" />
    <id>tag:www.setup32.com,2009:/tech-tips//8.653</id>
    
    <published>2009-01-07T14:57:43Z</published>
    <updated>2009-01-07T15:12:04Z</updated>
    
    <summary>If you&apos;re using multiple monitors as a part of your system setup and you regularly connect to other Windows Vista or Windows XP via Remote Desktop, you&apos;ll definitely want to learn how you can take advantage of Vista&apos;s Remote Desktop support for multiple monitors. Once you do, you can use...</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Windows Vista" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<p>If you're using multiple monitors as a part of your system setup and you regularly connect to other Windows Vista or Windows XP via Remote Desktop, you'll definitely want to learn how you can take advantage of Vista's Remote Desktop support for multiple monitors. Once you do, you can use this feature to connect to a remote computer and then span its desktop across your local system's multiple monitors.</p>

<p>However, this great feature is essentially hidden, as it is tucked away in a command-line switch rather than being another check box in the Remote Desktop GUI. In this edition of the Windows Vista report, I'll show you how to use this command-line switch. I'll then show you how to create a specially configured shortcut that will relieve you from having to rely on the command line.</p>

<p><strong>Caveats</strong></p>

<p>While Vista's Remote Desktop support for multiple monitors is an awesome feature, it does come with two caveats:<br />
<ol><br />
<li>Your multiple monitors must have the same screen resolution. </li><br />
<li>The screen resolution on your multiple monitors as well as the monitor of the computer to which you're connecting must be under 4096 x 2048. </li><br />
</ol></p>

<p><strong>The command line</strong></p>

<p>To launch Remote Desktop Connection with multiple monitor support, you must open a Command Prompt window and type the command:</p>

<pre><strong>Mstsc /span</strong></pre>

<p>You'll then see the standard Remote Desktop Connection dialog box, shown in Figure A, and will need to fill in the connection settings.</p>

<p><img alt="Remote Desktop Connection dialog box" src="http://www.setup32.com/tech-tips/upload/2009/01/vista-figa.png" width="421" height="475" /><br />
<em>Figure A</em></p>

<p>When you use the standard command-line method, you'll have to manually fill in the connection settings.<br />
As soon as you make a connection, you'll immediately see the desktop of the remote system spread across your multiple monitors. When you need to have access to both the local and remote desktops, you can reduce the size of the remote system's desktop to only one monitor by clicking the Restore Down button on the Remote Desktop window. As a shortcut, you can also use the keystroke [Ctrl][Alt][Break].</p>

<p>Once the window is on one monitor, you can use click-and-drag to resize the window to completely cover a single monitor. Keep in mind that when you reduce the size of a spanned remote widow, it will display both horizontal and vertical scroll bars, as shown in Figure B, that you'll have to use to see the entire screen. However, you can instantly span the window by clicking the Maximize button.</p>

<p><img alt="Take advantage of multiple monitors with Vista's Remote Desktop" src="http://www.setup32.com/tech-tips/upload/2009/01/vista-figb.png" width="498" height="378" /><br />
<em>Figure B</em></p>

<p>When you resize the remote desktop's spanned window, you'll have to use scroll bars to view the entire screen.<br />
Creating a shortcutOf course, using the command line to launch your Remote Desktop connection isn't the most convenient way to use this feature. Chances are that you already have a saved Remote Desktop Connection RDP file saved on your desktop. Fortunately, you can create a standard Windows shortcut that will incorporate both the special command line and your RDP file.</p>

<p>Right-click anywhere on the desktop and select New | Shortcut from the context menu. When you see the Create Shortcut wizard, just type mstsc /span and the path to the RDP file in the text box, as shown in Figure C. Be sure that you enclose the path to the RDP file in double quotes if it has spaces in it. To continue, click Next and give the shortcut a appropriate name such as Saturn - MultiMon Remote and then click Finish.</p>

<p><img alt="Create Shortcut wizard" src="http://www.setup32.com/tech-tips/upload/2009/01/vista-figc.png" width="490" height="363" /><br />
<em>Figure C</em></p>

<p>You can create a standard Windows shortcut that will incorporate both the special command line and your RDP file.<br />
You can now use this shortcut to launch your remote desktop connection and use all the available space on your multiple monitors. Of course, the spanned desktop won't exactly behave like a multiple monitor setup when you open multiple windows. You'll have to use a little creative click-and-drag resizing to reposition the windows on the spanned desktop.</p>

<p>What's your take?Do you have a multiple monitor setup? Do you regularly use Remote Desktop? Will you take advantage of Vista's Remote Desktop support for multiple monitors? Please drop by the Discussion Area and let us hear from you.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Create virtual multiple desktops in Windows?</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-vista/create-virtual-multiple-deskto.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=651" title="Create virtual multiple desktops in Windows?" />
    <id>tag:www.setup32.com,2008:/tech-tips//8.651</id>
    
    <published>2008-11-05T21:31:13Z</published>
    <updated>2008-11-05T21:44:48Z</updated>
    
    <summary>If you&apos;ve ever used Linux then you know how effective having multiple desktops is can be. Not only does it aid in keeping down desktop clutter, it allows you to organize your desktop into various work environments (such as networking desktop, writing desktop, graphics desktop, programming desktop, etc). I have...</summary>
    <author>
        <name>Vihren</name>
        
    </author>
            <category term="Windows Vista" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        If you&apos;ve ever used Linux then you know how effective having multiple desktops is can be. Not only does it aid in keeping down desktop clutter, it allows you to organize your desktop into various work environments (such as networking desktop, writing desktop, graphics desktop, programming desktop, etc). I have always been a big fan of this metaphor and have taken full advantage of its usage.
        <![CDATA[<p>
Microsoft Windows does not have the inherent ability to take advantage of multiple desktops. But, thanks to Sysinternals and the utility Desktops, Windows can enjoy a Linux-like multiple desktop configuration. There is no pager, like with Linux, but with Sysinternal's Desktops you have the ability to switch from one desktop to another. It's safe, it's simple to install, and it's simple to use. And, best of all, its free (but not open source).<br>
With Desktops you are limited to up to four virtual desktops, but as a general rule, you do not need any more than four. Unlike the Linux virtual desktops, you can not do edge-flipping, or have a 3D cube (as in Compiz). With Desktops you are limited to hot key switching. But anything to help organize your work is improvement enough.
</p>
<p>
<u><strong>Getting and installing</strong></u>
</p><p>
As with any Windows application installation, all you need to do is download the Desktops download file, unzip it, and place the executable in a convenient location. However, Desktops isn't an application that will run at boot without a little help. When you first run Desktops you will be greeted with the main configuration window.
</p><p>
<img alt="1.bmp" src="http://www.setup32.com/tech-tips/upload/2008/11/1.bmp" width="403" height="301" /><br>
<em>This is where you do all of your Desktops configuration.</em>
</p><p>
In order to have Desktops run at logon simply click the check box at the bottom left of the configuration window. Of course, startup is not the only configuration you can take care of. You can also set the hot key combination of your preference.
</p><p>
<strong>Setting up hot key combinations</strong>
</p><p>

With Desktops you have your choice of Hot Key combinations. There are two columns in the configuration windows: One column for the primary key (Alt, Control, Shift, Windows) and one for the secondary key (1, 2, 3, 4 or F1, F2, F3, F4). This is very much a case of user preference. The only issue with this configuration is if your particular hardware already uses a particular key combination. Also note that when you have the configuration window open you can not switch desktops. <br>The key combinations option is not the only way to switch desktops. With Desktops running there will be a small icon in the system tray. If you right-click the Desktops icon in the system tray you will see a Select Desktop option.
</p><p>
<img alt="2.bmp" src="http://www.setup32.com/tech-tips/upload/2008/11/2.bmp" width="216" height="95" /><br>
<em>Selecting this option is the same as left-clicking the Desktops system tray icon.</em>
</p><p>
Once you select that option a popup will open showing thumbnails of all of your configured desktops.
</p><p>
<img alt="3.bmp" src="http://www.setup32.com/tech-tips/upload/2008/11/3.bmp" width="500" height="312" /><br>
<em>Unlike in Linux, you can not configure different backgrounds for different desktops.</em>
</p><p>
There is one small annoyance with Desktops. When you switch to a new desktop (one that you haven't been on yet) it's almost as if the desktop has to fully load. This is actually just the panel starting up. After you have moved to a desktop once, the next time you switch to it will be instantaneous. <br>
Unfortunately, as you can with Linux, you can not move a window from one desktop to another. So once you have an application running on one desktop, you have to close that application and re-open it on the desktop you want to work with it on. It would be nice if Sysinternals would create an option that would allow users to drag windows from one desktop to another.
</p><p>
<strong>Final thoughts</strong>
</p><p>
I have long thought Windows needed virtual desktops. The virtual desktop is one of the features that make working on the Linux desktop so much easier. Virtual desktops have far too many pros and zero cons. I was thrilled to finally come across an application that allows adding virtual desktops to Windows. With the help of Desktops, Windows becomes a fraction more useful and a lot less cluttered
</p><p>
By: Jack Wallen - TechRepublic]]>
    </content>
</entry>
<entry>
    <title>Centrally Managing Power Settings on Windows XP/2000 Computers</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-xp/tools-and-tasks/managing-power-settings-gpo.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=649" title="Centrally Managing Power Settings on Windows XP/2000 Computers" />
    <id>tag:www.setup32.com,2008:/tech-tips//8.649</id>
    
    <published>2008-10-16T11:43:12Z</published>
    <updated>2008-10-16T12:11:42Z</updated>
    
    <summary>Where can I find the power management options for Windows XP Professional clients in Group Policy? I&apos;ve looked all over but can&apos;t seem to find them....</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Windows XP" />
            <category term="Windows Vista" />
            <category term="Tools and Tasks" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<em>Where can I find the power management options for Windows XP Professional clients in Group Policy? I've looked all over but can't seem to find them. </em>]]>
        <![CDATA[You can't find them in Windows XP Professional because, unlike Windows Vista, they don't exist. You can configure power management options for Vista under <strong>Computer Configuration, Administrative Templates, System, Power Management</strong>.

For XP Professional, you can download EZ GPO, a free tool created by Energy Star.

Windows 2000/XP don't have native support for centrally configuring power management settings. This tool fills the gap and allows you to centrally manage power options (monitor power management, system standby and hibernate).

However, this tool doesn't work on Vista computers because the network administrators already have the ability to configure power management settings for it. 
 
]]>
    </content>
</entry>
<entry>
    <title>Set File Permissions Thru Group Policy</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-server-2003/set-file-permissions-thru-grou.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=648" title="Set File Permissions Thru Group Policy" />
    <id>tag:www.setup32.com,2008:/tech-tips//8.648</id>
    
    <published>2008-10-14T09:04:35Z</published>
    <updated>2008-10-14T09:09:25Z</updated>
    
    <summary>How can I set file permissions for a user on a folder using Group Policy in Windows Server 2003/2008?...</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Installation and Configuration" />
            <category term="Security" />
            <category term="Windows 2000 Professional" />
            <category term="Windows Server 2003" />
            <category term="Tools and Tasks" />
            <category term="Tools and Tasks" />
            <category term="Security" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<strong>How can I set file permissions for a user on a folder using Group Policy in Windows Server 2003/2008? </strong>]]>
        <![CDATA[You do it by configuring a Group Policy setting. That setting is located under Computer Configuration | Windows Settings | Security Settings | File System. Here's the procedure: 
<ul>
<ol>Go to the location in the Group Policy listed above. </ol>
<ol>Right-click <strong>File System</strong>. </ol>
<ol>Click <strong>Add File</strong>. </ol>
<ol>In the <strong>Add a file or folder window</strong>, select the folder (or file) for which you want the permissions to be set, and click <strong>OK</strong>. </ol>
<ol>In the security box that pops up, you can add a user or a group that needs permission to the folder. </ol>
<ol>You can also configure permission inheritance if you want. If you decide later to modify the permissions or    inheritance, simply right-click the object in the right-hand pane and select <strong>Properties</strong>. </ol>
</ul>

There's one thing to keep in mind: Although the path to the file or folder is, by default, pointing to the folders on the server, the path is relative to the client to whom this Group Policy will be applied. 

Simply type the path to the folder in the text box if you don't see the folder you need listed there.]]>
    </content>
</entry>
<entry>
    <title>10 customization tricks for Windows XP</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-xp/installation-and-configuration/windows-xp-customization-tricks.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=646" title="10 customization tricks for Windows XP" />
    <id>tag:www.setup32.com,2008:/tech-tips//8.646</id>
    
    <published>2008-07-30T09:34:25Z</published>
    <updated>2009-01-07T15:11:54Z</updated>
    
    <summary>Create your own Sleep button in Windows XP, Liven up your desktop with Windows XP&apos;s animated pointer schemes, Simplify copy and paste operations in Windows XP, Make the Windows XP Favorites menu more useful in Windows Explorer, Add a Safe Mode option to the Boot menu in Windows XP, Modify the Open With list in Windows XP, Switch to Windows&apos; basic search tool in XP, Add UNC information to the command prompt in XP, Create a drive menu for My Computer, Use registry shortcuts to disable and enable screensavers in Win XP</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Installation and Configuration" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<h3>Create your own Sleep button in Windows XP</h3>
<p>Is the Sleep button on your Windows XP machine in an inconvenient location 
for regular use? If so, follow these simple steps to create your own.</p>
<p>Many computers or keyboards have a Sleep button, which when pressed puts the 
computer into either Stand By or Hibernate mode depending on how Windows XP&#39;s 
Power Options are configured. However, the Sleep button might not be in 
convenient location for regular use. For example, it might be on the front of a 
mid-tower case that&#39;s under your desk.</p>]]>
        <![CDATA[<p>You could activate Stand By or Hibernate mode from the Shut Down Windows 
dialog box. An alternative to this method is to create your own Sleep button by 
creating a shortcut on your desktop. Here&#39;s how.</p>
<ol>
<li>Right-click on the desktop.</li>
<li>&nbsp;Select <strong>New | Shortcut</strong>.</li>
<li>&nbsp;Type <strong>rundll32.exe powrprof.dll,SetSuspendState</strong> in 
the text box.</li>
<li>&nbsp;Click Next.</li>
<li>&nbsp;Type Sleep in the text box and click Finish.</li>
</ol>
<p>Now when you click the Sleep icon, Windows XP will put the computer into 
either Stand By or Hibernate mode depending on how the When I Press The Sleep 
Button On My Computer setting is configured on the Advanced tab of the Power 
Options Properties dialog box.</p>
<h3>Liven up your desktop with Windows XP&#39;s animated pointer schemes</h3>
<p>Windows XP has a variety of built-in animated pointer schemes. Here&#39;s how you 
can start using some of these little-known tricks. Note: This tip applies to 
both Windows XP Professional and Home.</p>
<p>Let&#39;s face it. There are times in every IT person&#39;s week when the urgent need 
for high-powered technical intelligence wanes a bit -- especially on a slow 
Friday afternoon. Those are the times when technical prowess turns to such tasks 
as fine-tuning the advanced settings of the ultimate OpenGL 3D screen saver or 
other system tweaks. The next time you find yourself in this situation, why not 
investigate some of Windows XP&#39;s built-in animated pointer schemes?</p>
<p>Here&#39;s how.</p>
<ol>
<li>Go to <strong>Start | Control Panel</strong> and double-click the Mouse 
tool to access the Mouse Properties dialog box.</li>
<li>&nbsp;Select the <strong>Pointers</strong> tab.</li>
<li>&nbsp;In the <strong>Scheme</strong> drop-down list, select a scheme 
from the list. (Keep in mind that not all of the pointer schemes in the list 
are animated, and some of the pointer schemes are designed for Windows 
Accessibility features.)</li>
<li>&nbsp;Once you select a pointer scheme, you can view the various 
animated pointers in that scheme by scrolling through the <strong>Customize</strong> 
list and selecting the pointer. When you do, you&#39;ll see the animation in a 
frame adjacent to the <strong>Scheme</strong> drop-down list.</li>
<li>&nbsp;Click OK.</li>
</ol>
<p>If you wish, you can create your own animated scheme by double-clicking a 
pointer in the Customize list, selecting from one of the available pointers, and 
then clicking the Save As button in the Scheme panel and providing a unique 
name.</p>
<h3>Simplify copy and paste operations in Windows XP</h3>
<p>Copying and pasting in Windows XP is simple enough -- but how would you like 
to make it even easier? Teach some old keys new tricks and simplify the copy and 
paste process in both Professional and Home versions.</p>
<p>Do you spend a lot of time on your Windows XP machine researching IT-related 
topics on the Internet? If so, chances are that you probably spend time copying 
text from interesting Web sites and then pasting that text into word processing 
documents for later reference. That&#39;s four separate keyboard strokes -- [Ctrl]C 
to copy and [Ctrl]V to paste -- each time you want to save snippets of text. 
Wouldn&#39;t it be nice if you could reduce each operation to a single keystroke? 
Well, you can!</p>
<p>If you have a Microsoft keyboard that provides a special set of buttons 
across the top, you can use the IntelliType software to reassign any of the 
special buttons to perform the copy and paste operations.</p>
<p>Here&#39;s how.</p>
<ol>
<li>Download and install the most current version of the IntelliType 
software for your keyboard from the Microsoft Hardware site. (This step is 
optional because the IntelliType software you have installed will allow you 
to reassign the special buttons.)</li>
<li>&nbsp;Access the Control Panel and double-click the Keyboard icon to 
display the Keyboard Properties dialog box.</li>
<li>&nbsp;Select the <strong>Key Settings</strong> tab, choose a key in the 
list, and click the Edit button to launch the Reassign A Key wizard.</li>
<li>&nbsp;Select the <strong>Choose From A List Of Commands</strong> option 
button in the <strong>Custom</strong> section and click <strong>Next</strong>.</li>
<li>&nbsp;In the <strong>Select A Command From The List</strong> scrolling 
list box, select the <strong>Copy</strong> command and click <strong>Finish</strong>.</li>
<li>&nbsp;Repeat steps 3 through 5 and assign another key to the <strong>
Paste</strong> command.</li>
<li>&nbsp;When you return to the Keyboard Properties dialog box, click
<strong>OK</strong>.</li>
</ol>
<p>Now, anytime you want to perform a copy or paste operation, all you have to 
do is press the buttons that you reassigned. Likewise for a paste-only 
operation.</p>
<h3>Make the Windows XP Favorites menu more useful in Windows Explorer</h3>
<p>Your favorite menu just got better at dealing with your Favorites. This 
shortcut will let you cut through the maze of folders on your Windows XP machine 
running Windows Explorer. Note: This tip applies to both Windows XP Professional 
and Home.<br />
Similar to Internet Explorer, the Favorites menu in Windows XP appears in 
Windows Explorer. This makes it easy for you to access the Internet from within 
Windows Explorer. However, it really serves no other purpose in Windows Explorer 
-- even though it has the potential to do so much more.</p>
<p>You can make hard disk and network navigation much easier and more efficient 
if you use the Favorites menu as a place to keep shortcuts to deeply nested 
folders on your hard disk, as well as to network drives you access frequently. 
Doing so just takes a bit of rethinking about how you use and organize the 
Favorites menu.</p>
<p>Here&#39;s how.</p>
<ol>
<li>Press [Windows]R to access the Run dialog box, type Favorites in the 
Open text box, and click OK to open the Favorites folder in Windows 
Explorer.</li>
<li>&nbsp;Use the Make A New Folder command in the File And Folder Tasks 
pane to create three new folders, naming them Internet, Local Folders, and 
Network Folders.</li>
<li>&nbsp;Move all of your Internet links, except the folder titled Links, 
into the newly created Internet folder.</li>
<li>&nbsp;Navigate to some of the deeply nested folders on your hard disk 
that you access frequently and use the Add To Favorites command on the 
Favorites menu to create links in the Local Folders folder.</li>
<li>&nbsp;Navigate to some of the network shares that you access frequently 
and use the Add To Favorites command to create links in the Network Folders 
folder.</li>
</ol>
<p>Now, when you&#39;re in Windows Explorer you can use the Local Folders and 
Network Folders shortcuts on the Favorites menu to make quick work of your 
regular hard disk and network navigation.</p>
<h3>Add a Safe Mode option to the Boot menu in Windows XP</h3>
<p>Follow these steps to add a Safe Mode option to the Boot menu.</p>
<p>When you&#39;re experiencing a problem with Windows XP, you may need to boot the 
system into Safe Mode more than once. However, doing so can be a tiresome 
process. When the Boot menu appears, you must press [F8], and then you must 
select Safe Mode from yet another menu.</p>
<p>Wouldn&#39;t it be nice if Safe Mode were available from the Boot menu? In fact, 
it&#39;s relatively easy to add a Safe Mode option to the Boot menu.</p>
<p>Here&#39;s how.</p>
<ol>
<li>Press [Windows][Break] to open the System Properties dialog box.</li>
<li>&nbsp;On the <strong>Advanced</strong> tab, click the <strong>Settings</strong> 
button in the <strong>Startup And Recovery</strong> section.</li>
<li>&nbsp;In the <strong>System Startup</strong> section, click the <strong>
Edit</strong> button.</li>
<li>&nbsp;When the Boot.ini file opens in Notepad, locate the line that ends 
with the<strong> /fastdetect</strong> switch.</li>
<li>&nbsp;Highlight and copy that line and paste it in the line below.</li>
<li>&nbsp;Change the section on the line that reads <strong>
WINDOWS=&quot;Microsoft Windows XP Professional&quot;</strong> to <strong>
WINDOWS=&quot;Safe Mode.&quot;</strong></li>
<li>&nbsp;Add the following to the end of the line:<br />
<strong>/safeboot:minimal /sos /bootlog</strong></li>
</ol>
<h3>Modify the Open With list in Windows XP</h3>
<p>Follow these steps to modify the <strong>Open With</strong> list.</p>
<p>If you open certain types of files in more than one application, you probably 
use the Open With command. To do so, right-click a file, and select Open With 
from the resulting shortcut menu. This displays a secondary menu listing the 
programs that can open this type of file.<br />
In most cases, the Open With list presents only those programs that you&#39;ll want 
to use. But if the list contains programs that you never want to use, you can 
remove them with a simple registry edit. Note: Editing the registry is risky, so 
be sure you have a verified backup before making any changes.</p>
<p>Here&#39;s how.</p>
<ol>
<li>Launch the Registry Editor (Regedit.exe).</li>
<li>&nbsp;Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\ 
CurrentVersion\Explorer\FileExts.</li>
<li>&nbsp;Double-click the key associated with the file extension of the 
file type whose Open With list you want to modify.</li>
<li>&nbsp;When that key opens, double-click the <strong>OpenWithList</strong> 
key.</li>
<li>&nbsp;Delete the value associated with the program that you want to 
remove from the list.</li>
</ol>
<h3>Switch to Windows&#39; basic search tool in XP</h3>
<p>Learn how to switch from the Windows XP Search Companion to the basic search 
tool.</p>
<p>As you probably know, the Windows XP Search Companion provides users with a 
lot of bells and whistles designed to make searching for files on hard drives 
much easier. But sometimes all of these extra features just get in the way.</p>
<p>If you&#39;re longing for Windows 2000&#39;s basic search tool, it doesn&#39;t have to be 
in vain. The basic search tool is still available in Windows XP, and you can 
activate it with a quick registry edit. Note: Editing the registry is risky, so 
be sure you have a verified backup before making any changes.</p>
<p>Here&#39;s how.</p>
<ol>
<li>Open the Registry Editor (Regedit.exe).</li>
<li>&nbsp;Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\ 
CurrentVersion\Explorer\CabinetState.</li>
<li>&nbsp;Go to <strong>Edit | New | String Value</strong>.</li>
<li>&nbsp;Name the new value <strong>Use Search Asst</strong>.</li>
<li>&nbsp;Double-click the new value, type <strong>no</strong> in the
<strong>Value Data</strong> text box, and click <strong>OK</strong>.</li>
<li>&nbsp;Close the Registry Editor, and restart the system.</li>
</ol>
<p>To switch back to the Search Companion, just go back to the Registry Editor, 
and change the <strong>Value Data</strong> to <strong>yes</strong>.</p>
<h3>Add UNC information to the command prompt in XP</h3>
<p>Here's a trick for configuring the command prompt to display the full UNC of 
a mapped drive letter.</p>
<p>If you&#39;re like most system administrators, you more than likely prefer to 
perform common tasks using Windows XP&#39;s vast array of command-line tools. If so, 
here&#39;s another trick to add to your toolbox.</p>
<p>Did you know that you can configure the command prompt to display the full 
UNC of a mapped drive letter? The ability to tell at a glance which server a 
particular driver letter maps to can save you both time and frustration when 
working at the command line. All you have to do is add a special character to 
the Prompt command.</p>
<p>Here&#39;s how.</p>
<p>1. Press [Windows][Break] to open the System Properties dialog box.<br />
2. On the Advanced tab, click the Environment Variables button.<br />
3. In the System Variables section, click the New button.<br />
4. Enter PROMPT in the Variable Name text box.<br />
5. Enter $m$p$g in the Variable Value text box.<br />
6. Click OK three times to close all open dialog boxes.</p>
<p>Now, when you open a command prompt and access a mapped drive letter, you&#39;ll 
see the UNC path in the prompt.</p>
<h3>Create a drive menu for My Computer</h3>
<p>Set My Computer to work like a menu for easier access to the drives you need.</p>
<p>By default, the My Computer item on the Start menu is configured to work like 
a standard folder window. If you need to access a specific drive, select My 
Computer from the Start menu, wait a moment for the window to appear, and then 
double-click the icon for the drive you need to access.</p>
<p>When you&#39;re in a hurry, this two-step procedure can be time-consuming and 
frustrating -- especially if My Computer contains a large number of drive icons. 
However, Windows XP makes it easy for you to configure My Computer so it works 
like a menu, with each drive listed as a menu item.</p>
<p>Here&#39;s how.</p>
<p>1. Right-click the <strong>Start</strong> button, and select <strong>
Properties</strong>.<br />
2. Click <strong>Customize</strong>, which is adjacent to the Start Menu radio 
button, and select <strong>Advanced</strong>.<br />
3. Scroll through the <strong>Start Menu Items</strong> list box until you see 
My Computer.<br />
4. Select <strong>Display As A Menu</strong>, and click <strong>OK</strong> 
twice.</p>
<p>Now, when you select My Computer from the Start menu, you&#39;ll see a menu of 
individual drives. To access the contents of that drive, just select the drive 
letter from the menu.</p>
<h3>Use registry shortcuts to disable and enable screensavers in Win XP</h3>
<p>The steps in this tip will show you how to edit the registry for a 
time-saving shortcut for enabling and disabling your screensaver.</p>
<p>When you perform maintenance operations such as defragmenting or backing up 
the hard disk, you probably disable your screensaver before you begin to prevent 
it from interfering with the maintenance operation. However, disabling your 
screensaver manually is a multistep operation that involves accessing the 
Display Properties dialog box, navigating to the Screen Saver tab, and setting 
the screen saver to None. Then, you need to re-enable the screen saver after you 
complete the maintenance operation.</p>
<p>Fortunately, you can automate the disabling and enabling screen saver 
procedures with a couple of registry shortcuts. Note: Editing the registry is 
risky, so make sure you have a verified backup before making any changes.</p>
<p>Here&#39;s how.</p>
<ol>
<li>Launch Notepad and type the following four lines. (Note: The second line 
must be blank.)<br />
Windows Registry Editor Version 5.00<br />
[HKEY_CURRENT_USER\Control Panel\Desktop]<br />
&quot;ScreenSaveActive&quot;=&quot;0&quot;</li>
<li>&nbsp;Save the file to your desktop with the name Disable Screen 
Saver.reg.</li>
<li>&nbsp;Change the 0 to a 1 in the fourth line.</li>
<li>&nbsp;Save the file to your desktop with the name Enable Screen 
Saver.reg.</li>
</ol>
<p>Now, when you need to disable the screen saver, just double-click the Disable 
Screen Saver.reg shortcut. To enable the screen saver, double-click the Enable 
Screen Saver.reg shortcut.</p>
<p>When you run either of these files, the Registry Editor will display two 
confirmation prompts -- one before making the change and one after making the 
change.</p>]]>
    </content>
</entry>
<entry>
    <title>Migrating Shared Folders to Windows 2003</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-server-2003/tools-and-tasks/migrate-folders-windows-2003.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=645" title="Migrating Shared Folders to Windows 2003" />
    <id>tag:www.setup32.com,2008:/tech-tips//8.645</id>
    
    <published>2008-07-18T11:42:37Z</published>
    <updated>2008-07-18T13:15:13Z</updated>
    
    <summary>How can we migrate shared folders from our Windows Server 2000 to Windows Server 2003? You can download Microsoft&apos;s File Server Migration Toolkit (FSMT) to migrate shared folders from a server running Windows NT 4.0/2000 to a server running Windows Server 2003 or Windows Storage Server 2003. FSMT also helps...</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Windows Server 2003" />
            <category term="Tools and Tasks" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<p><strong>How can we migrate shared folders from our Windows Server 2000 to Windows Server 2003?</strong></p>

<p>You can download <a href="http://microsoft.com/windowsserver2003/upgrading/nt4/tooldocs/msfsc.mspx">Microsoft's File Server Migration Toolkit (FSMT)</a> to migrate shared folders from a server running Windows NT 4.0/2000 to a server running Windows Server 2003 or Windows Storage Server 2003.</p>

<p>FSMT also helps administrators configure new functionality in a Distributed File System (DFS) to maintain the original UNC path of files after they've been migrated to the new server. <a href="http://support.microsoft.com/kb/829885">Microsoft's Knowledge Base article 829885</a> discusses this functionality but focuses on manual installation steps for creating DFS consolidation roots. </p>

<p>However, if you use FSMT, there's no need to follow these manual installation steps because FSMT will automatically create the DFS consolidation roots for you.</p>]]>
        
    </content>
</entry>
<entry>
    <title>Get a better view of the Windows XP Tree command with Word</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-xp/tools-and-tasks/tree-command-word.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=642" title="Get a better view of the Windows XP Tree command with Word" />
    <id>tag:www.setup32.com,2008:/tech-tips//8.642</id>
    
    <published>2008-07-09T12:40:36Z</published>
    <updated>2008-07-09T12:48:38Z</updated>
    
    <summary>Using the Tree command to research the folders on your Windows XP hard disk can give you results fast - too fast for your eye to catch. Here&apos;s how to use Word to view a Tree you can read in detail and at your own pace....</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Windows XP" />
            <category term="Tools and Tasks" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<p>Using the Tree command to research the folders on your Windows XP hard disk can give you results fast - too fast for your eye to catch. Here's how to use Word to view a Tree you can read in detail and at your own pace.</p>]]>
        <![CDATA[<p>To find out how many folders there are on your Microsoft Windows XP hard disk, you can open a Command Prompt and use the <strong>Tree</strong> command. You'll get a very nice looking graphical tree structure showing all the folders on your hard disk. The only problem is that the display will scroll by your screen so fast and exceed the buffer size, so you'll never be able to see it.</p>

<p>Instead, try using the old MS-DOS pipe to funnel the output of the Tree command to a Rich Text Format (RTF) file. You can then import that RTF file into a specially formatted Word document and have the same graphical tree structure, showing all the folders on your hard disk, in an easy to read format. Here's how:</p>

<p>1. Open a Command Prompt window.<br />
2. Use the <strong>CD \</strong> command to access the root folder.<br />
3. Type <strong>Tree > Tree.rtf</strong><br />
4. Close the Command Prompt window.<br />
5. Launch Word and open a new document.<br />
6. Go to <strong>File | Page Setup</strong>.<br />
7. In the Page Setup dialog box, choose the <strong>Landscape Orientation</strong>, and set the left and right margins to zero.<br />
8. Click <strong>OK</strong> and click the <strong>Ignore</strong> button in the margins warning dialog box.<br />
9. Go to <strong>Insert | File</strong>.<br />
10. In the <strong>Insert File</strong> dialog box, locate the Tree.rtf file and click the <strong>Insert </strong>button.<br />
11. In the File Conversion dialog box, select the <strong>MS-DOS</strong> option and click <strong>OK</strong>.</p>

<p>You can save the document and then scroll through the graphical tree structure showing all the folders on your hard disk.</p>

<p><em><strong>Note</strong></em>: This tip applies to both Windows XP Home and Windows XP Professional. The file can be viewed by any word processor or text editor with RTF capability.</p>]]>
    </content>
</entry>
<entry>
    <title>Removing unused device drivers from Windows XP machines</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-xp/installation-and-configuration/remove-unused-drivers.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=638" title="Removing unused device drivers from Windows XP machines" />
    <id>tag:www.setup32.com,2008:/tech-tips//8.638</id>
    
    <published>2008-06-18T12:45:38Z</published>
    <updated>2008-06-18T12:50:56Z</updated>
    
    <summary>When you install a device driver on a Windows XP machine, the operating system loads that driver each time the computer boots regardless of whether the device is present -- unless you specifically uninstall the driver. This means that drivers from devices that you have long since removed from your...</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Installation and Configuration" />
            <category term="Windows XP" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<p>When you install a device driver on a Windows XP machine, the operating system loads that driver each time the computer boots regardless of whether the device is present -- unless you specifically uninstall the driver. This means that drivers from devices that you have long since removed from your system may be wasting valuable system resources.</p>]]>
        <![CDATA[<p>Follow these steps to view and remove these unnecessary device drivers:<br />
<ol><br />
<li>Press <strong>Windows + Break</strong> to bring up the System Properties dialog box.</li><br />
<li>Select the <strong>Advanced</strong> tab and click the <strong>Environment Variables</strong> button.</li><br />
<li>Click the <strong>New</strong> button below the <strong>System Variables</strong> panel.</li><br />
<li>In the <strong>New System Variable</strong> dialog box, type <strong>devmgr_show_nonpresent_devices</strong> in the <strong>Variable Name</strong> text box and 1 in the <strong>Variable Value</strong> text box.</li><br />
<li>Click <strong>OK</strong> to return to the System Properties dialog box and then click <strong>OK</strong> again.</li><br />
<li>Select the <strong>Hardware</strong> tab and click the <strong>Device Manager</strong> button.</li><br />
<li>In Device Manager, go to <strong>View | Show Hidden Devices</strong>.</li><br />
<li>Expand the various branches in the device tree and look for the washed out icons, which indicate unused device drivers.</li><br />
<li>To remove an unused device driver, right-click the icon and select <strong>Uninstall</strong>.</li><br />
</ol></p>]]>
    </content>
</entry>
<entry>
    <title>Quickly gather MAC addresses in Windows XP with ARP</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-xp/networking/gather-mac-addresses-arp.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=637" title="Quickly gather MAC addresses in Windows XP with ARP" />
    <id>tag:www.setup32.com,2008:/tech-tips//8.637</id>
    
    <published>2008-06-18T12:39:00Z</published>
    <updated>2008-06-18T12:52:17Z</updated>
    
    <summary>When securing a wireless Windows XP network, in addition to using Wired Equivalent Privacy (WEP) or Wi-Fi Protected Access (WPA) encryption, you can use Media Access Control (MAC) address filtering. When you enable MAC address filtering, the wireless access point or wireless router verifies that the network card in the...</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Windows XP" />
            <category term="Networking" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<p>When securing a wireless Windows XP network, in addition to using Wired Equivalent Privacy (WEP) or Wi-Fi Protected Access (WPA) encryption, you can use Media Access Control (MAC) address filtering.</p>

<p>When you enable MAC address filtering, the wireless access point or wireless router verifies that the network card in the computer requesting access has a MAC address in its filter list before allowing the computer to access the network. This means that you must first obtain the MAC addresses of each client computer. To do so, you might think that you have to manually visit each computer and use the <strong>Getmac</strong> command.</p>]]>
        <![CDATA[<p>An easier way to gather MAC addresses is to take advantage of the Address Resolution Protocol (ARP) command. Here's how:<br />
<ol><br />
<li>From one computer, use the <strong>Ping</strong> command to ping each of the other client computers that will connect to the wireless access point or wireless router.</li><br />
<li>Type the <strong>ARP</strong> command along with the <strong>-a</strong> parameter:<br />
<strong>Arp -a</strong></li><br />
</ol><br />
When used with the <strong>-a</strong> parameter, the <strong>ARP</strong> command displays the ARP cache, which stores the IP and MAC addresses of the computers that most recently accessed the system -- or in this case, those computers that responded to the Ping command.</p>

<p><em>This tip applies to both Windows XP Home and Professional.</em></p>]]>
    </content>
</entry>
<entry>
    <title>Automatically generate and assign strong passwords in Windows XP</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-xp/security/xp-generate-strong-password.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=636" title="Automatically generate and assign strong passwords in Windows XP" />
    <id>tag:www.setup32.com,2008:/tech-tips//8.636</id>
    
    <published>2008-06-18T12:31:50Z</published>
    <updated>2008-06-18T12:52:13Z</updated>
    
    <summary>Computer users consistently use very simplistic logic when creating passwords. For example, many of us choose meaningful words, personal dates, or a word commonly found in the dictionary because it makes the password easy to remember. These common practices cause us to sacrifice the security that passwords are intended to...</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Windows XP" />
            <category term="Security" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<p>Computer users consistently use very simplistic logic when creating passwords. For example, many of us choose meaningful words, personal dates, or a word commonly found in the dictionary because it makes the password easy to remember. These common practices cause us to sacrifice the security that passwords are intended to provide.</p>]]>
        <![CDATA[<p>If you're really at a loss when it comes to thinking of a strong password, you can let Windows XP create and assign a random password to your account. To let Windows XP generate your password, follow these steps.</p>

<p><strong>Warning</strong>: Before you follow these steps, please be sure that you are paying careful attention and are ready to actually use a password that might not be as memorable as you're accustomed to! Also, <strong>you cannot use this tip on a Windows Server domain</strong>.<br />
<ol><br />
<li>Open a Command Prompt window and type:<br />
<strong>net user username /random</strong> (username is your login account name)</li><br />
<li>Press Enter. Windows XP will randomly generate a secure password, as well as assign that strong password to your account. Windows XP will also display the strong password so you can remember it.</li><br />
<ol><br />
At your discretion, you may want to create a Password Reset Disk at this point. This disk will allow you to gain access to your computer in the event you forget your password. Here's how to create the disk:<br />
<ol><br />
<li>Open the Control Panel and double-click the <strong>User Accounts</strong> tool.</li><br />
<li>Click your account icon.</li><br />
<li>Select <strong>Prevent A Forgotten Password</strong> under <strong>Related Tasks</strong>.</li><br />
<li>Follow the instructions provided by the wizard.</li><br />
</ol></p>

<p><em>This tip applies to both Windows XP Home and Windows XP Professional systems in either a stand-alone or peer-to-peer workgroup configuration.</em></p>]]>
    </content>
</entry>
<entry>
    <title>Create your own special characters in Windows XP</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-xp/desktop-and-gui/create-special-characters.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=635" title="Create your own special characters in Windows XP" />
    <id>tag:www.setup32.com,2008:/tech-tips//8.635</id>
    
    <published>2008-06-18T12:09:08Z</published>
    <updated>2008-06-18T12:30:45Z</updated>
    
    <summary>Have you ever wanted to create your own font or maybe just a special character -- for example, a character showing your initials for approving documents with your &quot;signature&quot;? You can easily create your own characters using a hidden Windows XP tool called the Private Character Editor. Here&apos;s how:...</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Desktop and GUI" />
            <category term="Windows XP" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<p>Have you ever wanted to create your own font or maybe just a special character -- for example, a character showing your initials for approving documents with your "signature"? You can easily create your own characters using a hidden Windows XP tool called the <strong>Private Character Editor</strong>. Here's how:</p>]]>
        <![CDATA[<ol>
<li>Press <strong>Windows + R</strong> to open the Run dialog box.</li>
<li>Type <strong>eudcedit</strong> in the Open text box and click OK.</li>
<li>When the Private Character Editor launches, you'll see the Select Code dialog box. Click OK.</li>
<li>A user interface that looks and works very much like Paint will appear. Here, you can use standard tools to create your characters.</li>
<li>When you finish, select the <strong>Save Character</strong> command on the Edit menu.</li>
</ol>
Once you save your new character, you can access it using the Character Map tool. Here's how:
<ol>
<li>Press <strong>Windows + R</strong> to open the Run dialog box.</li>
<li>Type <strong>charmap</strong> in the Open text box and click OK.</li>
<li>When the Character Map appears, select the <strong>Font</strong> drop-down list and select <strong>All Fonts (Private Characters)</strong>.</li>
<li>Select your character, click the <strong>Select</strong> button, and then click the <strong>Copy</strong> button.</li>
</ol>
You can now paste your font character into any document that you want.]]>
    </content>
</entry>
<entry>
    <title>Put your name in the Windows XP notification area</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-xp/installation-and-configuration/windows-notification-area.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=634" title="Put your name in the Windows XP notification area" />
    <id>tag:www.setup32.com,2008:/tech-tips//8.634</id>
    
    <published>2008-06-18T12:02:31Z</published>
    <updated>2008-06-18T12:29:19Z</updated>
    
    <summary>During those times when the urgent need for high-powered technical intelligence wanes a bit -- especially on a slow Friday afternoon -- try this fun trick and amaze your colleagues. Here&apos;s how to make your &quot;own&quot; time by putting your name in the notification area:...</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Installation and Configuration" />
            <category term="Windows XP" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        During those times when the urgent need for high-powered technical intelligence wanes a bit -- especially on a slow Friday afternoon -- try this fun trick and amaze your colleagues. Here&apos;s how to make your &quot;own&quot; time by putting your name in the notification area:
        <![CDATA[<ol>
<li>Access the Control Panel from the <strong>Start</strong> menu.</li>
<li>Double-click <strong>Regional And Language Options</strong>.</li>
<li>Click the <strong>Customize</strong> button in the <strong>Standards And Formats</strong> panel of the Regional Options tab.</li>
<li>When the Customize Regional Options dialog box appears, select the <strong>Time</strong> tab.</li>
<li>In the <strong>AM Symbol</strong> and <strong>PM Symbol</strong> boxes, you can replace that text with your name or whatever word you want, as long as it's no longer than 12 characters.</li>
<li>To complete the operation, click <strong>OK</strong> twice -- once to close the Customize Regional Options dialog box and once to close the Regional And Language Options dialog box.</li>
</ol>
You'll instantly see your name appear in the notification area right next to the time.]]>
    </content>
</entry>
<entry>
    <title>Prevent a shutdown of a Windows XP system</title>
    <link rel="alternate" type="text/html" href="http://www.setup32.com/tech-tips/windows-xp/tools-and-tasks/prevent_xp_shutdown.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.setup32.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=8/entry_id=633" title="Prevent a shutdown of a Windows XP system" />
    <id>tag:www.setup32.com,2008:/tech-tips//8.633</id>
    
    <published>2008-06-18T11:56:54Z</published>
    <updated>2008-06-18T12:01:59Z</updated>
    
    <summary>By default, at three o&apos;clock every morning Windows XP&apos;s Automatic Updates tool contacts the Windows Update site and automatically downloads and installs updates for your system. However, that can&apos;t happen if other people who use the computer shut it down at the end of the day. Fortunately, you can prevent...</summary>
    <author>
        <name>Julian</name>
        
    </author>
            <category term="Windows XP" />
            <category term="Tools and Tasks" />
    
    <content type="html" xml:lang="en" xml:base="http://www.setup32.com/tech-tips/">
        <![CDATA[<p>By default, at three o'clock every morning Windows XP's Automatic Updates tool contacts the Windows Update site and automatically downloads and installs updates for your system. However, that can't happen if other people who use the computer shut it down at the end of the day. Fortunately, you can prevent anyone from shutting down Windows XP with a little registry tweak. Here's how:</p>]]>
        <![CDATA[<ol>
<li>Launch the Registry Editor (Regedit.exe).</li>
<li>Go to HKEY_CURRENT_USER\ SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer.</li>
<li>Right-click the Explorer subkey and select <strong>New | DWORD Value</strong>.</li>
<li>Name the key <strong>NoClose</strong> and press Enter twice.</li>
<li>Type <strong>1</strong> in the <strong>Value Data</strong> text box and click <strong>OK</strong>.</li>
</ol>
To enable the setting, close the Registry Editor and restart your system. Once your system restarts, you will not be able to it shut down by clicking the Shutdown button on the Start menu. This will prevent most users from inadvertently shutting down the computer.

<p>When you do want to shut down your system, just access Task</p>

<p><em>Note: This tip applies to both Windows XP Home and Windows XP Professional. Since editing the registry is risky, be sure you have a verified backup before saving any changes.</em></p>]]>
    </content>
</entry>

</feed> 