RSS Feed

‘Windows XP Tips’ Category

  1. How to get different wallpaper on dual monitors in Windows (without 3rd party software)

    July 3, 2010 by Andrew Block

    Applies to:

    • Windows XP
    • Windows Vista
    • Windows 7

    Windows XP, Vista, and 7 will only show the same wallpaper on both of your monitors. There isn’t actually a setting to change this behavior (without the use of 3rd party tools such as Ultramon), but there is a very easy workaround.

    You just need to do a little bit of image editing. For this demo, I’ll use Adobe Photoshop, but any simple image editing tool will do.

    First off, either open an image that is the resolution of your left monitor, or re-size an image to the proper resolution.

    Note: this tutorial also assumes your left monitor is the same size or bigger than your right monitor. If not, this won’t work right.

    For example, my left monitor is 1920×1200, so — using Photoshop — I re-sized an image to 1920×1200.

    The next step is to re-size our image’s canvas to the total width of both monitors. Simply add up the width of your two displays. In my scenario, my monitors are 1920×1200 and 1280×1024, so the total width is 3200 pixels.

    Using your image editor, re-size the width of the canvas (not the image) to the total width of both monitors. Make sure the left side of the image is anchored to the left edge, so the part that expands is blank. Finally, ensure the unit of measurement is set to pixels.

    Now, copy another image, paste it as a new layer, and make it fill up the blank space (you’ll probably want to use an image that is close to the resolution of your right monitor). Make sure the new image doesn’t overlap the first image!

    Save your new image somewhere as a JPEG or something Windows understands, and set it as your desktop wallpaper.

    Then, go into your display properties and make sure the image’s position is set to tiled:

    That’s it! You now have the appearance that each monitor has its own unique wallpaper. Kind of a pain, but worth it if you like a little variety in your wallpaper.

    (Note: the screenshot below looks a little weird because the monitors are not the same height, and that’s how it is displayed when I captured the image.)


  2. Some of my favorite Windows keyboard shortcut keys

    March 24, 2010 by Andrew Block

    So I use Windows so much that I pretty much couldn’t get through my day without my keyboard shortcuts. Here are some of my favorites (WKey = Windows Key):

    WKey + R — Brings up the Run dialog. Some of my favorites to enter here are (hit enter after entering for mouse-less bliss):

    Internet Explorer: iexplore
    Firefox: firefox
    iTunes: itunes
    Microsoft Word: winword
    Services: services.msc
    Configure startup items: msconfig

    WKey + D — Minimizes all windows and shows the desktop
    ALT + TAB — Switches between open applications
    WKey + LEFT or RIGHT arrow (Windows 7 only) — Snaps the active window to the left or right side of your monitor and makes it fill exactly 1/2 of the screen
    WKey + UP — Maximizes the active window
    CTRL + TAB — Switches between tabs. Tested in Internet Explorer, Firefox, and Chrome
    CTRL + F4 — Closes the active tab. Tested in Internet Explorer, Firefox, and Chrome
    F2 — Renames the selected object


  3. How to: quickly and easily copy multiple file names to the Windows clipboard

    February 28, 2010 by Andrew Block

    At work, I needed a way to copy about 60 file names from Windows Explorer into an Excel spreadsheet. Copying each one individually seemed like a huge waste of time, so I Googled for a solution.

    Turns out there’s a slick, free utility called CopyFilenames by ExtraBit. It adds a simple Copy Filename (for a single file) / Copy Filenames (for multiple files) entry to the right-click context menu. Simply install CopyFilenames, right click on one or more files, and choose Copy Filenames. Then paste the list of file names into your application of choice.

    See it in action below — in my example I used Excel but you can paste the file names into any application.

    Nifty! Saved me a bunch of monkey work.


  4. Plants Vs. Zombies – location of save game file (Windows XP, Windows 7, & Mac OS)

    January 4, 2010 by Andrew Block

    Wanna continue playing Plants Vs. Zombies on a different computer, but don’t want to lose your progress? I know I ran into this scenario: I’ve been playing the game on my netbook, but really wanted to start playing on my desktop’s 24″ monitor.

    So I poked around and eventually figured out where the elusive save files are located.

    (Added 11.11.2010) Mac OS
    According to this link, the Mac OS save game file is located in /Users/*username*/Library/Application Support/Popcap/PlantsVsZombiesMac/userdata/

    I don’t know if this is for both Steam and non-Steam versions, and I am not sure if the files are interchangeable with PC.


    PC – Steam version

    • Vista/Window 7: C:\ProgramData\Steam\PlantsVsZombies\userdata
    • XP: C:\Program Files\Steam\steamapps\common\plants vs zombies\userdata

    PC – Non-Steam version

    • Vista/Windows 7: C:\ProgramData\PopCap Games\PlantsVsZombies\userdata
    • XP: C:\Program Files\PopCap Games\Plants vs. Zombies\userdata

    So, locate the files on the computer you’re currently playing on. Then, copy all of the .dat files into the directory on the computer you want to start playing on (in my case, I copied them from the netbook to the desktop). Note that this will overwrite any progress on the target computer, but you probably figured that already.

    Note: I can’t vouch for XP, but in my Windows 7 + Steam scenario, the ‘C:\ProgramData\Steam\PlantsVsZombies\userdata’ folder is hidden. I had to turn on viewing of hidden files: Computer > Organize > Folder and Search Options > View > Show hidden files, folders, and drives (works in Vista too). In XP it’s My Computer > Tools > Folder Options > View > Show hidden files — or something like that.

    By the way, did you find this article through Google? I also encourage you to come back to my home page regularly; I’m constantly adding new tech tips to this site. Thanks for stopping by.


  5. Can’t format your flash drive as NTFS in Windows XP? Try this.

    May 1, 2009 by Andrew Block

    I have a 4GB PNY flash drive (currently FAT32) that I wanted to convert to NTFS. Right clicking on the drive in My Computer and choosing “Format…” only resulted in one choice: FAT32. Yuck.

    format1

    The solution? Open a command prompt (Start > Run > cmd > OK) and type:

    Convert x: /FS:NTFS

    Obviously, replace “x:” with the letter of your Flash drive, so if your flash drive is “e:” then you’d type: Convert e: /FS:NTFS.

    This got my drive converted to NTFS with no hassle.

    Note: This doesn’t appear to delete the files on the drive, but I’d recommend backing them up, in case.

    If you’re looking for a way to create a bootable USB flash drive, check out this blog post.