Jump to content

illusions

Member
  • Posts

    82
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by illusions

  1. Hi g-force, Yes those listed batch line will work after computer reboot again and when i manually execute them. Hi -X- , I guess %userprofile% is not setup yet that is why those lines are not executed. Please advice how to do a HKCU runonce to call the batch file later after reboot. Thanks
  2. I have a long list of batch command and those lines i posted are not executed during unattended installation. When the computer first boot it did not do the following ... 1. delete useless favorites shortcut and folder of the current user 2. Moving Userprofile Shortcut ... 3. registering and unregistering the following dll in c:\windows\system32 regsvr32/s wmpshell.dll regsvr32 /s oleacc.dll regsvr32 /s actxprxy.dll regsvr32 /u /s zipfldr.dll
  3. Hi, I cannot get the following batch command lines to work in GuiRunOnce. 1. delete useless favorites shortcut and folder 2. Moving Userprofile Shortcut ... 3. registering and unregistering dll in c:\windows\system32 Please refer to the following and thanks. winnt.sif [GuiRunOnce] %systemdrive%\install\batch.cmd batch.cmd rem .... delete useless favorites shortcut and folder ATTRIB -R "%userprofile%\Favorites" /S /D DEL /S /Q "%userprofile%\Favorites\*.url" DEL /S /Q "%userprofile%\Favorites\Links\*.url" ATTRIB +R "%userprofile%\Favorites" /S /D ECHO. ECHO Moving Userprofile Shortcut ... attrib -r "%userprofile%\Start Menu\Programs" attrib -r "%userprofile%\Start Menu\Programs\Accessories" attrib -r -h "%userprofile%\Application Data" attrib -s "%userprofile%\Application Data\Microsoft" attrib -r "%userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch" move "%userprofile%\Start Menu\Programs\Internet Explorer.lnk" "%userprofile%\Start Menu\Programs\Accessories\Internet Explorer.lnk" move "%userprofile%\Start Menu\Programs\Outlook Express.lnk" "%userprofile%\Start Menu\Programs\Accessories\Outlook Express.lnk" move "%userprofile%\Start Menu\Programs\Remote Assistance.lnk" "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Accessories\Remote Assistance.lnk" move "%userprofile%\Start Menu\Programs\Windows Media Player.lnk" "%userprofile%\Start Menu\Programs\Accessories\Windows Media Player.lnk" copy "%userprofile%\Start Menu\Programs\Accessories\Windows Media Player.lnk" "%userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Windows Media Player.lnk" attrib +r "%userprofile%\Start Menu\Programs" attrib +r "%userprofile%\Start Menu\Programs\Accessories" attrib +r +h "%userprofile%\Application Data" attrib +s "%userprofile%\Application Data\Microsoft" attrib +r "%userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch" rem .... registering and unregistering dll in c:\windows\system32 regsvr32/s wmpshell.dll regsvr32 /s oleacc.dll regsvr32 /s actxprxy.dll regsvr32 /u /s zipfldr.dll
  4. This also appear on the registry http://64.59.144.94/wpad.dat
  5. I found nothing using process monitor. Out of fustration i delete the whole [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] Reboot the computer and it create a new [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections] "DefaultConnectionSettings"=hex:46,00,00,00,03,00,00,00,01,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,26,00,00,00,68,74,74,70,3a,2f,2f,70,\ 72,6f,78,79,2e,76,63,2e,73,68,61,77,63,61,62,6c,65,2e,6e,65,74,2f,77,70,61,\ 64,2e,64,61,74,00,ec,7c,1e,26,e1,c9,01,00,00,00,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,02,00,00,00,c0,a8,00,65,00,00,00,00,00,00,00,00,6f,00,6f,00,74,\ 00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00,44,00,3b,00,2e,00,56,00,42,00,\ 53,00,3b,00,2e,00,56,00,42,00,45,00,3b,00,2e,00,4a,00,53,00,3b,00,2e,00,4a,\ 00,53,00,45,00,3b,00,2e,00,57,00,53,00,46,00,3b,00,2e,00,57,00,53,00,48,00,\ 00,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,57,00,62,00,65,00,6d,\ 00,00,00,00,00,00,00 "SavedLegacySettings"=hex:46,00,00,00,0a,00,00,00,01,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,26,00,00,00,68,74,74,70,3a,2f,2f,70,72,6f,\ 78,79,2e,76,63,2e,73,68,61,77,63,61,62,6c,65,2e,6e,65,74,2f,77,70,61,64,2e,\ 64,61,74,00,ec,7c,1e,26,e1,c9,01,00,00,00,00,00,00,00,00,00,00,00,00,01,00,\ 00,00,02,00,00,00,c0,a8,00,65,00,00,00,00,00,00,00,00,6f,00,6f,00,74,00,25,\ 00,5c,00,54,00,45,00,4d,00,50,00,00,00,44,00,3b,00,2e,00,56,00,42,00,53,00,\ 3b,00,2e,00,56,00,42,00,45,00,3b,00,2e,00,4a,00,53,00,3b,00,2e,00,4a,00,53,\ 00,45,00,3b,00,2e,00,57,00,53,00,46,00,3b,00,2e,00,57,00,53,00,48,00,00,00,\ 79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,57,00,62,00,65,00,6d,00,00,\ 00,00,00,00,00 refer to proxy2 image In DefaultConnectionSettings and SavedLegacySettings has the http://proxy.vc.shawcable.net/wpad.dat so i download the wpad.dat look something like this using a note pad to read it. ================================== function FindProxyForURL(url, host) { if ( shExpMatch(url, "https://*") || shExpMatch(url, "news://*") || shExpMatch(url, "snews://*") || shExpMatch(url, "ftp://*@*") || shExpMatch(url, "http://localhost/*") || shExpMatch(url, "http://localhost:*/*") || shExpMatch(url, "*.shaw.ca/*") || shExpMatch(url, "http://10.*") || shExpMatch(url, "http://172.16.*") || shExpMatch(url, "http://192.168.*") || shExpMatch(url, "http://*.youtube.com/*") || shExpMatch(url, "http://*.google.com/*") || shExpMatch(url, "http://*.facebook.com/*") || shExpMatch(url, "http://*.myspace.com/*") || shExpMatch(url, "http://*.myspacecdn.com/*") || shExpMatch(url, "http://*.dailymotion.com/*") || shExpMatch(url, "http://*.megarotic.com/*") || shExpMatch(url, "http://*.apple.com/*") || shExpMatch(url, "http://*.xvideos.com/*") || shExpMatch(url, "http://*.megavideo.com/*") || shExpMatch(url, "http://*.veoh.com/*") || shExpMatch(url, "http://*.imeem.com/*") || shExpMatch(url, "http://*.rapidshare.com/*") || shExpMatch(url, "http://*.google.ca/*") || shExpMatch(url, "http://*.msn.com/*") || shExpMatch(url, "http://*.live.com/*") || shExpMatch(url, "http://*.llnwd.net/*") || 0 ) { return("DIRECT"); } var hash = 0; hash = (host.length % 2); if (hash == 0) { return("PROXY 64.59.144.94:8080; PROXY 64.59.144.95:8080; DIRECT"); } else { return("PROXY 64.59.144.95:8080; PROXY 64.59.144.94:8080; DIRECT"); } } ===================== What is wpad.dat ... where is it located? Please advice.
  6. Hi, I am using windows xp sp3 on home computer with d-link router dl-604 I have never enter the proxy server info however it keeps reappearing even after I have deleted it on registry. I have google everywhere on the internet cannot seem able to find a solution. proxy server 64.59.144.94 keeps resurrecting itself. see attachment jpg Please advice and thanks My registry remove proxy.reg ======================= Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "ProxyEnable"=dword:00000000 "ProxyOverride"="" "ProxyServer"="" "AutoConfigProxy"=- “AutoConfigURL”=- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections] "DefaultConnectionSettings"=hex:46,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 "SavedLegacySettings"=hex:46,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00
  7. Windows Registry Editor Version 5.00 ;Disable the User Account Control (UAC) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableLUA"=dword:00000000 ;======================================================================= ; Internet Explorer ;======================================================================= ; IE7Menu Bar Top [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser] "ITBar7Position"=dword:00000001 ;IE7 show menu bar [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "AlwaysShowMenus"=dword:00000001 ; IE7 Remove Search Box ;[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\InfoDelivery\Restrictions] ;"NoSearchBox"=dword:00000001 ;Install on demands (disable), Notify when add-ons (disable) [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "NoUpdateCheck"=dword:00000001 "NoJITSetup"=dword:00000001 "NoWebJITSetup"=dword:00000001 "NotifyControlDisable"="yes" "NotifyDownloadComplete"="no" "Enable AutoImageResize"="no" ;----- max ie windows "Window_Placement"=hex:2c,00,00,00,02,00,00,00,03,00,00,00,ff,ff,ff,ff,ff,ff,\ ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,04,00,00,e2,02,00,\ 00 ;----- Enable status bar in Windows Explorer , Internet Explorer "StatusBarOther"=dword:00000001 "StatusBarWeb"=dword:00000001 ;----- Add Hotmail As Main Start Page "Start Page"="www.hotmail.com" ; Show Full URL In Internet Explorer [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer] "Show_FullURL"=dword:00000001 ;----- ;----- Cache Size set to 10 meg ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content] "CacheLimit"=dword:00002800 ;----- ;----- Set history to 0 days ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History] "DaysToKeep"=dword:00000000 ;----- ;----- Languages, encoding auto-select ;----- [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International] "AcceptLanguage"="en-us,zh-tw;q=0.7,zh-cn;q=0.3" "AutoDetect"=dword:00000001 ;----- ;----- Set autocomplete to off ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete] "AutoSuggest"="no" "Append Completion"="no" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Use FormSuggest"="no" "FormSuggest Passwords"="no" "FormSuggest PW Ask"="no" ;----- ;----- Enable offline items to be synchronized on a schedule - disable ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Webcheck] "NoScheduledUpdates"=dword:00000001 ;----- ;----- Empty temporary internet files folder when browser is closed ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache] "Persistent"=dword:00000000 ;----- ;----- Enable integrated windows authentication -- disable ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "EnableNegotiate"=dword:00000000 ;----- Warn if changing between secure and insecure mode "WarnonZoneCrossing"=dword:00000000 ;----- Advanced Privacy Settings "PrivacyAdvanced"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3] "{AEBA21FA-782A-4A90-978D-B72164C80120}"=hex:1a,37,61,59,23,52,35,0c,7a,5f,20,\ 17,2f,1e,1a,19,0e,2b,01,73,13,37,13,12,14,1a,15,2a,4e,2c,08,0d,20,1b,28,18,\ 36,32 "{A8A88C49-5EB2-4990-A1A2-0876022C854F}"=hex:1a,37,61,59,23,52,35,0c,7a,5f,20,\ 17,2f,1e,1a,19,0e,2b,01,73,13,37,13,12,14,1a,15,39,4e,2c,08,0d,20,1b,28,18,\ 36,32 ;----- ;----- Increase Simultaneous Downloads to 10 ;----- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPer1_0Server"=dword:0000000a "MaxConnectionsPerServer"=dword:0000000a ;----- ;----- Disable Internet Explorer FirstTimeUse Nag ;----- ;Disable Internet Explorer "Send information to the Internet" prompt [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3] "1601"=dword:00000000 ;Disable Internet Explorer Cookie "Privacy Icon" prompt [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "PrivDiscUiShown"=dword:00000001 ;Disable Internet Explorer Information Bar Prompt [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar] "FirstTime"=dword:00000000 ;Disable Internet Explorer Auto-Complete prompt [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms] "AskUser"=dword:00000000 ;======================================================================= ; Windows Explorer ;======================================================================= ;Disable thumbnail caching, disable simple folder, show hidden files and folders, unhide ext [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "DisableThumbnailCache"=dword:00000001 "FriendlyTree"=dword:00000000 "Hidden"=dword:00000001 "HideFileExt"=dword:00000000 ;----- Show protected operating system files "ShowSuperHidden"=dword:00000001 ;----- Show the contents of system folders C:\ (protected folder) "WebViewBarricade"=dword:00000001 ;----- Speed up opening of My Computer and Explorer "NoNetCrawling"=dword:00000001 "Start_ShowRun"=dword:00000001 "AlwaysShowMenus"=dword:00000001 ;Display the full path in the title bar [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "FullPath"=dword:00000001 ;======================================================================= ; Desktop , Taskbar ;======================================================================= ;Deactivate security center notifications [-HKEY_CLASSES_ROOT\CLSID\{FD6905CE-952F-41F1-9A6F-135D9C6622CC}] ;Set desktop background black ;[HKEY_CURRENT_USER\Control Panel\Colors] ;"Background"="0 0 0" ;Disable wallpaper, screensaver [HKEY_CURRENT_USER\Control Panel\Desktop] ;"Wallpaper"="" "ScreenSaveActive"="0" "SCRNSAVE.EXE"=- ; Specify The First Desktop Icon: (48)=My Doc's 54 =My Comp ;[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}] ;"SortOrderIndex"=dword:00000054 ; Hide My Documents, My Network Places, Internet Explorer Icon on desktop [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu] "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000001 "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000001 "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001 "{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000001 ;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] ;{20D04FE0-3AEA-1069-A2D8-08002B30309D} My Computer ;{450D8FBA-AD25-11D0-98A8-0800361B1103} My Documents {59031a47-3f72-44a7-89c5-5595fe6b30ee} ;{208D2C60-3AEA-1069-A2D7-08002B30309D} My Network Places {F02C1A0D-BE21-4350-88B0-7367FC96EF3C} ; Control Panel {5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0} ;{871C5380-42A0-1069-A2EA-08002B30309D} Internet Explorer ;{645FF040-5081-101B-9F08-00AA002F954E} Recycle Bin ;Don't Group Similar Taskbar Buttons, use personalized menu (disable), lock task bar [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarGlomming"=dword:00000000 "IntelliMenus"=dword:00000000 "TaskbarSizeMove"=dword:00000000 ; Disable Automatic Hiding of Inactive Tray Icons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "EnableAutoTray"=dword:00000000 ;Change the Default Action of the Start Menu Power Button to Shutdown (0 = Sleep, 1 = Hibernate, 2 = Shutdown) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\A7066653-8D6C-40A8-910E-A1F54B84C7E5] "ACSettingIndex"=dword:00000002 "DCSettingIndex"=dword:00000002 ;Disable volume icon [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "HideSCAVolume"=dword:00000001 ;Disable Windows Vista Sidebar - StartUp [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "Sidebar"=- ;Disable Windows Welcome Center - StartUp [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "WindowsWelcomeCenter"=- ;Disable Windows Defender - StartUp [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "Windows Defender"=- ;======================================================================= ; NTFS, Disable 8.3 names and Last Access (speeds up disk access) [HKEY_CURRENT_USER\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisable8dot3NameCreation"=dword:00000001 "NtfsDisableLastAccessUpdate"=dword:00000001 ; Disable automatic updates [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "AUOptions"=dword:00000001 ; Faster Shutdown, may cause an error at shutdown with misbehaving apps (ZoneAlarm 7 is one) [HKEY_CURRENT_USER\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="5000" ; Disable Low disk space checks [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoLowDiskSpaceChecks"=dword:00000001 ;Turn Off Remote Assistance [HKEY_CURRENT_USER\SYSTEM\ControlSet001\Control\Remote Assistance] "fAllowToGetHelp"=dword:00000000 ; this is the changed value to get rid of word 'Shortcut' [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "link"=hex:00,00,00,00 ;Use mouse wheel for scrolling (1 page at a time) [HKEY_CURRENT_USER\Control Panel\Desktop] "WheelScrollLines"="-1" ;Set command prompt color [HKEY_CURRENT_USER\Software\Microsoft\Command Processor] "DefaultColor"=dword:0000000a ;0 = black ;1 = blue 9 = bright blue ;2 = green A = bright green ;3 = cyan B = bright cyan ;4 = red C = bright red ;5 = magenta D = bright magenta ;6 = yellow/brown E = bright yellow ;7 = white F = bright white ;8 = gray ; Enable status bar in notepad, and give it Tahoma font [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "fWrap"=dword:00000001 "StatusBar"=dword:00000001 "lfFaceName"="Tahoma" ;Opens nfo files with Notepad [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo] "Application"="NOTEPAD.EXE" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList] "a"="Explorer.exe" "MRUList"="ba" "b"="NOTEPAD.EXE" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids] "MSInfo.Document"=hex(0): ;======================================================================= ; Services ;======================================================================= ; Note: Change the values to set the services to automatic, manual or disable ; ; 00000002 = Automatic ; 00000003 = Manual ; 00000004 = Disabled ; services.msc ; Custom File Created at www.blackviper.com ;Application Experience [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AeLookupSvc] "Start"=dword:00000004 ;Application Management [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AppMgmt] "Start"=dword:00000004 ;Certificate Propagation [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertPropSvc] "Start"=dword:00000004 ;Netlogon [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon] "Start"=dword:00000004 ;Offline Files [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CscService] "Start"=dword:00000004 ;Portable Device Enumerator Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WPDBusEnum] "Start"=dword:00000004 ;ReadyBoost <-------- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EMDMgmt] "Start"=dword:00000004 ;Remote Registry [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry] "Start"=dword:00000004 ;Security Center <----------- ;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc] ;"Start"=dword:00000004 ;Smart Card [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardSvr] "Start"=dword:00000004 ;Smart Card Removal Policy [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCPolicySvc] "Start"=dword:00000004 ;SNMP Trap [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SNMPTRAP] "Start"=dword:00000004 ;Superfetch <------- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysMain] "Start"=dword:00000004 ;Tablet PC Input Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TabletInputService] "Start"=dword:00000004 ;Terminal Services UserMode Port Redirector [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UmRdpService] "Start"=dword:00000004 ;WebClient [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient] "Start"=dword:00000004 ;Windows Remote Management (WS-Management) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinRM] "Start"=dword:00000004 ;WinHTTP Web Proxy Auto-Discovery Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinHttpAutoProxySvc] "Start"=dword:00000004
  8. Hi, does anyone has the following registry tweak for vista ? 1. Put the menubar of "windows explorer" to the top row 2. ie7 ... enable view link Thanks
  9. Hi, i got the following Dell reinstallation cd xp professional with sp1a WindowsXP-KB835935-SP2-ENU.exe I am not able to sucessfully slipstream using AutoStreamer v1.0.33 or even RyanVM Integrator : ( Can someone show me the manual method? thanks
  10. Hi, IcemanND Thanks for the suggestion. But isn't by putting Repartition=yes will wipe out the whole first harddrive? My first harddrive has c: --- where winxp is --- ntfs --- primary --- set active partition d: --- data and stuff --- ntfs --- Extended Partition. Logical Drives 2nd harddrive has e: --- Extended Partition. Logical Drives f: --- Extended Partition. Logical Drives I ususally use partition magic to erase the whole c: drive and then use unattendent cd to install the xp. These work for 1 harddrive senario but in this particular situation i have 2 harddrive it somehow keep jumping to the second harddrive and installing at e. Hmm i though if i use partition magic to erase the c: drive and format it ntfs ... the unattended cd should have install xp there. Please further advice , thanks
  11. Hi, I have two harddrive on Dell computer. I set it as follows: primary master -- western digital harddrive -- on device manager shows as Location 0 (0) primary slave -- segate harddrive --- on device manager shows as Location 1 (1) Note. i am not using cable select. Somehow when i run the unattended installation, xp is installed on the 1st partition of the slave harddrive. Am i missing something in winnt.sif to tell it to put xp on c drive on the primary harddrive ? Please advice and thanks. Here is my winnt.sif ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes TargetPath=\WINDOWS OemPreinstall=Yes UnattendSwitch="NO" WaitForReboot="No" Hibernation = "No" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=4 OemSkipWelcome=1 [userData] ProductKey=" xxxxxxxxxxxxxxx" FullName="Owner" OrgName="" ComputerName=Computer [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 [systemRestore] DisableSR=1 CreateFirstRunRp=0 [TapiLocation] CountryCode=1 AreaCode=000 Dialing=Tone [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] Fax=On Indexsrv_system=off Msnexplr=off zonegames=off [shell] CustomDefaultThemeFile = "%windir%\Resources\Themes\xp Green Olive.theme" DefaultStartPanelOff = Yes DefaultThemesOff = No [branding] BrandIEUsingUnattended=Yes [FavoritesEx] [GuiRunOnce] %systemdrive%\install\batch.cmd
  12. Hi, i know that putting unattendswitch ="yes" will skip all of the following question and open an admin account 1. Welcome to Microsoft window 2. Help protect your PC 3. Ready to register ? 4. Do you want to setup internet access? 5. Who will use this computer? Is there a way to skip all except "who will use this computer? " Please advice , thanks
  13. Hi, I was wondering if i just add this entry on winnt.sif will it disable installing favorites for all users? [FavoritesEx] currently i use the following on batch.cmd GuiRunOnce however when i create a new user the default favorites are installed again. ATTRIB -S -H -R "%userprofile%\Favorites" /S /D DEL /S /Q "%userprofile%\Favorites\*.url" DEL /S /Q "%userprofile%\Favorites\Links\*.url" please advice , thanks
  14. Hi, i am new to batchfiles can someone advice me on the following... [GuiRunOnce] %systemdrive%\install\batch.cmd I would like to move ie, outlook express, remote assistance, wmp shortcut from C:\Documents and Settings\user\Start Menu\Programs to C:\Documents and Settings\user\Start Menu\Programs\Accessories i have tried move "%userprofile%\Start Menu\Programs\Internet Explorer.lnk" "%userprofile%\Start Menu\Programs\Accessories\Internet Explorer.lnk" this only work for the current user logon however when i create a new user ie is back in the original place ========== Also in my default user how can i move remote assistance, wmp shortcut from C:\Documents and Settings\Default User\Start Menu\Programs to C:\Documents and Settings\Default User\Start Menu\Programs\Accessories ========== Finally, please advice me how to copy wmp shortcut to quicklaunch for all users thanks
  15. Hi, why is it not all of my registry tweak apply on cmdlines? When window first logon the theme is back to the original, please advice. Isn't when registry tweak is applied by cmdlines it will be applied to all users? i have the following entries on tweak.reg ;----- ;----- Enable ClearType ;----- [HKEY_CURRENT_USER\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingType"=dword:00000002 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager] "ColorName"="HomeStead" ;Set desktop background black [HKEY_CURRENT_USER\Control Panel\Colors] "Background"="0 0 0" ;Disable wallpaper, screensaver [HKEY_CURRENT_USER\Control Panel\Desktop] "Wallpaper"="" "ScreenSaveActive"="0" "SCRNSAVE.EXE"=- ;Remove the 'Shortcut to...' (00 00 00 00 = No Shortcut Text) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "link"=hex:00,00,00,00
  16. Hi, I have the following partition hidden partition drive 1 partition 1 ... FAT32 3gig active partition drive 1 partition 2 ... NTFS 5 gig window xp secondary partition drive 1 partion 3 ... NTFS 70 gig Is there a way where i can reboot from xp and run a batch files on dos to restore the ghost image? drive 1 partition 1 has ghost.ext gdisk.exe backup.gho autoexec.bat config.sys my autoexec.bat is as follows ;unhide drive 1 partition 1 gdisk 1 /-hide /p:1 ; dump ghost image ghost.exe -clone,mode=pload,src=1:1,dst=1:2 -FX - RB -SURE or ghost.exe -clone,mode=pload,src=c:\backup.gho,dst=1:2 -FX - RB -SURE ; hide drive 1 partition 1 and reboot gdisk 1 /hide /p:1 /r Please advice and check if the command line are correct. Thanks Title Edited - Please follow new posting rules from now on. --Zxian
  17. i did the following dos command ... like fubarkid the total size is around 1.2gig 1. create an Administrative Installation Point to c:\OPT x is the cd drive x:\PTKSETUP.exe /a 2. extract Office Proofing Tools 2003 SP1 files to C:\SP1\ PTK2003SP1-kb843188-fullfile-enu.exe /Q /C /T:C:\SP1 3. slipstreaming msiexec /p c:\SP1\2003PTKSP1ff.msp /a C:\OPT\PTK.msi SHORTFILENAMES=TRUE /qb I have read this thread many times and still confused Please advice, how to compress the files, thanks
  18. Hi , is there an registry method to permanently disable windows messenger update nag ... "A new version of Windows Messenger is now available click here for more information" thanks
  19. Hi, i was wondering if everyone can share what they include in cleanup.cmd thanks
  20. ;----- ;----- Show protected operating system files ;----- [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden] "DefaultValue"=dword:00000001 should be [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowSuperHidden"=dword:00000001 ======================== ;Disable Hibernate, effective after reboot [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power] "Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00
  21. ;----- ;----- Privacy clearing can be used anytime ;----- ;Clear Cached Command Lines from the Run Menu [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU] ;Clear Recent Document [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs] ;Del Excel recent files (office 10) [-HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Excel\Recent Files] ;Del Excel recent files (office 11) [-HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Excel\Recent Files] ;Del WordPad recent files [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Wordpad\Recent File List] ;Clear History of Typed URL's [-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs] ;To remove content that has been streamed from a particular Web site [-HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentURLList] ;To remove the entire file list that you recently played [-HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentFileList] ====================== ;Disable WMP update nag ;After you disable the automatic update check by using the registry, the Check for Player Updates option under the ;Help menu is not available. Additionally, the Check for updates options are not available under Automatic Updates on ;the Player tab of of the Media Player Options dialog box. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer] "DisableAutoUpdate"=dword:00000001
  22. Retested in several computer the following can be safely disable ;======================================================================= ; Services ;======================================================================= ; Note: Change the values to set the services to automatic, manual or disable ; ; 00000002 = Automatic ; 00000003 = Manual ; 00000004 = Disabled ; services.msc ;http://www.blackviper.com/WinXP/servicecfg.htm ;Alerter (sp2 disable as default) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter] "Start"=dword:00000004 ;ClipBook (sp2 disable as default) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSrv] "Start"=dword:00000004 ;Computer Browser [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser] "Start"=dword:00000004 ;Error Reporting [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc] "Start"=dword:00000004 ;Indexing [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cisvc] "Start"=dword:00000004 ;Messenger (sp2 disable as default) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger] "Start"=dword:00000004 ;Net Logon [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon] "Start"=dword:00000004 ;NetMeeting Remote Desktop Sharing [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mnmsrvc] "Start"=dword:00000004 ;Network Provisioning [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\xmlprov] "Start"=dword:00000004 ;Performance Logs & Alerts [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog] "Start"=dword:00000004 ;Portable Media Serial Number Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmdmPmSN] "Start"=dword:00000004 ;QoS RSVP [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RSVP] "Start"=dword:00000004 ;Remote Desktop Help Session Manager [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr] "Start"=dword:00000004 ;Remote Registry [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry] "Start"=dword:00000004 ;Routing and Remote Access (sp2 disable as default) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess] "Start"=dword:00000004 ;Secondary Log-on [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon] "Start"=dword:00000004 ;Security Center [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc] "Start"=dword:00000004 ;Server [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver] "Start"=dword:00000004 ;SmartCard [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardSvr] "Start"=dword:00000004 ;SSDP Discovery Service (Universal Plug'n'Play) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SSDPSRV] "Start"=dword:00000004 ;System Restore [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice] "Start"=dword:00000004 ;Task Scheduler [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule] "Start"=dword:00000004 ;TCP/IP NetBIOS Helper Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts] "Start"=dword:00000004 ;Telnet [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TlntSvr] "Start"=dword:00000004 ;UPS [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS] "Start"=dword:00000004 ;Universal Plug and Play Device Host [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\upnphost] "Start"=dword:00000004 ;Web Client [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient] "Start"=dword:00000004 ;Windows Time [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time] "Start"=dword:00000004 ;WMI Performance Adapter [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmiApSrv] "Start"=dword:00000004
  23. Hi, does anyone know the regedit to always open internet explorer maximized? thanks ================ i found the answer... [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Window_Placement"=hex:2c,00,00,00,02,00,00,00,03,00,00,00,ff,ff,ff,ff,ff,ff,\ ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,04,00,00,e2,02,00,\ 00
  24. Regarding ... ;----- ;----- Stores more DNS entries so that your computer doesn't have to look them up as much ;----- Do not cache failed DNS lookups ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] ;"NegativeCacheTime"=dword:00000000 <----------- ;"NetFailureCacheTime"=dword:00000000 <------------ ;"NegativeSOACacheTime"=dword:00000000 <------------- "CacheHashTableBucketSize"=dword:00000001 "CacheHashTableSize"=dword:00000180 "MaxCacheEntryTtlLimit"=dword:0000fa00 "MaxSOACacheEntryTtlLimit"=dword:0000012d i read somewhere that those registry names are for win2000 for xp should be ... ;----- ;----- DNS in Windows XP ;----- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] ;To stop Windows XP from caching negative responses "MaxNegativeCacheTtl "=dword:00000000 ;To force Windows XP to keep positive entries in DNS Cache for only 4 hours instead of the default 24 hours "MaxCacheTtl "=dword:00003840 ====================== other notes in reference to http://www.tweakhound.com/xp/xptweaks/supertweaks11.htm some of the registry tweak should not be included.
  25. ;Languages [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International] "AcceptLanguage"="en-us,he;q=0.5"
×
×
  • Create New...