Wednesday, May 6, 2009
Windows 7 RC on Fusion
Thursday, October 9, 2008
Admin: Access Denied to Documents and Settings?

Here are several junctions from my local system:
Directory of C:\ProgramData
- Application Data [C:\ProgramData]
- Desktop [C:\Users\Public\Desktop]
- Documents [C:\Users\Public\Documents]
- Favorites [C:\Users\Public\Favorites]
- Start Menu [C:\ProgramData\Microsoft\Windows\Start Menu]
- Templates [C:\ProgramData\Microsoft\Windows\Templates]
Directory of C:\Users\Bob Kelly
- Application Data [C:\Users\Bob Kelly\AppData\Roaming]
- Cookies [C:\Users\Bob Kelly\AppData\Roaming\Microsoft\Windows\Cookies]
- Local Settings [C:\Users\Bob Kelly\AppData\Local]
- My Documents [C:\Users\Bob Kelly\Documents]
- NetHood [C:\Users\Bob Kelly\AppData\Roaming\Microsoft\Windows\Network Shortcuts]
- PrintHood [C:\Users\Bob Kelly\AppData\Roaming\Microsoft\Windows\Printer Shortcuts]
- Recent [C:\Users\Bob Kelly\AppData\Roaming\Microsoft\Windows\Recent]
- SendTo [C:\Users\Bob Kelly\AppData\Roaming\Microsoft\Windows\SendTo]
- Start Menu [C:\Users\Bob Kelly\AppData\Roaming\Microsoft\Windows\Start Menu]
- Templates [C:\Users\Bob Kelly\AppData\Roaming\Microsoft\Windows\Templates]
I’ve found that the best way to access common locations in Vista is to use environment variables. Looking for the All Users Profile? That is a tough one– in Vista that location is now C:\ProgramData. But if you think you’ll have trouble remembering that do what programs [should] do and use the ALLUSERSPROFILE environment variable.
To see the environment variables on your computer, type SET at the command prompt for a full list. Not all environment variables offer path values, so here is a cleaned up list of common directories my computer spat out:
- ALLUSERSPROFILE=C:\ProgramData
- APPDATA=C:\Users\Bob\AppData\Roaming
- CommonProgramFiles=C:\Program Files\Common Files
- ComSpec=C:\Windows\system32\cmd.exe
- HOMEDRIVE=C:
- HOMEPATH=\Users\Bob
- LOCALAPPDATA=C:\Users\Bob\AppData\Local
- ProgramData=C:\ProgramData
- ProgramFiles=C:\Program Files
- PUBLIC=C:\Users\Public
- SystemDrive=C:
- SystemRoot=C:\Windows
- TEMP=C:\Users\Bob\AppData\Local\Temp
- TMP=C:\Users\Bob\AppData\Local\Temp
- USERPROFILE=C:\Users\Bob
- windir=C:\Windows
Hopefully this saves someone some serious frustration!
Tuesday, September 30, 2008
Deploying and Administering Windows Vista

The first eight chapters (by myself) cover planning the deployment, creating basic Windows images, managing licensing and activation, working with Windows Installer, migrating user data, managing windows images, using MDT 2008, and using Windows Deployment services. The remaining chapters (by Nelson and Danielle) cover managing change in Vista, administering workstations, securing the workstation, protecting user data and recovering damaged systems and lost data. This book started over a year ago so it is nice to report it is finally available:http://www.amazon.com/gp/product/0470180218
From the back cover…
Safely deploy Windows Vista across your enterprise If you’re responsible for deploying Windows Vista across an enterprise, this is the book you need to succeed. Packed with over 500 pages of best practices, sound techniques, and in-depth guidance, it’s a must-read whether you’re coming to Vista cold or are migrating from an older Windows operating system. Configure a secure network for your business, handle troubleshooting, and avoid pitfalls with this valuable resource from a top-notch team of Windows systems veterans.
Managing VMWare w/PowerShell
Monday, March 31, 2008
System Recovery Tools (SRT) in Custom Windows PE Image
The System Recovery Tools (WinPE-SRT-Package) was removed from the Windows Automated Installation Kit (WAIK) which has a lot of people that were relying on this in a quandary. While many have moved to BartPE to address this need, there are workarounds.
mkdir c:\winre_image
mkdir c:\winre_mount
3. Copy the Windows PE image from the installation media using ImageX
imagex.exe /export /boot c:\winpe\boot.wim 2 c:\winre_image\winre.wim “Windows Recovery Environment”
4. Mount the image using ImageX
imagex /mountrw c:\winre_image\winre.wim 1 c:\winre_mount
5. Using a text editor, create a file called winpeshl.ini that contains the following text:.
[LaunchApp]
AppPath=x:\sources\recovery\recenv.exe
6. Copy this file to \Windows\System32 directory in your mounted Windows PE directory (copy winpeshl.ini c:\winre_mount\Windows\System32)
7. Unmount the image and commit your changes: imagex.exe /unmount /commit c:\winre_mount
At this point you should have a WinRE image you can work with. Unfortunately it is a prepped image (PeImg /Prep) which means you cannot do everything to it you may wish, but it should get most people most of what they need!
Friday, March 7, 2008

Thursday, March 6, 2008
Cannot turn off the reminder. You may be reminded again
“Cannot turn off reminder. You may be reminded again.”
“Cannot turn off the reminder. You may be reminded again. the end date you entered occurs before the start date”
“Cannot open the item for this reminder. The end date occurs before the start date”

Solution:
First, try launching Outlook.exe with the “cleanreminders” command line argument:
C:\Program Files\Microsoft Office\Office12\OUTLOOK.EXE /cleanreminders
If that does not work, carry out the below steps to delete the items in Reminders folder:
Download MFCMAPI tool from http://support.microsoft.com/?ID=291794
1. Run MFCMAPI on the desktop
2. Go to Session->Logon and Display Store Table
3. Select your profile
4. Right click Mailbox and choose “Open Store”
5. Expand “Root Container”
6. Right click “Reminders” and select “Open Contents Table”
7. New Window Launches with Title Reminders
8. Select all the reminder items listed there, Right click and select “Delete Message”
9. Close MFCMAPI
