Jump to content

A][A-PhoeniX

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About A][A-PhoeniX

A][A-PhoeniX's Achievements

0

Reputation

  1. I posted this before but this tweak was never added to the updated file. It's purpose is this. If you are like most people you have folder options set to open each new folder in the same window. The problem is what if you want to open the next folder in a different window? You would normally have to go back through "My Computer" and browse to that folder just to get that folder open in a separate window. I haven't seen this in this thread but this is how i do it. This adds an option in the right-click (context) menu to open any folder on your computer in a new window. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\openNew] @="Open In New &Window" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\openNew\Command] @="explorer %1"
  2. I couldn't find this anywhere, so I made up my own solution. I decided to post this here to help anyone who might use FantomCD. I love FantomCD. It's a great tool for emulating cd drives. Anyways, the whole problem was that no matter what switches i used it would not silent install. So here is the workaround. Open a new text file in notepad and put the following code into it: Set WshShell = WScript.CreateObject("WScript.Shell") '=== FantomCD INSTALL === FILE === FantomCD.VBS === WshShell.Run app & "%systemdrive%\install\FantomCD\enu_tr.msi" '=== wait in milli seconds (5 sec) WScript.Sleep 2000 '=== PRESS SOME KEYS WshShell.SendKeys "{ENTER}" WScript.Sleep 2000 WshShell.SendKeys "{ENTER}" WshShell.SendKeys "+A" WScript.Sleep 1000 WshShell.SendKeys "{ENTER}" WScript.Sleep 2000 WshShell.SendKeys "{ENTER}" WScript.Sleep 2000 WshShell.SendKeys "+c" WScript.Sleep 1000 WshShell.SendKeys "{ENTER}" WScript.Sleep 2000 WshShell.SendKeys "{ENTER}" WScript.Sleep 20000 WshShell.SendKeys "{ENTER}" WScript.Quit note* edit code as necessary ie. the path name also the last "WScript.Sleep" entry of 20000 should be long enough for the installation to complete so that the last "SendKeys {ENTER}" won't execute until it's finished. If you are using slower hardware please increase the "20000" to account for the time it will take to finish. Then rename the new txt file to "FantomCD.vbs" Then in RunOnceEx.cmd the code is this: REG ADD %KEY%\029 /VE /D "FantomCD" /f REG ADD %KEY%\029 /V 1 /D "%PP%\FantomCD\fantomcd.vbs" /f REG ADD %KEY%\029 /V 2 /D "REGEDIT /S %PP%\FantomCD\fantomcd.reg" /f Of course edit it as necessary License info should be placed in the fantomcd.reg file referenced in RunOnceEx The following is an example fantomcd.reg file [HKEY_CURRENT_USER\Software\Copystar\Fantom CD\Register] "UserName"="user_name" "Company"="none" "SerailNo"="xxxxxxxxxxxxx"
  3. I know I'm new here but has anyone seen this tweak? Or know if it works for unattended. It's purpose is this. If you are like most people you have folder options set to open each new folder in the same window. The problem is what if you want to open the next folder in a different window? You would normally have to go back through "My Computer" and browse to that folder just to get that folder open in a separate window. I haven't seen this in this thread but this is how i do it. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\openNew] @="Open In New &Window" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\openNew\Command] @="explorer %1" This adds an option in the right-click (context) menu to open any folder on your computer in a new window. Let me know if this works for you. Edit. This definitely works. Cheers
  4. Well, let me just say this. Media Center Edition is very picky about what hardware (ie. TV tuner) you use with it. If you do use it and have the correct tuner card/cards (MCE2005 supports 2 tuners), and you happen to live in the US, you will fall in love with it and wonder how you ever got along without it. It basically does everything a TIVO can do. Now if you don't have the correct hardware for it to do what it was designed to do, you may end up a little red in the face. That is the main reason that Micro$haft decided not to sell it as a stand-alone product but only with certified OEM products. They didn't want to have to deal with the end-users inability to work out the kinks when they just buy any old tv-tuner and expect it to work out of the box. A list of certified compatible TV tuners can be found here. That being said, it's also not only the tuner cards but your system specs should also be rather on the high-end. At least a P4 2.6GHz or Athlon XP2500+ and above with 1Gb of ram will suffice. Go any lower than that and you will probably not be happy with the responsiveness of the media center interface. I might also add that MCE was designed to be controlled with a remote control, from 10 feet away on your living room TV set. It might be the closest thing to perfect when it comes to the 10-foot interface that is out on the market. Some different apps that do the same thing and are nearly as good are SnapStream's FireFly remote (hardware) in combonation with BeyondTV (software). BeyondTV works with more variety of TV Tuner cards than MCE, but the bottom line is that they both are designed to be the living-room controlled 10-foot interface that brings convergence to PC and TV. If you're not ready to put your computer in the living room you may want to hold off before upgrading to MCE. I built my own machine to test it out with an AMD AthlonXP 2600+ Barton Core CPU and 1Gb of ram, threw in a Hauppauge WinTV PVR 150 and control it all with SnapStream's FireFly remote. The end result is outstanding. Even if it's not in the living room yet, I can see the potential application there. It's just a matter of me building another better machine to game on (I'm currently using this one to game with). To answer your intitial questions though. Yes it is basically windows xp service sp2 integrated with a slick interface for controlling your media with a remote from 10 feet away. Sadly there is no way to upgrade XP to include the Media Center. Not any that I have found anyways. No you don't have to upgrade it to SP2. It's integrated. Yes nlite works with it. As long as you don't strip anything important to the operation of the media center. Like if you just want to use nlite to customize an unattended install CD. I don't think nlite has any options that are specific to MCE though, so you have to treat it as though it were XP pro. Hopefully the info I've given will help you decide.
×
×
  • Create New...