October 27, 2008 by zarindenatrose
Sometimes children break things. With computers being commonly shared in homes for work and for play, occasionally what they break is your installation of Microsoft Office, rendering it impossible for you to open your e-mail.
Wouldn’t it be great if you could have 2 operating systems? One for work and one for play, and to be able to hide the work from the play?
Taken alone, that’s a very VERY easy task to accomplish. But what if you’re doing this for a client and they need the system drive letter on each installed OS to be C:\, for both installations to be on the same disk, and for them to be on separate partitions?
That may not sound like much of a chore until you actually try it, and get weird drive letters for the second install D:, E:, or in my case, G:.
This took some serious mind-wrestling to work out, and you’ll need some supplies.
- Windows XP Install CD
- Symantec Ghost boot disks
- A Linux LiveCD with GPartEd
There may be other ways to do this, but here’s what I did:
- Load GParted and split the drive into 2 NTFS Primary partitions.
- Install Windows XP on the first partition.
Once this is done, you may wish to install drivers and applications common to both installs.
- Use Ghost to do a Partition to Partition clone, using the first as the source and the second as the destination.
- Immediately after Ghosting, without letting windows load, boot back into Linux. Use GPartEd to Set the second partition as the Boot partition, then open the boot.ini file on the second partition and replace it with the following:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=”Work” /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=”Play” /noexecute=optin /fastdetect
- Boot into “Play”, click the Start menu, right click the “My Computer” icon and click Manage…
From here, click the “Disk Management” option on the left of the resulting window.
You will see one of the disks has D:\ and C:\ partitions in that order.
Right click D:\
Click Change or Remove Drive Letters
Click D:\ in the menu, and choose “Remove”
Now the Work partition is hidden as a drive from the Play partition, and the two will both show up as C:\ when logged into them.
And there ya have it. Please post any questions or comments you may have for me.
I’m here to help!
Tags: Always C:\, Dual Boot, XP
Posted in Dual Boot, Tech Support, XP | Leave a Comment »
July 31, 2008 by zarindenatrose
For about 4 days now I’ve been without any sound in Firefox. My operating system is windows vista, my IE sound worked just fine, and the only solutions I’ve found on the net involve the Wavemapper trick, reinstalling flash, using the K-Lite Codec Tweak or using CCleaner to fix it.
None of these worked for me, and I decided to try to fix it myself.
Now, given that I still had audio in IE, I knew my flash installation was okay, and that it’s not a Codec issue. I began to think to myself, ‘What did I do in Firefox that I haven’t done to I.E.’
I had turned the sound down before to mute flash game music, allowing me to hear my own. However, I had since turned the sound back up. I took a shot in the dark and renamed firefox.exe to firefoxFix.exe and that got me my sound back. What had happened is that despite my turning the sound back up, vista refused to correct the volume for firefox.exe. I then opened the registry, deleted the key holding firefox’s volume settings, restored firefox.exe to its original name, and voila, I had my audio back.
Now to share the fix with you in simple steps.
- Click your start menu and enter: Regedit.exe in your search bar and run it.
- Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore
- Press CTRL+F and enter firefox.exe
- In the bottom of the window, you will see the full key name containing the firefox entry. It will be similar to:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore\f8ef7687_0
Right click that key in the left pane of Regedit and delete it.
- Enjoy your audio.
For those who need a little visual help, here’s a screenshot: 
Update: Some users may have multiple keys holding Firefox data. Deleting them all seems to be safe.
- Thanks to Ray for the feedback.
In response to Fletchman’s Comment (I figured this was worth responding to up here.):
Fletch, this is a rather esoteric issue, in that it only affects people with firefox on vista that like to turn the sound off to shut up things like flash ads. It’s really the fault of Microsoft, not youtube or Adobe.
As for my solution’s availability, you should have seen what I went through to find it. When I had this problem NOBODY had the solution, I had to figure out what was wrong ang fix it myself. It took me 3 days. I’ve already gone and posted links to it in a bunch of forums that I crossed on my search for an answer, and now if you were to type Sound or audio and Firefox Vista into google, this is either the first or second item (Depending on the order of words.)
Even so, this is a request to everyone this solution helps: if you wouldn’t mind, I’d very much appreciate if you could post a link to this solution in a couple of threads you came across that didn’t have it. Hopefully that will make the lives of future victims of this problem 3 hours less hair-pullingly exciting. Thanks a lot to everyone for the positive feedback!
And there ya have it. Please post any questions or comments you may have for me.
I’m here to help!
Tags: Firefox, Sound, Vista
Posted in Tech Support, Vista | 57 Comments »