~~~This post will be updated with more content over time. Note that many of these also work in Windows 7, except for the Server > Workstation conversion stuff.~~~Xxcom9a: More tweaks and a full conversion guide for the final version of R2 can be found at http://www.win2008r2workstation.com/.Windows Live Messenger - Return To System TrayAnnoyed with the new behavior of WLM appearing in the taskbar and not the system tray? Simple fix - first close WLM completely, and change the shortcuts' Compatibility > Windows Vista. Now it will go into the system tray or "notification area" instead of your taskbar =)
Libraries - Add/Remove Desktop IconThe new Libraries feature in Windows 7 is pretty cool when you set it all up the way you want it. To add the icon to your desktop, run the registry file here. There is also a second key in this ZIP file that removes the icon (back to default).
Attachment:
Libraries Desktop Icon - Add Or Remove.zip
Windows Server 2008 R2 > Workstation ChecklistWhenever I try out a new OS, I always make a textfile checklist of the things I do and plan-to-do whenever I reinstall. I decided to share my personal one for 2008 R2, especially in regards to converting to a Workstation this may be useful for some of you. Many things are similar to Server 2008 R1.
Attachment:
Server 2008 R2 To Workstation.txt.zip
Add Custom Shortcuts To My ComputerLike this screenshot...

...I find the Network Connections one especially useful! Grab this ZIP file, it currently only has "Recycle Bin" and "Network Connections", as well as removal/undo ones to get rid of them. If you have a request for other Windows system things you'd like a My Computer shortcut for, let me know and i'll find it!
NOTE: This also works for Windows Vista/2008 R1. The icons added apply to all accounts (system wide), not just the current user (if you only want current user, change the reg keys yourself to point to HKCU instead of HKLM

)
Attachment:
Custom My Computer Shortcuts.zip
Drive Letters First in My ComputerI don't like the default Vista+ behavior of how drive letters go last, it sorts by the harddisk label instead of drive letter. Sure it's nice if you remember your file location by label, but if you have lots of partitions and virtual CD/DVD drives then it can be easier to put the drive letters first so its sorted alphabetically that way. Should also work on Vista.
Drive letters before:Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"ShowDriveLettersFirst"=dword:00000004
Drive Letters after (Default):Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"ShowDriveLettersFirst"=-
{All that REG file does is delete the key, restoring the default}Custom Icon View on DesktopOK, you're either one of two people when it comes to Windows. You love to keep your desktop spotless and empty, or you use it as a spot for junk and uncategorized work files. I'm the later. I work with a lot of different filetypes, photo's and videos and documents and images... it's nice to customize the folder view of the Desktop too. I like the Tiles mode. Here's how you do it:
Code:
Desktop Icon Mode
-----------------
01) Start Regedit and browse to
HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags\1\Desktop
02) Kill explorer.exe in task manager
03) Change the key LogicalViewMode to whatever you want. 2 for example is Tiles, you can try others upto 5 I think (from memory).
04) Change the IconSize too if you like. A decimal of 64 is nice with Tiles on a decently large resolution like 1680x1050.
05) Restart Explorer. Nice.
You can even make the Desktop in Details and List mode with this

But it looks a little strange!
Install Windows 7/Server 2008 R2 from a USB driveI havn't tested this myself, but others have reported it to work very well. Here's how.
Code:
01) Insert the USB stick to prepair it
02) In a CMD window (as admin), do the following...
diskpart
{Enters the disk partition tool}
list disk
{Find the number of the USB stick you inserted}
select disk #
{Substitute the # for the number you found in list disk}
clean
{Deletes all partitions - MAKE SURE all your files are backed up!}
create partition primary
select partition 1
active
format quick fs=ntfs
assign
exit
03) Extract the Windows 7 DVD ISO to the flash stick. Should be bootable now!