
SOOPAFLY
MemberContent Type
Profiles
Forums
Events
Everything posted by SOOPAFLY
-
after my batch finishes to install NERO my last batch file suddenly executes, please help because i don't have a clue of why this is happening. CLS @echo off COLOR 0a TITLE Unattended Applications setup ECHO. ECHO Starting Unattended Applications setup ECHO. ECHO Installing Diskeeper 8.0.459 and setting scheduled task... start /wait %systemdrive%\install\Applications\Diskeeper8\DKPE.msi /qb MD "%programfiles%\Executive Software\Diskeeper\Scheduler" COPY "%systemdrive%\install\Applications\Diskeeper8\DfrgUINetCtrlFile" "%programfiles%\Executive Software\Diskeeper\Scheduler\" ECHO. ECHO Installing Nero Burning ROM v5.5.10.50 and plugins... start /wait %systemdrive%\install\Applications\Nero5.5.10.50\nero551050.exe /silent /noreboot <------------------------this is happening here REGEDIT /S %systemdrive%\install\Applications\Nero5.5.10.50\register.reg ECHO. ECHO Installing Adobe Acrobat 4.05... start /wait %systemdrive%\install\Applications\Adobe_Acrobat4.05\ar405eng.exe -s -f1"%systemdrive%\install\Applications\Adobe_Acrobat4.05\setup.iss" RD /S /Q "%allusersprofile%\Start Menu\Programs\Adobe Acrobat 4.0" DEL "%allusersprofile%\Desktop\Acrobat Reader 4.0.lnk" ECHO. ECHO Installing AcdSee 3.1... start /wait %systemdrive%\install\Applications\AcdSee3.1\AcdSee3.1.EXE /s ECHO. ECHO Installing RegCleaner 4.3 and setting scheduled task... start /wait %systemdrive%\install\Applications\RegCleaner4.3\RegCleaner.exe call cscript %systemdrive%\install\Applications\RegCleaner4.3\regcleaner.vbs COPY "%systemdrive%\install\Applications\RegCleaner4.3\RegCleanr.job" "%systemroot%\Tasks\" ECHO. ECHO Installing Winrar 3.20... start /wait %systemdrive%\install\Applications\WinRAR3.2\wrar320.exe /silent call cscript %systemdrive%\install\Applications\WinRAR3.2\winrar.vbs ECHO. ECHO Installing Winamp Lite 2.91... start /wait %systemdrive%\install\Applications\Winamp2.91\winamp291.exe /S ECHO. ECHO Installing Flashget v1.4... start /wait "%systemdrive%\Install\Applications\Flashget1.4\fgf140.exe" /s REGEDIT /S "%systemdrive%\Install\Applications\Flashget1.4\regkey.reg" ECHO. ECHO Installing Video and Audio Codecs... start /wait %systemdrive%\install\Codecs\DivX505proCorp.exe start /wait %systemdrive%\install\Codecs\ac3filter_0_68b.exe /S start %systemdrive%\install\Codecs\xvid\XviD_Install.exe /S call cscript %systemdrive%\install\Codecs\xvid\enter.vbs start /wait rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %systemdrive%\install\Codecs\Lame3.92\LameACM.inf start /wait rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %systemdrive%\install\Codecs\mpeg4x\mpeg4fix.inf ECO. ECHO Installing NOD32 NOD32 Antivirus System... Start "%systemdrive%\install\Aplications\Nod32\setup.exe call cscript "%systemdrive%\install\Aplications\Nod32\silent.vbs" XCOPY "%systemdrive%\install\Aplications\Nod32\nod32kui.exe" "%programfiles%\eset\" /C /H /R /Y XCOPY "%systemdrive%\install\Aplications\Nod32\nod32.exe" "%programfiles%\eset\" /C /H /R /Y XCOPY "%systemdrive%\install\Aplications\Nod32\ps_upd.dll" ""%programfiles%\eset\" /C /H /R /Y ECHO. ECHO Installing Sygate Personal Firewall Pro 5.1.... start /wait %systemdrive%\install\Applications\SPFP\setup.exe -s -f1 %systemdrive%\install\Applications\SPFP\setup.iss REGEDIT /S %systemdrive%\install\Applications\SPFP\register.reg ECHO. EXIT my last batch is CLS @echo off COLOR 0a TITLE Final Adjustments - Cleanup defragmation and boot optimization ECHO. ECHO Deleting Temp Installation Files and startup items... RD /S /Q "%systemdrive%\install" RD /S /Q "%systemdrive%\drivers" RD /S /Q "%systemdrive%\Nvidia" ATTRIB -S -H -R "%programfiles%\InstallShield Installation Information" /S /D RD /S /Q "%programfiles%\InstallShield Installation Information" ATTRIB -S -H -R "%programfiles%\Uninstall Information" /S /D RD /S /Q "%programfiles%\Uninstall Information" ATTRIB -S -H -R "%systemroot%\prefetch" /S /D DEL /S /Q "%systemroot%\prefetch\*.*" DEL /S /Q "%systemroot%\Temp\*.*" ATTRIB -S -H -R"%userprofile%\Local Settings" /S /D DEL /S /Q "%userprofile%\Local Settings\Temp\*.*" REGEDIT /S "%systemdrive%\install\tools\startup_remove.reg" call cscript "%systemdrive%\install\tools\shortcuts2.vbs" ECHO. ECHO Enabling WFP... REGEDIT /S "%systemdrive%\install\tools\wfp_e.reg" ECHO. ECHO Defragmating system partition... diskeeper c /b ECHO. ECHO Optimizing boot performance - system will restart in 10 seconds... start \wait bootvis.exe -prepsystem ECHO. EXIT
-
thanks but i found the problem - vb can't interpolate environment variables so i switched them for c:\documents and settings\blah blah blah
-
i made this script to move a shortcut but unfortunatly it displays the file not found message althogh the file do exist i think that it have something to do with name length so i need that someone will show me the rules of name lengths dim filesys, demofile set filesys = CreateObject ("Scripting.FileSystemObject") set demofile = filesys.GetFile("%allusersprofile%\Start Menu\Programs\Ahead Nero\Nero - Burning Rom.lnk") demofile.Move ("%appdata%\microsoft\internet explorer\quick launch\")
-
nonsense it doesn't matter if it's -r or -R or /r or /R you just applied it on the packed installshield file.here's what you have to do ,start the installation and than go to the temp folder you will see a folder in which are the setup files of your program copy the folder somewhere else than cancel the installation you started and start the setup.exe file in the folder you copied with the r switch ---===CAPO DI TUTTI CAPI===---
-
couple of new reg tweaks 4 ya ;Disable Windows File Protection [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "SFCDisable"=dword:ffffff9d ;Disable the Ability to Remotely Shutdown the Computer Browser Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MrxSmb\Parameters ] "RefuseReset"=dword:00000001 ;Increase the USB Polling Interval [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Usb\0000] "IdleEnable"=dword:00000001 ;Disable Prefetcher [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Managemen] "EnablePrefetcher"=dword:00000000 ;Clear the Page File at System Shutdown [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "ClearPageFileAtShutdown"-dword:00000001 ;Launch Windows Desktop in a Separate Process [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "DesktopProcess"=dword:00000001 ;Disable User Tracking [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoInstrumentation"=dword:00000001 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoInstrumentation"=dword:00000001 ;Disable the Creation of Last Known Good [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "ReportBootOk"="0" ;Add QuickEdit To Command Prompt [HKEY_CURRENT_USER\Console] "QuickEdit"=dword:00000001 ;Remove System Folders Baricade [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WebView\BarricadedFolders] "shell:ControlPanelFolder"=dword:00000000 "shell:SystemDriveRootFolder"=dword:00000000 "shell:ProgramFiles"=dword:00000000 "shell:Windows"=dword:00000000 "shell:System"=dword:0000000 ;Don't Group Similar Taskbar Buttons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarGlomming"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarGlomming"=dword:00000000 ;Disable ScreenSaver [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop] "ScreenSaveActive"=dword:00000000 ;Remove the Help Option from the Start Menu [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSMHelp"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSMHelp"=dword:000000 ;Force the Control Panel Classic Display Style [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ForceClassicControlPanel"=dword:00000001 ;Default Command Prompt Color [HKEY_CURRENT_USER\Software\Microsoft\Command Processor] "DefaultColor"=dword:any combination you'll choose first value is background second is forground eg. 0000000a=light green on black 0=black 8=gray 1=blue 9=light blue 2=green a=light green 3=aqua b=light aqua 4=red c=light red 5=purple d=light purple 6=yellow e=light yellow 7=white f=bright white ----===CAPO DI TUTTI CAPI===---
-
it's ok u don't owe me nothin i'll just try to learn little bit of xml meanwhile
-
bump bump
-
here is a with a very useful information on the threads topic silent installation
-
thanks for this tweak but i meant the view of windows folder
-
TO SNOOZ could u tell me how to make icon view and remove group icons and apply this to all folders
-
webmedic u said could you share the way u did it and what tweaks u used?
-
i use nod32 v2.000.6
-
eror
-
the xml code i posted before is of the file in the installation folder but when i start the setup it unpacks 4 folder to temp dir in three of which there are also setupc.xml files here are the folder names and their corresponding xml file content nodtmpb - <?xml version="1.0" ?> - <NOD32COMPONENTSETUP> <SETUP NAME="NOD32MOD_WINNT_ENGLISH_STANDARD" BUILD="1107D006" LANGUAGE="ENGLISH" PLATFORM="WINNT" TYPE="STANDARD" /> <DISPLAY NAME="NOD32 for Windows NT/2000/XP - Standard component" /> - <MODULES> - <GUI> <FILE NAME="pu_amon.dll" /> <FILE NAME="pu_nod32.dll" /> </GUI> - <EXE> <FILE NAME="ps_amon.dll" /> <FILE NAME="ps_nod32.dll" /> </EXE> </MODULES> - <FILES> <FILE SOURCE="nod32.exe" TARGET="%INSTALLDIR%\nod32.exe" /> <FILE SOURCE="nod32.chm" TARGET="%INSTALLDIR%\nod32.chm" /> <FILE SOURCE="nodshex.dll" TARGET="%INSTALLDIR%\nodshex.dll" /> <FILE SOURCE="nod.ovl" TARGET="%INSTALLDIR%\nod.ovl" /> <FILE SOURCE="ps_nod32.dll" TARGET="%INSTALLDIR%\ps_nod32.dll" /> <FILE SOURCE="pu_nod32.dll" TARGET="%INSTALLDIR%\pu_nod32.dll" /> <FILE SOURCE="amon.sys" TARGET="%DRIVERSDIR%\amon.sys" /> <FILE SOURCE="ps_amon.dll" TARGET="%INSTALLDIR%\ps_amon.dll" /> <FILE SOURCE="pu_amon.dll" TARGET="%INSTALLDIR%\pu_amon.dll" /> <FILE SOURCE="pu_amon.chm" TARGET="%INSTALLDIR%\pu_amon.chm" /> </FILES> - <SETTINGS> - <PLUGIN ID="50444f4e"> - <DATA> <NODE NAME="PROFILE_CURRENTPROFILE" VALUE="My Profile" TYPE="STRING" /> <NODE NAME="ShextProfile" VALUE="Profile for scanning objects from within the context menu" TYPE="STRING" /> - <NODE NAME="config000" TYPE="SUBNODE"> <NODE NAME="Scanner" TYPE="SUBNODE" /> <NODE NAME="Settings" TYPE="SUBNODE" /> <NODE NAME="PROFILE_NAME" VALUE="My Profile" TYPE="STRING" /> </NODE> - <NODE NAME="config001" TYPE="SUBNODE"> <NODE NAME="Scanner" TYPE="SUBNODE" /> <NODE NAME="Settings" TYPE="SUBNODE" /> <NODE NAME="PROFILE_NAME" VALUE="Profile for scanning objects from within the context menu" TYPE="STRING" /> </NODE> </DATA> </PLUGIN> - <PLUGIN ID="4e4f4d41"> - <DATA> - <NODE NAME="config000" TYPE="SUBNODE"> <NODE NAME="Scanner" TYPE="SUBNODE" /> <NODE NAME="Settings" TYPE="SUBNODE" /> <NODE NAME="PROFILE_NAME" VALUE="Default" TYPE="STRING" /> </NODE> </DATA> </PLUGIN> </SETTINGS> </NOD32COMPONENTSETUP> [color="red"]nodtmpa - [/color] <?xml version="1.0" ?> - <NOD32COMPONENTSETUP> - <SETUP NAME="NOD32MOD_WINNT_ENGLISH_BASE" BUILD="1107D006" LANGUAGE="ENGLISH" PLATFORM="WINNT" TYPE="BASE"> <NODE NAME="BUILD" VALUE="1104AF01" TYPE="DWORD" /> </SETUP> <DISPLAY NAME="NOD32 For Windows NT/2000/XP - Base" /> - <MODULES> - <GUI> <FILE NAME="krnvis.dll" /> <FILE NAME="pu_upd.dll" /> </GUI> - <EXE> <FILE NAME="krnstp.dll" /> <FILE NAME="ps_upd.dll" /> </EXE> </MODULES> - <FILES> <FILE SOURCE="nod32krn.exe" TARGET="%INSTALLDIR%\nod32krn.exe" /> <FILE SOURCE="nod32kui.chm" TARGET="%INSTALLDIR%\nod32kui.chm" /> <FILE SOURCE="nod32kui.exe" TARGET="%INSTALLDIR%\nod32kui.exe" /> <FILE SOURCE="pu_upd.dll" TARGET="%INSTALLDIR%\pu_upd.dll" /> <FILE SOURCE="ps_upd.dll" TARGET="%INSTALLDIR%\ps_upd.dll" /> <FILE SOURCE="pu_upd.chm" TARGET="%INSTALLDIR%\pu_upd.chm" /> <FILE SOURCE="readme.txt" TARGET="%INSTALLDIR%\readme.txt" /> <FILE SOURCE="nod32.002" TARGET="%INSTALLDIR%\nod32.002" /> <FILE SOURCE="setup.exe" TARGET="%INSTALLDIR%\setup\setup.exe" /> <FILE SOURCE="main.dll" TARGET="%INSTALLDIR%\setup\main.dll" /> <FILE SOURCE="eset.chm" TARGET="%INSTALLDIR%\eset.chm" /> <DIR TARGET="%INSTALLDIR%" /> <DIR TARGET="%INSTALLDIR%\logs" /> <DIR TARGET="%INSTALLDIR%\logs\nod32" /> <DIR TARGET="%INSTALLDIR%\updfiles" /> </FILES> - <SETTINGS> - <PLUGIN ID="6c504343"> - <DATA> - <NODE NAME="config000" TYPE="SUBNODE"> - <NODE NAME="SETTINGS" TYPE="SUBNODE"> <NODE NAME="GraphicMode" VALUE="1" TYPE="DWORD" /> <NODE NAME="DontShowSplash" VALUE="0" TYPE="DWORD" /> <NODE NAME="Msg_Format_Virus" VALUE="%TimeStamp% - %ProgramName% Program Virus Alert triggered on %ComputerName%: %InfectedObject% infected with %VirusName%." TYPE="STRING" /> <NODE NAME="Msg_Format_Error" VALUE="%TimeStamp% - During execution of %ProgramName% on the computer %ComputerName%, the following warning occured: %ErrorDescription%" TYPE="STRING" /> <NODE NAME="QuarantineDirectory" VALUE="%INSTALLDIR%\infected" TYPE="STRING" /> </NODE> <NODE NAME="PROFILE_NAME" VALUE="Default" TYPE="STRING" /> </NODE> </DATA> </PLUGIN> - <PLUGIN ID="31647055"> - <DATA> <NODE NAME="DefaultServerCount" VALUE="3" TYPE="DWORD" /> <NODE NAME="DefaultServer1" VALUE="http://www.eset.sk/nod_upd/" TYPE="STRING" /> <NODE NAME="DefaultServer0" VALUE="http://www.nod32.com/nod_upd/" TYPE="STRING" /> <NODE NAME="DefaultServer2" VALUE="http://www.esetsoftware.com/nod_upd/" TYPE="STRING" /> - <NODE NAME="config000" TYPE="SUBNODE"> <NODE NAME="SETTINGS" TYPE="SUBNODE" /> <NODE NAME="PROFILE_NAME" VALUE="My Profile" TYPE="STRING" /> </NODE> </DATA> </PLUGIN> </SETTINGS> </NOD32COMPONENTSETUP> [color="red"]nodtmpc- [/color] <?xml version="1.0" ?> - <NOD32COMPONENTSETUP> <SETUP NAME="NOD32MOD_WINNT_ENGLISH_INET" BUILD="1107D006" LANGUAGE="ENGLISH" PLATFORM="WINNT" TYPE="INET" /> <DISPLAY NAME="NOD32 For Windows NT/2000/XP - Internet support" /> - <MODULES> - <GUI> <FILE NAME="pu_imon.dll" /> <FILE NAME="pu_nms.dll" /> </GUI> - <EXE> <FILE NAME="imon.dll" /> <FILE NAME="ps_nms.dll" /> </EXE> </MODULES> - <FILES> <FILE SOURCE="imon.dll" TARGET="%SYSTEMDIR%\imon.dll" /> <FILE SOURCE="pu_imon.dll" TARGET="%INSTALLDIR%\pu_imon.dll" /> <FILE SOURCE="pu_imon.chm" TARGET="%INSTALLDIR%\pu_imon.chm" /> <FILE SOURCE="nms32.dll" TARGET="%SYSTEMDIR%\nms32.dll" /> <FILE SOURCE="pu_nms.dll" TARGET="%INSTALLDIR%\pu_nms.dll" /> <FILE SOURCE="ps_nms.dll" TARGET="%INSTALLDIR%\ps_nms.dll" /> <FILE SOURCE="pu_nms.chm" TARGET="%INSTALLDIR%\pu_nms.chm" /> </FILES> - <SETTINGS> - <PLUGIN ID="4e4f4d49"> - <DATA> - <NODE NAME="config000" TYPE="SUBNODE"> - <NODE NAME="SCANNER" TYPE="SUBNODE"> <NODE NAME="target_file_enable" VALUE="1" TYPE="DWORD" /> <NODE NAME="target_boot_enable" VALUE="0" TYPE="DWORD" /> <NODE NAME="target_arch_enable" VALUE="1" TYPE="DWORD" /> <NODE NAME="target_sfx_enable" VALUE="1" TYPE="DWORD" /> <NODE NAME="target_rtp_enable" VALUE="1" TYPE="DWORD" /> <NODE NAME="target_mime_enable" VALUE="1" TYPE="DWORD" /> <NODE NAME="target_mbx_enable" VALUE="0" TYPE="DWORD" /> <NODE NAME="target_mem_enable" VALUE="0" TYPE="DWORD" /> <NODE NAME="Extensions" VALUE="ADD:|*|EXCLUDE:REMOVE:" TYPE="STRING" /> <NODE NAME="adv_heur_enable" VALUE="1" TYPE="DWORD" /> </NODE> <NODE NAME="SETTINGS" TYPE="SUBNODE" /> <NODE NAME="PROFILE_NAME" VALUE="Default" TYPE="STRING" /> </NODE> </DATA> </PLUGIN> - <PLUGIN ID="50534d4e"> - <DATA> - <NODE NAME="config000" TYPE="SUBNODE"> - <NODE NAME="SCANNER" TYPE="SUBNODE"> <NODE NAME="target_file_enable" VALUE="1" TYPE="DWORD" /> <NODE NAME="target_boot_enable" VALUE="0" TYPE="DWORD" /> <NODE NAME="target_arch_enable" VALUE="1" TYPE="DWORD" /> <NODE NAME="target_sfx_enable" VALUE="1" TYPE="DWORD" /> <NODE NAME="target_rtp_enable" VALUE="1" TYPE="DWORD" /> <NODE NAME="target_mime_enable" VALUE="1" TYPE="DWORD" /> <NODE NAME="target_mbx_enable" VALUE="0" TYPE="DWORD" /> <NODE NAME="target_mem_enable" VALUE="0" TYPE="DWORD" /> <NODE NAME="target_file_action" VALUE="2" TYPE="DWORD" /> <NODE NAME="target_file_uncl_action" VALUE="10" TYPE="DWORD" /> <NODE NAME="target_arch_action" VALUE="2" TYPE="DWORD" /> <NODE NAME="target_arch_uncl_action" VALUE="1" TYPE="DWORD" /> <NODE NAME="target_mime_action" VALUE="2" TYPE="DWORD" /> <NODE NAME="target_mime_uncl_action" VALUE="10" TYPE="DWORD" /> <NODE NAME="target_rtp_action" VALUE="2" TYPE="DWORD" /> <NODE NAME="target_rtp_uncl_action" VALUE="10" TYPE="DWORD" /> <NODE NAME="target_sfx_action" VALUE="2" TYPE="DWORD" /> <NODE NAME="target_sfx_uncl_action" VALUE="1" TYPE="DWORD" /> <NODE NAME="Extensions" VALUE="ADD:|*|EXCLUDE:REMOVE:" TYPE="STRING" /> <NODE NAME="adv_heur_enable" VALUE="1" TYPE="DWORD" /> </NODE> <NODE NAME="PROFILE_NAME" VALUE="Default" TYPE="STRING" /> </NODE> </DATA> </PLUGIN> </SETTINGS> </NOD32COMPONENTSETUP> EDIT by Shark007 PLEASE USE CODEBOX tags when pasting large blocks of text to the forums.
-
<?xml version="1.0" ?> - <NOD32GLOBALSETUP> <DISPLAY TITLE="NOD32 for Windows NT/2000/XP" /> <SETUP REQUIRED_OS="NT" INSTALLPATH="%PROGRAMFILES%\Eset" DAT_CNT="0" EVAL="1" /> - <COMPONENTS> <COMPONENT ARCHIVE="ntbaseen.nup" /> <COMPONENT ARCHIVE="ntstden.nup" /> <COMPONENT ARCHIVE="ntineten.nup" /> </COMPONENTS> - <ENGINES> <ENGINE FILE="engine.nup" /> <ENGINE FILE="advheur.nup" /> <ENGINE FILE="archs.nup" /> </ENGINES> - <SETTINGS> - <PLUGIN ID="31647055"> - <DATA> <NODE NAME="DefaultServerCount" VALUE="3" TYPE="DWORD" /> <NODE NAME="DefaultServer1" VALUE="http://www.eset.sk/nod_eval/" TYPE="STRING" /> <NODE NAME="DefaultServer0" VALUE="http://www.nod32.com/nod_eval/" TYPE="STRING" /> <NODE NAME="DefaultServer2" VALUE="http://www.esetsoftware.com/nod_eval/" TYPE="STRING" /> - <NODE NAME="config000" TYPE="SUBNODE"> - <NODE NAME="Settings" TYPE="SUBNODE"> <NODE NAME="SelectedServer" TYPE="STRING" VALUE="http://www.nod32.com/nod_eval/" /> </NODE> </NODE> </DATA> </PLUGIN> </SETTINGS> </NOD32GLOBALSETUP>
-
i opened the xml file in the the installation folder and i'm almost sure it is used as the answer file(i saw a line there that says EVAL="1" / i changed it to 0 and the trial version title disappeared) i wish i knew xml language i also tried to use a vbs script with sendkeys function but there is a screen in the installation where i need to tick an option( "choose update options later" or something like this) in order to proceed to the next screen but unfortunatly i can't find a key that will reach it .
-
I'm Looking for a way to make an unattended installation of this program and because there are numerous options during the installation that i need to change i suspect that an answer file is needed to achieve this. (i saw xml files in the temp folder after the installation starts so i think that they are used as an answer files but unfortunatly i'm unfamilier with xml)
-
What's the registry setting to change order of...
SOOPAFLY replied to Marztabator's topic in Windows XP
;My Computer First Desktop Icon [HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}] "SortOrderIndex"=dword:00000054 -
Copying shortcuts to the quicklaunch bar
SOOPAFLY replied to Jeffr's topic in Unattended Windows 2000/XP/2003
have the same problem i try to move nero and regcleaner shortcuts from desktop to quicklaunch but it says that it can't find the path. oddly enough after the installation is done and i boot into windows when i do it from cmd.exe it works. MOVE "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Ahead Nero\Nero - Burning Rom.lnk" "%systemdrive%\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch\" MOVE "%systemdrive%\Documents and Settings\Administrator\Desktop\RegCleaner.lnk" "%systemdrive%\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch\" a guy whos name i can't remember posted some useful variables in this forum here they are i'm going to try them maybe it will help %AppData% - common Application Data directory ex. C:\Documents and Settings\All Users\Application Data %UserProfile% - location of current logged on user's profile ex. C:\Documents and Settings\Administrator %AllUsersProfile% - location of "All Users" profile ex. C:\Documents and Settings\All Users %DefaultUserProfile% - location of "Default User" profile ex. C:\Documents and Settings\Default User %ProgramFiles% - default directory to install programs to ex. C:\Program Files %SystemRoot% - Windows directory ex. C:\Windows %SystemDrive% - drive system boots from ex. C: %Temp% - Temporary files directory ex. C:\Temp %Tmp% - Temporary Internet files ex. C:\Temp %UserAppData% - user specific Application Data directory ex. C:\Documents and Settings\Administrator\Application Data -
NOD32 AV-------I'm Looking for a way to make an unattended installation of this program and because there are numerous options during the installation that i need to change i suspect that an answer file is needed to achieve this. (i saw xml files in the temp folder after the installation starts so i think that they are used as an answer files but unfortunatly i'm unfamilier with them)
-
maybe this will help http://www.delorie.com/store/hcalc/hcalc.zip
-
thanks a lot man you helped me a lot
-
1. Is there a way to integrate a custom msstyle theme to windows xp installation? 2.i've made a script that activates the quicklaunch bar and then deletes itself but i wish that the taskbar proparties window it activates will be invisible to the user. if someone knows a way to do this it will be great thanks in advance
-
this nod32 av kicksazz i'ts very stable it doesn't use a big amount of system recourses it's scan engine is very fast and plus it has a nice clean interface. ---goodbye norton--- i'm surprised i've never heard of it before. just checkout the results on virusbtn.com
-
here you go all my reg tweaks without the services section ;-------------------------------Startup & Shutdown------------------------------- ;Automatic Boot Disk Optimization [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] "Enable"="Y" ;This will allow you to autologin. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="Administrator" "DefaultPassword"="" "AutoAdminLogon"="1" "ForceAutoLogon"="1" ;Disable Welcome Screen and uses Classic Logon [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "LogonType"=dword:00000000 ;system shutdown/restart speeds improvement [HKEY_CURRENT_USER\Control Panel\Desktop] "HungAppTimeout"="5000" "WaitToKillAppTimeout"="4000" "AutoEndTasks"="1" ;-------------------------------------System------------------------------------- ;Always unload Dlls [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "AlwaysUnloadDll"=dword:00000001 "NoStartMenuPinnedList"=dword:00000001 ;Disable Automatic Restart in the event of a BSOD [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "AutoReboot"=dword:00000000 ;Disable the Ability to Remotely Shutdown the Computer Browser Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MrxSmb\Parameters] "RefuseReset"=dword:00000001 ;Disable Autorun [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom] "AutoRun"=dword:00000000 ;Increase the USB Polling Interval [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Usb\0000] "IdleEnable"=dword:00000001 ;Enable Nvidia Overclock [HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NVTweak] "CoolBits"=dword:00000003 ;Speed up Prefetcher [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Managemen] "EnablePrefetcher"=dword:00000005 ;Improve I/O performance [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management] "IoPageLockLimit"=dword:00008000 ;Speed-up Access to AVI Media Files [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}] ;Set the system to give priority to CMOS/Real Time Clock [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl] "IRQ8Priority"=dword:00000001 ;Turn off system beeps [HKEY_CURRENT_USER\Control Panel\Sound] "beep"="no" ;windows xp registration [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] "RegDone"="1" ;power management setting [HKEY_CURRENT_USER\Control Panel\PowerCfg] "CurrentPowerPolicy"="3" ;Disable screensaver [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\Control Panel\Desktop] "ScreenSaveActive"="0" "ScreenSaveIsSecure"="0" ;windows without any sounds [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default] @="Windows" "DispFileName"="@mmsys.cpl,-5856" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\.Default] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\.Default\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\.Default\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,44,00,69,00,6e,00,67,00,2e,00,77,00,61,\ 00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\AppGPFault] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\AppGPFault\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\AppGPFault\.Default] @=hex(2):00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\CCSelect] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\CCSelect\.current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\Close] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\Close\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\Close\.Default] @=hex(2):00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,42,00,61,00,74,00,74,00,65,00,72,00,79,\ 00,20,00,43,00,72,00,69,00,74,00,69,00,63,00,61,00,6c,00,2e,00,77,00,61,00,\ 76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\DeviceConnect] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,48,00,61,00,72,00,64,00,77,00,61,00,72,\ 00,65,00,20,00,49,00,6e,00,73,00,65,00,72,00,74,00,2e,00,77,00,61,00,76,00,\ 00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\DeviceDisconnect] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,48,00,61,00,72,00,64,00,77,00,61,00,72,\ 00,65,00,20,00,52,00,65,00,6d,00,6f,00,76,00,65,00,2e,00,77,00,61,00,76,00,\ 00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\DeviceFail] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\DeviceFail\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,48,00,61,00,72,00,64,00,77,00,61,00,72,\ 00,65,00,20,00,46,00,61,00,69,00,6c,00,2e,00,77,00,61,00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,42,00,61,00,74,00,74,00,65,00,72,00,79,\ 00,20,00,4c,00,6f,00,77,00,2e,00,77,00,61,00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\MailBeep] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\MailBeep\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\MailBeep\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,4e,00,6f,00,74,00,69,00,66,00,79,00,2e,\ 00,77,00,61,00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\Maximize] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\Maximize\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\Maximize\.Default] @=hex(2):00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\MenuCommand] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\MenuCommand\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\MenuCommand\.Default] @=hex(2):00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\MenuPopup] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\MenuPopup\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\MenuPopup\.Default] @=hex(2):00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\Minimize] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\Minimize\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\Minimize\.Default] @=hex(2):00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\Open] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\Open\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\Open\.Default] @=hex(2):00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\PrintComplete] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\PrintComplete\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\PrintComplete\.Default] @=hex(2):00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\RestoreDown] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\RestoreDown\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\RestoreDown\.Default] @=hex(2):00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\RestoreUp] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\RestoreUp\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\RestoreUp\.Default] @=hex(2):00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\ShowBand] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\ShowBand\.current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemAsterisk] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,45,00,72,00,72,00,6f,00,72,00,2e,00,77,\ 00,61,00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemExclamation] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,45,00,78,00,63,00,6c,00,61,00,6d,00,61,\ 00,74,00,69,00,6f,00,6e,00,2e,00,77,00,61,00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemExit] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemExit\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemExit\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,53,00,68,00,75,00,74,00,64,00,6f,00,77,\ 00,6e,00,2e,00,77,00,61,00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemHand] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemHand\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemHand\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,43,00,72,00,69,00,74,00,69,00,63,00,61,\ 00,6c,00,20,00,53,00,74,00,6f,00,70,00,2e,00,77,00,61,00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemNotification] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemNotification\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,42,00,61,00,6c,00,6c,00,6f,00,6f,00,6e,\ 00,2e,00,77,00,61,00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemQuestion] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemQuestion\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemQuestion\.Default] @=hex(2):00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemStart] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemStart\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\SystemStart\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,53,00,74,00,61,00,72,00,74,00,75,00,70,\ 00,2e,00,77,00,61,00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\WindowsLogoff] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,4c,00,6f,00,67,00,6f,00,66,00,66,00,20,\ 00,53,00,6f,00,75,00,6e,00,64,00,2e,00,77,00,61,00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\WindowsLogon] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,4c,00,6f,00,67,00,6f,00,6e,00,20,00,53,\ 00,6f,00,75,00,6e,00,64,00,2e,00,77,00,61,00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer] @="Windows Explorer" "DispFileName"="@mmsys.cpl,-5854" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer\ActivatingDocument] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer\ActivatingDocument\.current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer\ActivatingDocument\.default] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin] [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,52,00,65,00,63,00,79,00,63,00,6c,00,65,\ 00,2e,00,77,00,61,00,76,00,00,00 [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer\MoveMenuItem] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer\MoveMenuItem\.current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer\MoveMenuItem\.default] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer\Navigating] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer\Navigating\.Current] @="" [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\AppEvents\Schemes\Apps\Explorer\Navigating\.Default] @=hex(2):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,6d,00,65,00,64,00,69,00,61,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ 77,00,73,00,20,00,58,00,50,00,20,00,53,00,74,00,61,00,72,00,74,00,2e,00,77,\ 00,61,00,76,00,00,00 ;Disable remote assistance [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] "fAllowToGetHelp"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet001\Control\Terminal Server] "fAllowToGetHelp"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet002\Control\Terminal Server] "fAllowToGetHelp"=dword:00000000 ;-------------------------------Internet Explorer-------------------------------- ;internet connection optimization [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "SackOpts"=dword:00000001 "TcpWindowSize"=dword:0003ebc0 "Tcp1323Opts"=dword:00000001 "DefaultTTL"=dword:00000040 "EnablePMTUBHDetect"=dword:00000000 "EnablePMTUDiscovery"=dword:00000001 "GlobalMaxTcpWindowSize"=dword:0003ebc0 [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:00000020 "MaxConnectionsPer1_0Server"=dword:00000020 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:00000020 "MaxConnectionsPer1_0Server"=dword:00000020 ;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 ;Disable links folder in explorer favorites so it never appears again. [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar] "LinksFolderName"="" "Locked"=dword:00000001 ;----------------------------------Context Menu---------------------------------- ;Right-Click Copy-To [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To] @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}" ;Right-Click Move-To [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To] @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}" ;This adds the "Open Command Window Here" on the right-click menu for folders [HKEY_CLASSES_ROOT\Directory\shell\cmd] @="Open Command Window Here" [HKEY_CLASSES_ROOT\Directory\shell\cmd\command] @="cmd.exe /k \"cd %L\"" ;------------------------------------Explorer------------------------------------ ;Environment variables path [HKEY_CURRENT_USER\Environment] "Temp"=hex(2):25,73,79,73,74,65,6D,72,6F,6F,74,25,5C,54,65,6D,70,00 [HKEY_CURRENT_USER\Environment] "TMP"=hex(2):25,73,79,73,74,65,6D,72,6F,6F,74,25,5C,54,65,6D,70,00 ;Change MenuShowDelay (Start Menu load speed) [HKEY_CURRENT_USER\Control Panel\Desktop] "MenuShowDelay"="2" ;Classic Search [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "Use Search Asst"="no" ;Disable Windows Picture and Fax Viewer [-HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\ContextMenuHandlers\ShellImagePreview] ;Disable the Desktop Cleanup Wizard [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=dword:00000001 ;Disables Windows Tour bubble popup [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;Remove "Shotcut to" in new shorcuts HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer "Link"=hex:00,00,00,00 ;My Computer First Desktop Icon [HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}] "SortOrderIndex"=dword:00000054 ;NoRecentDocsmenu removes the recent documents from the start menu. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoRecentDocsMenu"=dword:00000001 ;Removes Language Bar [-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}] @="Language bar" "MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325" ;Remove Shared Documents from My Computer [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}] ;Remove Shortcut Arrows [HKEY_CLASSES_ROOT\lnkfile] "IsShortcut"=- ;Turns off the sound icon [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray] "Services"=dword:0000001b ;Use Small Icons in Windows Explorer [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "SmallIcons"="yes" ;Hide network icon [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoNetHood"=hex:01,00,00,00 ;Enable personal dir change [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "DisablePersonalDirChange"=dword:00000000 ;Enable small icons [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\Software\Microsoft\Windows\CurrentVersion\Explorer\SmallIcons] "SmallIcons"="Yes" ;Remove folders baricade [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\Software\Microsoft\Windows\CurrentVersion\Explorer\WebView\BarricadedFolders] "shell:ControlPanelFolder"=dword:00000000 "shell:ProgramFiles"=dword:00000000 "shell:System"=dword:00000000 "shell:SystemDriveRootFolder"=dword:00000000 "shell:Windows"=dword:00000000 ;remove go button [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\Software\Microsoft\Internet Explorer\Main] "ShowGoButton"="no" ;Explorer settings [HKEY_USERS\S-1-5-21-527237240-1606980848-1202660629-500\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Hidden"=dword:00000002 "ShowCompColor"=dword:00000001 "HideFileExt"=dword:00000001 "DontPrettyPath"=dword:00000000 "ShowInfoTip"=dword:00000001 "HideIcons"=dword:00000000 "MapNetDrvBtn"=dword:00000000 "WebView"=dword:00000001 "Filter"=dword:00000000 "SuperHidden"=dword:00000000 "SeparateProcess"=dword:00000000 "ListviewAlphaSelect"=dword:00000000 "ListviewShadow"=dword:00000000 "ListviewWatermark"=dword:00000001 "TaskbarAnimations"=dword:00000000 "StartMenuInit"=dword:00000002 "NoNetCrawling"=dword:00000000 "FolderContentsInfoTip"=dword:00000001 "FriendlyTree"=dword:00000001 "WebViewBarricade"=dword:00000000 "DisableThumbnailCache"=dword:00000000 "ShowSuperHidden"=dword:00000000 "ClassicViewState"=dword:00000000 "PersistBrowsers"=dword:00000000