
a06lp
MemberContent Type
Profiles
Forums
Events
Everything posted by a06lp
-
could you be more specific? what version of AIM is this? is this also an ad-blocker? or just a "install ONLY aim, and not other crap"?
-
[see post below]
-
I'm an id***... I knew that... Sorry for the trouble.
-
@swgreed I have some q's about your cleanup, which may help me with mine MD "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_insBAK" MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_ins\*.*" "%systemdrive%\Programme\Adobe\Acrobat 6.0\Reader\plug_insBAK" MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_ins\Annotations" "%systemdrive%\Programme\Adobe\Acrobat 6.0\Reader\plug_insBAK" MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_ins\PictureTasks" "%systemdrive%\Programme\Adobe\Acrobat 6.0\Reader\plug_insBAK" MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_ins\Printme" "%systemdrive%\Programme\Adobe\Acrobat 6.0\Reader\plug_insBAK" MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_insBAK\Search.api" "%systemdrive%\Programme\Adobe\Acrobat 6.0\Reader\plug_ins" MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_insBAK\EWH32.api" "%systemdrive%\Programme\Adobe\Acrobat 6.0\Reader\plug_ins" 1) Is this the way to speed up acrobat reader 6? Does this work perfectly? start /wait net user hilfeassistent /delete start /wait net user SUPPORT_388945a0 /delete rem start /wait net user ASPNET /delete 2) What are these / What do they do? DEL "%userprofile%\Anwendungsdaten\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk" /Q DEL "%userprofile%\Anwendungsdaten\Microsoft\Internet Explorer\Quick Launch\Internet Explorer Browser starten.lnk" /Q DEL "%AllUsersProfile%\Startmen?\Windows Update.lnk" /Q 3) I notice sometimes you write an actual user name, and other times just AllUsers. Can AllUser be used for everything - ex: QuickLaunch? 3a) If not, how do you know what the username will be / How do you set it up so you know what the username will be? Is there some kind of comman %currentuser% which substitues the user in (kinda like %systemdrive%)? copy "%systemdrive%\i\links\*.lnk" "%AllUsersProfile%\Startmen?\" copy "%systemdrive%\i\startm\*.lnk" "%AllUsersProfile%\Startmen?\Programme" copy "%systemdrive%\i\quickl\*.lnk" "%userprofile%\Anwendungsdaten\Microsoft\Internet Explorer\Quick Launch" 4) This is a way to "backup" and put your shortcuts onto the newly installed system, right? attrib -R "%programfiles%\CPUIdle\*.*" /S /D attrib -R "%programfiles%\notepad2\*.*" /S /D attrib -R "%programfiles%\Flashfxp\*.*" /S /D attrib -R "%programfiles%\IrfanView\*.*" /S /D attrib -R "%programfiles%\zoomplayerpro\*.*" /S /D attrib -R "%programfiles%\Maxthon\*.*" /S /D attrib -R "%programfiles%\Zubeh”r\*.*" /S /D attrib -R "%programfiles%\Winamp\*.*" /S /D 5) What do these do?
-
@Alanoll I understand what you're saying, but I can't have two files named the same thing in the same dir... "winamp.ini" is my current Installation settings. If I copy my "winamp.ini" of prefs, it will overwrite...
-
Well, I solved it... this is the correct code: XCOPY "%systemdrive%\install\Applications\adobereader6\speedupreader.txt" "%systemdrive%\Documents and Settings\All Users\Desktop\" /E /Y
-
copy the winamp.ini file form your current winamp directory. Copy that over after the MSI runs. i should copy the text from my current dir winamp.ini and add it to the setup winamp.ini after the [setup] parameters? will that work? Can I copy only the important parts, and Winamp will fill in the rest?
-
im confused about how that prog will copy folders? i just want a dos command to copy the folders/subfolders/files all at once.... This is what I'm using, but it doesn't work: xcopy "%systemdrive%\install\Applications\Exact_Audio_Copy_V0.95_prebeta5\" "%systemdrive%\Program Files\" /T /E
-
Is there a way to save winamp settings (hotkeys, etc.) and them have them installed? maybe a reg file or something?
-
Select Software To Install GUI interface
a06lp replied to Astalavista's topic in Unattended Windows 2000/XP/2003
Add [Config] Append = CD to .ini file Then all paths will be relative to path from which program is run. (RunWait = Applications\adobereader6\reader6.exe -p"-s /v\"/qn\"" in your example, if you launch ktool from install folder) Currently no.BTW, it can run in silent mode. Just launch it with command like that: "ktool.exe filename.ini" or "ktool.exe filename.ini 2" (2 - reboot when done) Anywhere you want. It runs even from DetachedProgram I use GuiRunOnce. I don't know... No offense, but I think I'm still staying with WPI for now. It has more options I need. Thanks though! -
Select Software To Install GUI interface
a06lp replied to Astalavista's topic in Unattended Windows 2000/XP/2003
Wow, I just downloaded this tool, and I am impressed. It seems fairly simple to configure, and very easy to use. Q1: - In the ini file, for example, you wrote: [Acrobat Reader 6] RunWait = \\10.0.1.1\public\install\Adobe\AcrobatReader6\AdbeRdr60_enu.exe -p"-s /v\"/qn\"" If my installer is located at: C:\XPCD\$OEM$\$1\Install\Applications\adobereader6\reader6.exe How would I modify the ini? Like this? [Acrobat Reader 6] RunWait = Install\Applications\adobereader6\reader6.exe -p"-s /v\"/qn\"" I'm not sure how your files are set up, so I don't know how to configure them to my own. Q2: Also, is there any way you could add a "Default Options" button (set in the ini), and a "Select All", and "Deselect All" buttons? Q3: How would we call this? From winnt.sif under GuiRunOnce? -
Select Software To Install GUI interface
a06lp replied to Astalavista's topic in Unattended Windows 2000/XP/2003
Well, it appears as there are a couple of programs out there right now that are trying to do the same thing. I personally use WPI2.0b right now, but I'll tell ya what I don't like about it: - All commands are tricky because every apostraphe must be preceded by a \ - It's coded in Javascript/HTML, and I'm a little worried about stability. I don't know if that's a fact or myth in my head, but if yours would be more stable then cool. - Limit of 18 programs to install. Here's what I do like about it: - Great, Clean interface (colors, layout, tooltips look great and XPish) - Small checkboxes (not large buttons) - The concept of the tooltips - information on what the program does (could be in a side box that changes, I don't need the actual tooltip) I would advise you to take a look at WPI - even just the sample code, so you can get a feel for what I am saying. -
Select Software To Install GUI interface
a06lp replied to Astalavista's topic in Unattended Windows 2000/XP/2003
RayOK - is this plan to create an auto-loading software selection menu for installation after winxp installs? Is it planned to be similar to WPI? What differences/advantages would your program have over WPI? And while I'm at it, could you include some of the features I like about WPI - tooltips, default selections. Thanks! [edit] Just in case you don't know, WPI: http://www.msfn.org/board/index.php?showtopic=11491&st=0 -
stupid q: i have the cd in my cd-rom drive, and i see a large list of files, including: Autorun.inf,Data.Cab,ECDC6.msi,Install.exe,Install.ini,instmsia.exe,instmsiw.exe,setup.exe,setup.ini and folders: Utility, Redist,Readme, Partners Do I need to copy ALL these to a folder on my harddrive to be able to use it on my unattended CD?
-
1.04 MSI would be awesome.... plz?
-
Wait, not so simple. I want to run this as an OPTION - (I'm using WPI to have the user select which programs to install). That's why I need the COPY command, because if I put it into $OEM$\$PROG it will auto-copy, without giving me a choice... So, what do I do?
-
I'm sorry, I still don't fully understand. If I want to copy the entire directory, and subdirectories, and files of: %systemdrive%\Install\Applications\Exact_Audio_Copy_V0.95_prebeta5 and I want it to create the entire tree (include the top folder which I specified - namely: Exact_Audio_Copy_V0.95_prebeta5) into a different directory (like C:\Program Files\), so that in the end I would have C:\Program Files\Exact_Audio_Copy_V0.95_prebeta5 Is this what I need? XCOPY "%systemdrive%\Install\Applications\Exact_Audio_Copy_V0.95_prebeta5" "%systemdrive%\Program Files\" /T /E If not, could you help me correct it?
-
whats the dif between copy and xcopy? also, is there a way to copy an entire directory at once?....if so, do i have to create the destination folder first?....if so, how? [edit] and also, how do i figure out what to do about BT? should i upload the file and maybe you can figure it out?
-
I read the unattended step-by-step, i tried the search button, and this solved most of my applications. 1) I'm using WPI, but I have to know what to type for certain programs. The one's I have left are: - BitTorrent (Shad0w's Client v5.8.7) - DivX 3.11 Alpha (Register_DivX.exe) - ac3filter v0.70b.exe - DivX 5.2 for Windows 2K & XP.exe - XviD 1.0.1-05062004.exe - BSPlayer I don't know where to start with these, because I do not even know how to figure out what kind of installer is being used...what should I do? 2)Does K-lite codec pack 2.27 Full include all of these? (One installer for all codecs?) Or is it more of a dream, and i'll need these specific ones? 3) I also want to know the correct syntax of a copy command. For example, if something is in my "$OEM$\$1\Install\Applications" folder, I know it will end up on "C:\Install\Applications". But I want to be able to copy the files to my desktop, and to program files. Could someone give me the syntax for copying files, and making folders?
-
I never tried this before, so let me know if this is ok. I want to install SILENTLY. (assuming I replace name and key) Winamp505.msi INI="%systemdrive%\install\winamp505\winamp.ini" /qb winamp.ini [SETUP] XLIBRARY=1 Xhotkey=1 Xjump=1 XAUDIO=1 Xextra=1 XNAME="xxxxxxxx xxxxxx" XKEY="xxxxx-xxxxx-xxxxx-xxxxx" XQUICKLAUNCH=1 INSTALLDIR=C:\Program files\Winamp Also, if I just leave out the "XNAME" and "XKEY", it will install a non-Pro version, but otherwise fully functional? Thanks
-
hmm.. I am using VMWare, and origianlly I selected "Other" as the "Gues Operating System". In this scenario, I had a BSOD. However, without chaing my ISO, I started a new VM, and this time selected "Windows XP Professional" as my "Guest Operating System", and everythihng seems fine (except the mouse doesn't work)! Does anyone know if the setting for "Gues Operating System" really matters, or is this some kind of fluke?!
-
i'm confused though - the drivers shouldnt be installing unless the hardware is there, so how can that be the problem?
-
^bump^
-
i don't know if this has anything to do with it, but i keep getting a message that "VMWare Tools" are not installed. Could this be causing the problem? Or is it something with my CD/ISO?
-
I just finished my XPCP, and I installed it onto my Virtual Machine (using VMWare), and after it finished installing winxp, it restarted, and displayes a blue screen, and restarts. This happens over and over... I took a capture of it. I included my files and the pic. Anyone know what's wrong???? ---- Files: winnt.sif ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=ProvideDefault OemSkipEula=Yes TargetPath=\WINDOWS OemPreinstall=Yes UnattendSwitch="yes" OemPnPDriversPath="Drivers\001_LAN;Drivers\002_display;Drivers\003_modem;Drivers\004_sound\SMAXWDM\W2K_XP;Drivers\005_touchpad;Drivers\006_infared;Drivers\007_SD;Drivers\008_wifi\Setup;Drivers\008_wifi\Setup\I8500;" DriverSigningPolicy=Ignore [GuiUnattended] EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [UserData] ProductKey = "[blocked for security purposes]" [TapiLocation] AreaCode = 718 CountryCode=1 Dialing=Tone LongDistanceAccess="0" [URL] Home_Page=about:blank [Identification] JoinWorkgroup=RUBINNET [Networking] InstallDefaultComponents=Yes [IEPopupBlocker] BlockPopups=Yes FilterLevel=Medium ShowInformationBar=No [Components] msmsgs=off zonegames=off [GuiRunOnce] %systemdrive%\install\start.cmd start.cmd CLS @echo off TITLE Windows XP SP2 - Unattended Installation ECHO. ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registry ECHO tweaks being implemented. Remember to restart the computer ECHO once the whole process has finished! ECHO. ECHO Removing useless shortcuts... DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk" DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk" ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\RegTweaks.reg ECHO. ECHO REMEMBER TO RESTART THE COMPUTER ONCE YOU FINISH INSTALLING YOUR PROGRAMS! ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\Install EXIT RegTweaks.reg Windows Registry Editor Version 5.00 ;Disable Automatic Restart in the event of a BSOD [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "AutoReboot"=dword:00000000 ;Speed up shutdown [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="3000" ;Disable the Desktop Cleanup Wizard [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=dword:00000001 ;Disable Error Reporting Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc] "Start"=dword:00000004 ;Disable High Contrast, MouseKeys, StickyKeys, ToggleKeys, FilterKeys [HKEY_CURRENT_USER\Control Panel\Accessibility\HighContrast] "Flags"="" [HKEY_CURRENT_USER\Control Panel\Accessibility\MouseKeys] "Flags"="" [HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys] "Flags"="" [HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys] "Flags"="" [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response] "Flags"="" ;Disable Windows Picture and Fax Viewer [-HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\ContextMenuHandlers\ShellImagePreview] ;Speed up Network Browsing by removing Network Scheduled Tasks [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] ;Disables Windows Tour bubble popup [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;Disable Imapi CD-Burning Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService] "Start"=dword:00000004 ;Disable Messenger Service (to stop spam. Does not affect MSN or Windows Messenger) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger] "Start"=dword:00000004 ;Disable Remote Registry Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry] "Start"=dword:00000004 ;This will add "Services" to the right-click menu of "My Computer" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] @=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 "SuppressionPolicy"=dword:4000003c [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00 ;NoRecentDocsmenu removes the recent documents from the start menu. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoRecentDocsMenu"=dword:00000001 ;Classic search, full path in title bar and address bar. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "FullPath"=dword:00000001 "FullPathAddress"=dword:00000001 "Use Search Asst"="no" "Settings"=hex:0c,00,02,00,1b,01,e7,77,60,00,00,00 ;Allow renaming of Recycle Bin [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder] "Attributes"=hex:50,01,00,20 "CallForAttributes"=dword:00000000 ;NoLowDiskSpaceChecks won't check if you are low on diskspace and pop up a balloon telling you. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoLowDiskSpaceChecks"=dword:00000001 ;Change MenuShowDelay (Start Menu load speed) [HKEY_CURRENT_USER\Control Panel\Desktop] "MenuShowDelay"="2" ;Max your Internet Explorer's simultaneous downloads to 10 (default was 2) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPer1_0Server"=dword:0000000a "MaxConnectionsPerServer"=dword:0000000a ;Remove WMP Right Click Options (Queue-it-up, etc.) [-HKEY_CLASSES_ROOT\CLSID\{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}] [-HKEY_CLASSES_ROOT\CLSID\{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}] [-HKEY_CLASSES_ROOT\CLSID\{8DD448E6-C188-4aed-AF92-44956194EB1F}] ;Removes Sign up with Passport Wizard when trying to sign in MSN Messenger [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Passport] "RegistrationCompleted"=dword:00000001 ;Disables Preview of Movie file formats (allowing you to move/rename/delete without errors) [-HKEY_CLASSES_ROOT\.avi\ShellEx] [-HKEY_CLASSES_ROOT\.mpg\ShellEx] [-HKEY_CLASSES_ROOT\.mpe\ShellEx] [-HKEY_CLASSES_ROOT\.mpeg\ShellEx] ;My Customized IE Toolbar [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar] "LinksFolderName"="Links" "Locked"=dword:00000001 "{1E796980-9CC5-11D1-A83F-00C04FC99D61}"=hex:07,00,00,00,f4,03,00,00,7e,69,79,\ 1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,20,01,00,00,00,00,00,00,f5,03,00,00,\ 7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,21,01,00,00,00,00,00,00,f6,\ 03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,24,01,00,00,04,00,\ 00,00,f7,03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,25,01,00,\ 00,04,00,00,00 "ShowDiscussionButton"="Yes" "{710EB7A1-45ED-11D0-924A-0020AFC7AC4D}"=hex:07,00,00,00,f2,03,00,00,7e,69,79,\ 1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,20,01,00,00,04,00,00,00,f3,03,00,00,\ 7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,21,01,00,00,00,00,00,00,f4,\ 03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,30,01,00,00,04,00,\ 00,00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\Explorer] "ITBarLayout"=hex:11,00,00,00,4c,00,00,00,00,00,00,00,34,00,00,00,1b,00,00,00,\ 56,00,00,00,01,00,00,00,20,07,00,00,a0,0f,00,00,05,00,00,00,62,05,00,00,26,\ 00,00,00,02,00,00,00,21,07,00,00,a0,0f,00,00,04,00,00,00,21,01,00,00,a0,0f,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\ShellBrowser] "{01E04581-4EEE-11D0-BFE9-00AA005B4383}"=hex:81,45,e0,01,ee,4e,d0,11,bf,e9,00,\ aa,00,5b,43,83,10,00,00,00,00,00,00,00,01,e0,32,f4,01,00,00,00 "{42CDD1BF-3FFB-4238-8AD1-7859DF00B1D6}"=hex:bf,d1,cd,42,fb,3f,38,42,8a,d1,78,\ 59,df,00,b1,d6 "{2318C2B1-4965-11D4-9B18-009027A5CD4F}"=hex:b1,c2,18,23,65,49,d4,11,9b,18,00,\ 90,27,a5,cd,4f "ITBarLayout"=hex:11,00,00,00,4c,00,00,00,00,00,00,00,34,00,00,00,1b,00,00,00,\ 56,00,00,00,01,00,00,00,20,07,00,00,a0,0f,00,00,05,00,00,00,62,05,00,00,26,\ 00,00,00,02,00,00,00,21,07,00,00,a0,0f,00,00,04,00,00,00,21,01,00,00,a0,0f,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser] "{01E04581-4EEE-11D0-BFE9-00AA005B4383}"=hex:81,45,e0,01,ee,4e,d0,11,bf,e9,00,\ aa,00,5b,43,83,10,00,00,00,00,00,00,00,01,e0,32,f4,01,00,00,00 "{0E5CBF21-D15F-11D0-8301-00AA005B4383}"=hex:21,bf,5c,0e,5f,d1,d0,11,83,01,00,\ aa,00,5b,43,83,22,00,1c,00,08,00,00,00,06,00,00,00,01,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,00,00,00,c0,00,00,00,00,\ 00,00,46,81,00,00,00,10,00,00,00,70,63,29,10,3a,fd,c3,01,90,fa,c1,4c,4e,fd,\ c3,01,00,09,fd,20,3a,fd,c3,01,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,5f,01,14,00,1f,50,e0,4f,d0,20,ea,3a,69,10,a2,d8,\ 08,00,2b,30,30,9d,19,00,2f,43,3a,5c,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,5c,00,31,00,00,00,00,00,5b,30,61,81,10,00,44,4f,43,55,4d,\ 45,7e,31,00,00,44,00,03,00,04,00,ef,be,5b,30,b4,0d,5b,30,61,81,14,00,00,00,\ 44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00,74,00,73,00,20,00,61,00,6e,00,64,\ 00,20,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,00,00,18,00,48,00,\ 31,00,00,00,00,00,5b,30,0e,70,10,00,4e,31,33,31,37,7e,31,2e,47,55,54,00,2e,\ 00,03,00,04,00,ef,be,5b,30,0d,70,5b,30,c8,7e,14,00,00,00,4e,00,2e,00,20,00,\ 47,00,75,00,74,00,65,00,72,00,6d,00,61,00,6e,00,00,00,1a,00,56,00,31,00,00,\ 00,00,00,5b,30,0b,7f,11,00,46,41,56,4f,52,49,7e,31,00,00,3e,00,03,00,04,00,\ ef,be,5b,30,0e,70,5b,30,0b,7f,14,00,28,00,46,00,61,00,76,00,6f,00,72,00,69,\ 00,74,00,65,00,73,00,00,00,40,73,68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,31,32,\ 36,39,33,00,18,00,36,00,31,00,00,00,00,00,5b,30,20,70,10,00,4c,69,6e,6b,73,\ 00,22,00,03,00,04,00,ef,be,5b,30,10,70,5b,30,2c,83,14,00,00,00,4c,00,69,00,\ 6e,00,6b,00,73,00,00,00,14,00,00,00,60,00,00,00,03,00,00,a0,58,00,00,00,00,\ 00,00,00,61,30,36,00,00,00,00,00,00,00,00,00,00,00,00,00,14,a6,35,28,d1,3a,\ e4,4c,9c,70,3b,0e,c0,a8,81,82,93,5c,5c,4d,2d,69,d8,11,93,f0,00,08,0d,95,f1,\ 3a,14,a6,35,28,d1,3a,e4,4c,9c,70,3b,0e,c0,a8,81,82,93,5c,5c,4d,2d,69,d8,11,\ 93,f0,00,08,0d,95,f1,3a,00,00,00,00 "{2318C2B1-4965-11D4-9B18-009027A5CD4F}"=hex:b1,c2,18,23,65,49,d4,11,9b,18,00,\ 90,27,a5,cd,4f "ITBarLayout"=hex:11,00,00,00,4c,00,00,00,00,00,00,00,34,00,00,00,1b,00,01,00,\ 56,00,00,00,01,00,00,00,20,07,00,00,a0,0f,00,00,05,00,00,00,62,05,00,00,26,\ 00,00,00,02,00,00,00,21,07,00,00,d9,00,00,00,04,00,00,00,20,01,00,00,19,03,\ 00,00,06,00,00,00,21,05,00,00,ce,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,b1,c2,18,23,65,49,d4,11,9b,18,00,90,27,a5,cd,4f,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00