Jump to content

gai-jin

Member
  • Posts

    81
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About gai-jin

gai-jin's Achievements

0

Reputation

  1. Thanks, I'll check it out. I did find the app I remembered though. It was in fact google desktop, with a 3rd party plugin called spindle search.
  2. I know I've seen a program that would do this before, but I can't remember what it was. Here's what I want: Insert a cd. The program scans the CD and indexes all the files on it by name/date/size etc. When its done, insert another cd. IIRC, it would scan new cd's in the background everytime you put a disc in. Later, you can search the program for a specific file, and it would tell you which cd it was on. (I assume you have to name or number the cd's in some way... don't recall.) Anyone know of a program that does this? I was thinking it was google desktop or some similar desktop search app, but can't find that feature now.
  3. to do this using nero, nve, and npm, I end up with 3 sfx that are larger than the original install, due to common files bieng included in each one. Can I include the common files in just nero, and leave it out of the other 2? Gai-jin
  4. I take it there was never a solution to this yet... Its annoying me enough now I'd be willing to try other options... How would I go about using the AutoIT scrpt pastl mentioned above? Gai-jin
  5. I'd like to keep track of every ISO I make of my restore disk. To keep version numbers, and easily identify the different versions. What do I need to do to make the batch listed below call the old version number (from a text file, likely), add 1 to the number, store this to memory as a variable, and write the new version number over the old in the text file, then use the version number variable in the iso file name? This way, if I have multiple revisions of the iso saved, it's easy to tell just what 'version' is most recent/experimental. Thanks, Gai-jin CLS @echo off TITLE Creating ISO Image of Windows XP Professional ECHO. ECHO Removing any possible attributes set on C:\Workshop\Restore CDs\CD Set\CD1 and its subfolders... attrib -R -H C:\Workshop\restor~1\2.0\CDSET~1\CD1 /S /D ECHO. ECHO Creating ISO... CDIMAGE.EXE -lXPdisc1 -t12/31/2002,12:00:00 -h -j1 -m -bxpboot.img C:\Workshop\restor~1\2.0\CDSET~1\CD1 C:\Workshop\restor~1\2.0\XPSp2R1.ISO ECHO. ECHO. ECHO Removing any possible attributes set on C:\Workshop\Restore CDs\CD Set\CD2 and its subfolders... attrib -R -H C:\Workshop\restor~1\2.0\CDSET~1\CD2 /S /D ECHO. ECHO Creating ISO... CDIMAGE.EXE -lXPdisc2 -t12/31/2002,12:00:00 -h -j1 -m -bxpboot.img C:\Workshop\restor~1\2.0\CDSET~1\CD2 C:\Workshop\restor~1\2.0\XPSp2R2.ISO ECHO. PAUSE EXIT
  6. Thanks, this is **Much** cleaner, I'll give it a go! (if only this info was actually *in* the ref.chm, It would have been much easier to find... )
  7. Ah Ha! I think I've found the problem. In the reg file to be imported, the "fDenyTSConnections"=dword:0x00000000 should be: "fDenyTSConnections"=dword:00000000 Now it seems to work great! Now, a related question... what's the difference between the 'currentcontrolset' tree and the 'controlset1' and 'controlset2' trees? Do these all need to be changed?
  8. I know I've even tried applying 'settings.reg', as listed in the first post, after intall was complete & rebooting. Even then, if I go into system properties, remote tab, it doesn't show remote desktop enabled. I actually have it setup to apply via regedit /s settings.reg as the very last item in runonceex. I'll check it tonight.
  9. Hmm... no clue then, I've included that in the keys I use (as listed above), and still isn't working. this is SP2 as well.
  10. I'm desperately trying to find reg keys required to enable remote desktop by default under xp pro sp2. I've done a reg shot, found 8 keys that change, imported all those keys, but that doesn't seem to enable it. What am I missing? Gai-jin
  11. Most likely, it works on your PC because the file associations are already set. Hmm... What if, before installing NVE, you import reg keys or a settings file (wherever that's stored), then NVE setup wouldn't have to ask for associations.
  12. I'm trying to use the task kill method mentioned here. Works great for ad aware itself, kills it so fast I didn't even see it pop up. The help window still comes up though. Maybe I need to move that task kill to after the following program, so it gives the help window time to fully open before killing it?
×
×
  • Create New...