spiritpyre Posted May 12, 2005 Posted May 12, 2005 I've searched around and I didn't see this one anywhere:Windows Registry Editor Version 5.00;---------- ;---------- Disable IE's Information Bar for active content;---------- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN]@="""explorer.exe"=dword:00000000"msimn.exe"=dword:00000000"iexplore.exe"=dword:00000000"wmplayer.exe"=dword:00000000For anybody who doesn't know what I'm talking about:I've tested this on my PC and it worked fine for viewing a .swf file locally. This site had a few other methods for doing the same thing:Turning off the "DamnBar"NOTE: This is different from the tweak here because it doesn't just turn off the prompt like but it actually turns off the Info Bar altogether. or if you prefer here's the .reg B) DisableInformationBar.reg
war59312 Posted May 16, 2005 Posted May 16, 2005 Here is a new one:Windows Registry Editor Version 5.00;Change Task Bar Min. Width To 400 - Long Task Bar Names[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]"MinWidth"="400"
fourte3n Posted May 16, 2005 Posted May 16, 2005 If you use the 'My Computer opens Explorer' Tweak you may have noticed that it opens 'c:' instead of 'my documents'.To change this remove the '/e'EG:ORIGINAL;My Computer opens Explorer[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Explorer\command]@="explorer /e"ALTERED VERSION;My Computer opens Explorer[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Explorer\command]@="explorer"Just thought you may want to add it to your collection, as an option. It really did take me ages to figure this out!
DonDamm Posted May 24, 2005 Posted May 24, 2005 Thank you. Been looking for that )I've had some issues with some reg files not being accepted. I've solved it by re-saving all my reg files for unattended in Unicode format. This seems to be the format that that is saved from XP with Export. the problem was not with every reg file I used, but some just wouldn't import until I resaved them.Have any of you come across the same thing? I was usig Windows Registry Editor Version 5.00 as the header. The problem doesn't seem to crop up when I use [REGEDIT], the format from NT.Cheers,
sdaviswnec Posted May 27, 2005 Posted May 27, 2005 I may have missed this one, but how do i get the registry file to run once i have edited the whole thing?i know that it cant be run and then shutdown windows, but i tried having it run in runonceEx.cmd and it still does not totally work.any ideas?Thanks!
Screwz Luse Posted May 29, 2005 Posted May 29, 2005 I use the following:cmdlines.txt".\Registry.cmd"So in the same directory as cmdlines.txt, there's Registry.cmd:@ECHO OFFRegedit.exe /s C:\install\RegistryTweaks.regWhich uses my RegistryTweaks.reg file in my c:\installThis might be redundant, as I might be able to call the registry file from cmdlines.txt but it works for me. heh...
Clint Posted May 31, 2005 Posted May 31, 2005 (edited) Here is a regtweak for you who has discovered Media.Player.Classic.2kxp6482 (no, NOT the one in OS but the third party excellent one).I throw in that mplayerc.exe in system32 at install and then apply this tweak @T-12 for registering all those extensions...also loosing some default settings as well Windows Registry Editor Version 5.00; DELETE section[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AIFFFile\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AIFFFile\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ASFFile\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ASFFile\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ASXFile\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ASXFile\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AUFile\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AUFile\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AVIFile\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AVIFile\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m3ufile\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m3ufile\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIDFile\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIDFile\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mp3file\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mp3file\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mpegfile\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mpegfile\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SoundRec\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SoundRec\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WAXFile\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WAXFile\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wmafile\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wmafile\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WMVFile\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WMVFile\shell\open\DropTarget][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WVXFile\shell\open]"LegacyDisable" = -[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WVXFile\shell\open\DropTarget]; ADD section[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.aac]@="aacfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ac3]@="ac3file"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.bik]@="bikfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.d2v]@="d2vfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.dat]@="datfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.divx]@="divxfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.dts]@="dtsfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.flc]@="flcfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.fli]@="flifile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.flic]@="flicfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ifo]@="ifofile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.m1a]@="m1afile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.m2a]@="m2afile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.m2v]@="m2vfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mka]@="mkafile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mkv]@="mkvfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mov]@="movfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mp4]@="mp4file"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ogg]@="oggfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ogm]@="ogmfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pls]@="plsfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pva]@="pvafile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.qt]@="qtfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ra]@="rafile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ram]@="ramfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rm]@="rmfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rmvb]@="rmvbfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.roq]@="roqfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rp]@="rpfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rpm]@="rpmfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rt]@="rtfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.smi]@="smifile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.smil]@="smilfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.smk]@="smkfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.tp]@="tpfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.tpr]@="tprfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ts]@="tsfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.vob]@="vobfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.vp6]@="vp6file"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.wmp]@="wmpfile"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\aacfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\aacfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\aacfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ac3file\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ac3file\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ac3file\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AIFFFile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AIFFFile\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AIFFFile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ASFFile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ASFFile\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ASFFile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /prefetch:7 /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ASXFile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ASXFile\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ASXFile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AUFile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AUFile\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AUFile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AVIFile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AVIFile\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AVIFile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /prefetch:8 /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\bikfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\bikfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\bikfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\cdafile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\cdafile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\d2vfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\d2vfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\d2vfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\datfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\datfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\datfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\divxfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\divxfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\divxfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\dtsfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\dtsfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\dtsfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\flcfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\flcfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\flcfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\flicfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\flicfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\flicfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\flifile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\flifile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\flifile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ifofile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ifofile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ifofile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IVFfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IVFfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IVFfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m1afile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m1afile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m1afile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m2afile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m2afile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m2afile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m2vfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m2vfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m2vfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m3ufile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m3ufile\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\m3ufile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /prefetch:6 /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaPlayerClassic.Autorun][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaPlayerClassic.Autorun\Shell][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaPlayerClassic.Autorun\Shell\PlayCDAudio\Command]@="C:\\WINDOWS\\system32\\mplayerc.exe %1 /cd"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaPlayerClassic.Autorun\Shell\PlayDVDMovie\Command]@="C:\\WINDOWS\\system32\\mplayerc.exe %1 /dvd"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaPlayerClassic.Autorun\Shell\PlayMusicFiles\Command]@="C:\\WINDOWS\\system32\\mplayerc.exe %1"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MediaPlayerClassic.Autorun\Shell\PlayVideoFiles\Command]@="C:\\WINDOWS\\system32\\mplayerc.exe %1"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIDFile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIDFile\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIDFile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mkafile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mkafile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mkafile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mkvfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mkvfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mkvfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\movfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\movfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\movfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mp3file\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mp3file\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mp3file\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /prefetch:6 /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mp4file\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mp4file\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mp4file\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mpegfile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mpegfile\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mpegfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /prefetch:9 /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\oggfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\oggfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\oggfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ogmfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ogmfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ogmfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\plsfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\plsfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\plsfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\pvafile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\pvafile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\pvafile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\qtfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\qtfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\qtfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rafile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rafile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rafile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ramfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ramfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ramfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rmfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rmfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rmfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rmvbfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rmvbfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rmvbfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\roqfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\roqfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\roqfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rpfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rpfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rpfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rpmfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rpmfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rpmfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rtfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rtfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\rtfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ShockwaveFlash.ShockwaveFlash\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ShockwaveFlash.ShockwaveFlash\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ShockwaveFlash.ShockwaveFlash\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\smifile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\smifile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\smifile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\smilfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\smilfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\smilfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\smkfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\smkfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\smkfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SoundRec\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SoundRec\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SoundRec\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\tpfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\tpfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\tpfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\tprfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\tprfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\tprfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\tsfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\tsfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\tsfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vobfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vobfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vobfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vp6file\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vp6file\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\vp6file\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WAXFile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WAXFile\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WAXFile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wmafile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wmafile\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wmafile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /prefetch:5 /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wmpfile\shell]@="open""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wmpfile\shell\open]@="&Open"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wmpfile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WMVFile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WMVFile\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WMVFile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /prefetch:7 /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WVXFile\shell]@="open""mplayerc.exe.bak"="play"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WVXFile\shell\open]"LegacyDisable.bak"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WVXFile\shell\open\command]@="\"C:\\WINDOWS\\system32\\mplayerc.exe\" \"%1\"""mplayerc.exe.bak"="\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\" /Open \"%L\""[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival]"MPCPlayCDAudioOnArrival"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayDVDMovieOnArrival]"MPCPlayDVDMovieOnArrival"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayMusicFilesOnArrival]"MPCPlayMusicFilesOnArrival"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayVideoFilesOnArrival]"MPCPlayVideoFilesOnArrival"=""[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MPCPlayCDAudioOnArrival]"Action"="Play Audio CD""DefaultIcon"="C:\\WINDOWS\\system32\\mplayerc.exe,0""InvokeProgID"="MediaPlayerClassic.Autorun""InvokeVerb"="PlayCDAudio""Provider"="Media Player Classic"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MPCPlayDVDMovieOnArrival]"Action"="Play DVD Movie""DefaultIcon"="C:\\WINDOWS\\system32\\mplayerc.exe,0""InvokeProgID"="MediaPlayerClassic.Autorun""InvokeVerb"="PlayDVDMovie""Provider"="Media Player Classic"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MPCPlayMusicFilesOnArrival]"Action"="Play Music""DefaultIcon"="C:\\WINDOWS\\system32\\mplayerc.exe,0""InvokeProgID"="MediaPlayerClassic.Autorun""InvokeVerb"="PlayMusicFiles""Provider"="Media Player Classic"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\MPCPlayVideoFilesOnArrival]"Action"="Play Video""DefaultIcon"="C:\\WINDOWS\\system32\\mplayerc.exe,0""InvokeProgID"="MediaPlayerClassic.Autorun""InvokeVerb"="PlayVideoFiles""Provider"="Media Player Classic"..a big MF I know.. Edited June 4, 2005 by Clint
Gaav Posted June 1, 2005 Posted June 1, 2005 Just a little question to the heroes who compile all these tweaks into one big .ZIP file:Can you add a version/date to the zipfile?Like: RegTweaks_v2005_05_31.zip, so you know how 'recent' the file is.Thnx!
spiritpyre Posted June 2, 2005 Posted June 2, 2005 (edited) I know this thread doesn't seem to lively anymore but just in case anybody's interested here's a few program-specific tweaks i found (don't think they're in the "master-reg file" but i'm not 100%.)Windows Registry Editor Version 5.00;=============================; CDBurnerXP Pro: ;=============================;-----;----- Don't Eject Disc When Finished;-----[HKEY_CURRENT_USER\Software\CDBurnerXP Pro 3\DataWriter]"EjectDisc"=dword:00000000;=============================; Command Prompt: ;=============================[HKEY_CURRENT_USER\Console\%SystemRoot%_system32_cmd.exe];----- ;----- Set Buffer Size to '200' (hex128);----- "HistoryBufferSize"=dword:00000128;----- ;----- Set Screen Colors [Black screen & white text];----- for "ScreenColors", lowest bit = text; 2nd lowest = background;----- (R=Red;G=Green;B=Blue, replace with **NUMBERS**, hex of course);----- ; used for the 16 pre-programmed colors (black=0,blue=9,white=F,etc);;"ScreenColors"=dword:0000000F; custom screen colors in format (dword:00BBGGRR) ;;"ColorTable00"=dword:00000000; custom text colors in format (dword:00BBGGRR) ;;"ColorTable15"=dword:00FFFFFF;----- ;----- Set Screen Buffer Size [800x80];----- (left 4 bits=height, in hex; right 4 bits=width, in hex);----- ;;"ScreenBufferSize"=dword:03200050;-----;----- Set Window Size [50x100];----- (left 4 bits=height, in hex; right 4 bits=width, in hex);-----;;"WindowSize"=dword:00320064;=============================; Coolmon: ;=============================[HKEY_CURRENT_USER\Software\DaisyManSoftware\CoolInfo];-----;----- Reposition Display at upper right of screen (on 1024x768 display);-----"X"=dword:0000034F"Y"=dword:00000001;-----;----- Pin To Desktop;-----"PinToDesktop"=dword:00000001;-----;----- Show Dragging Handle;-----"ShowDraggingHandle"=dword:00000000;-----;----- Transparent Background;-----"Trans"=dword:00000001;-----;----- Custom Font Settings (Name, Size, & Style);-----"FontName"="MS Sans Serif""FontSize"=dword:00000009"FontStyle"=hex:01;-----;----- Custom display settings:;----- I've noticed the settings are stored under the value "FormatString".;----- However, I've never been able to get them to load correctly from;----- a .reg file. The best workaround I've found is to call ;----- "%ProgramFiles%\Coolmon\coolmon.exe" with this switch;----- (NOTE: IT **NEEDS** the quotes so I'll use {} instead):;----- {installpath\coolmon.exe "-useccfg(path\customconfig.ccfg)"};----- ... again don't actually use these: {};-----;=============================; DVD Decrypter: ;=============================[HKEY_CURRENT_USER\Software\DVD Decrypter];-----;----- Don't Open Log Window;-----"LogWindowOpen"=dword:00000000;-----;----- Use Semi-Automatic Path Generation;-----"GENERAL_DefaultDestination"=dword:00000002"GENERAL_DefaultDestinationFolder"="D:\\# DVDs\\";-----;----- Eject Tray After Read (0=no, 1=yes);-----"DEVICE_EjectTrayRead"=dword:00000001;-----;----- Sounds (0=off, 1=on);-----"SOUNDS_PlaySuccessSound"=dword:00000000"SOUNDS_PlayErrorSound"=dword:00000000;-----;----- Delete Incomplete Files (0=ask, 1=yes,2=no);-----"EVENTS_DeleteIncompleteFiles"=dword:00000002;=============================; DVD Shrink: ;=============================[HKEY_CURRENT_USER\Software\DVD Shrink\DVD Shrink 3.2\Preferences];-----;----- Turn off Video Preview (To speed up Analysis);-----"Preview"=dword:00000000;-----;----- Change Target Device (to HDD);-----"TargetDevice"="Hard Disk Folder""TargetFolder"="D:\\# DVDs\\New DVD Folder";-----;----- Don't Create "AUDIO-TS" & "VIDEO_TS" subfolders;-----"CreateSubfolders"=dword:00000000;-----;----- Turn off "Run backup in low priority mode" setting;-----"LowPriority"=dword:00000000;-----;----- Resize Window for better fit w/ 1024x768 display;-----"frame_x"=dword:00000045"frame_y"=dword:0000006B"frame_wide"=dword:000002F3"frame_high"=dword:000001DD"frame_ybar"=dword:00000050;=============================; Eraser: ;=============================;----- ;----- Remove Autorun Entry ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"Eraser"=-;=============================; InstallRite: (ERROR corrected 6/11/05);============================= ;----- ;----- Only Scan "C:\" (& subfolders) ;----- [HKEY_CURRENT_USER\Software\Epsilon Squared\IW Engine\Directories]"FileScanDir00"="C:\\""FileScanDir01"="""FileScanDir02"="""FileScanDir03"="""FileScanDir04"="""FileScanDir05"="""FileScanDir06"="""FileScanDir07"="""FileScanDir08"="""FileScanDir09"="""FileScanDir10"="""FileScanDir11"="""FileScanDir12"="""FileScanDir13"="""FileScanDir14"="""FileScanDir15"="""FileScanDir16"="""FileScanDir17"="""FileScanDir18"="""FileScanDir19"="" ;----- ;----- Move Storage Directories to "E:\Program Files\Epsilon Squared\InstallRite" ;----- "BackupDir"="E:\\Program Files\\Epsilon Squared\\InstallRite\\Snapshots""InstallKitDir"="E:\\Program Files\\Epsilon Squared\\InstallRite\\Install Kits""DatabaseDir"="E:\\Program Files\\Epsilon Squared\\InstallRite\\Databases""RegistryDir"="E:\\Program Files\\Epsilon Squared\\InstallRite\\Registry Exports" ;----- ;----- Don't scan all harddrives ;----- "AllFixedDisks"="FALSE" ;----- ;----- Don't include CRC Info ;----- "IncludeCRC"="FALSE"SCANINI: "TRUE" ;----- ;----- Don't include Version Info ;----- [HKEY_CURRENT_USER\Software\Epsilon Squared\IW Engine\SnapshotSelection]"INCLUDEVERSION"="FALSE" ;----- ;----- Scan Files ;----- "SCANFILES"="TRUE""SCANINI"="TRUE" ;-------- ;-------- Files to Include In Scan ;--------"CONTENTEXTENSIONS"="*," ;----- ;----- Don't display Helper Dialog on startup ;----- [HKEY_CURRENT_USER\Software\Epsilon Squared\IW Engine\Settings]"ShowHelpOnStartup"="FALSE" ;----- ;----- Don't run on startup/in system tray ;----- RunInSystemTray: "FALSE"RunInStartup: "FALSE" ;-------- ;-------- Database File ;--------[HKEY_CURRENT_USER\Software\Epsilon Squared\IW Engine\Recent File List]"File1"="C:\Program Files\Epsilon Squared\InstallRite\Databases\Default.iwc" ;-------- ;-------- File Pattern(s) to ignore (set to none) ;--------"FilePatternToIgnore_00"="";=============================; PowerDVD: ;=============================;-----;----- Set Default CD/DVD-ROM Drive (use the letter's # -1);----- (i.e. - A=0,B=1,C=2,D=3,E=4,F=5,G=6,etc.);-----[HKEY_CURRENT_USER\Software\Cyberlink\PowerDVD]"UIFocusCDDrive"=dword:00000005;=============================; RegEdit: ;=============================;-----;----- Add to (RegEdit) Favorites;-----[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Favorites];Shortcut #1: (Autoruns Location 1)"[HKLM... Run]"="My Computer\\HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run";Shortcut #2: (Autoruns Location 2)"[HCKU... Run]"="My Computer\\HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run";Shortcut #3: (AppPaths Location)"[HKLM... App Paths]"="My Computer\\HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths"note: incase you're wondering why i double-comment the values (';;' instead of just ';') its because then I can use Replace without worrying about accidently uncommenting comment code almost positive none of these are repeats; i remember finding most of them on my own. (can't remember for sure @ eraser / cmd though..) Edited June 11, 2005 by spiritpyre
war59312 Posted June 3, 2005 Posted June 3, 2005 Please turn that into a small [code ] [/code ] box.Codebox thingy.
spiritpyre Posted June 3, 2005 Posted June 3, 2005 Please turn that into:[code ] [/code ]<{POST_SNAPBACK}>?
war59312 Posted June 3, 2005 Posted June 3, 2005 Ment small version.Mod will do it for you surely if u dont know how.I figured it wold do it autmaticly. GUess not.Like prathapml did for clents post on the previous page.
Cartoonite Posted June 3, 2005 Posted June 3, 2005 The CODEBOX tags are the ones you are looking for.[codebox ] [/codebox ]
spiritpyre Posted June 3, 2005 Posted June 3, 2005 ah i think i get what you mean now.. i'll keep that in mind from here out but since it won't let me edit the last post it'll have to wait for a mod.Edit: apparently my 'edit' button wasn't working last time, but it has now been fixed. Thank you both. I like smaller boxes: much less of an eyesore
war59312 Posted June 4, 2005 Posted June 4, 2005 Yeap sure is. Should use it automaticly. Thanks for the reminder Cartoonite, could not remember for the live of me. Added to my script.
Recommended Posts