kalavera Posted August 16, 2004 Posted August 16, 2004 I had the exact same BSOD, at the same time also!But today i found the problem!! Was in my registry tweaks, i haven't found exactly what is the "bad" change, but maybe something related with disabling services.I'm going to test a bit more and try to find what is the bad tweak.
Adiel Posted August 16, 2004 Author Posted August 16, 2004 @kalaveratell me, in the installation i'm suppose to see when its importing regtweaks?so if it is, i don't, i don't even see the runonceex.cmd window.. do it have something to do with this? thanks
Adiel Posted August 16, 2004 Author Posted August 16, 2004 ok now i'm trying to install XP+SP1 from disc i got that i'm always installing my windowsfrom this disc, and i'll see if it works. if not, can it be something to do with VMWare or the VPC Options problem??
kalavera Posted August 16, 2004 Posted August 16, 2004 @Adiel: About seeing applying the tweaks during installation, you only should see a very briefly command windows that open and closes immediatly.I suppose you are applying you tweaks from cmdlines.txt.This way they will be inserted at t-13.cmdlines.txt:[COMMANDS]".\cmdlines.cmd"cmdlines.cmd:@echo off...regedit.exe /s INSTALL\tweaks.reg...About the bsod error. I found the problem! Was in my tweaks.reg, i was using a tweak to disable the disk performance monitor (i was only deleting the entries and not recreating then with disabled values) and this produced the bsod.Here it is the correct tweak:;Disable Disk Performance Monitor[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\PartMgr][-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PartMgr][HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\PartMgr]"ErrorControl"=dword:00000001"Group"="System Bus Extender""Start"=dword:00000000"Tag"=dword:00000005"Type"=dword:00000001[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PartMgr]"ErrorControl"=dword:00000001"Group"="System Bus Extender""Start"=dword:00000000"Tag"=dword:00000005"Type"=dword:00000001
Adiel Posted August 16, 2004 Author Posted August 16, 2004 hi ,i looked in my regtweaks file and i don't have this tweak on it :\heres my regtweaks plz have a look :Windows Registry Editor Version 5.00 ;-----------------------------------------------------------------------------------; General OS/System Tweaks;-----------------------------------------------------------------------------------;Show Status Bar In Folders[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]"Show_StatusBar"="yes""Show_URLinStatusBar"="yes""StatusBarOther"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoSaveSettings"=dword:00000000;Enable Quick Reboot (Shift+Ctrl+Alt+Del)[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"EnableQuickReboot"="1";Speed up shutdown[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]"WaitToKillServiceTimeout"="3000";Enable Explorer Fast Update[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update]"UpdateMode"=hex:00;Disable the Desktop Cleanup Wizard[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]"NoRun"=dword:00000001;Disables Error Reporting, but notifies when errors occur[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]"DoReport"=dword:00000000;Speed up Network Browsing by removing Network Scheduled Tasks[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}];Speed up opening of My Computer and Explorer[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc]"Start"=dword:00000004;Disable Sticky Keys[HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys]"Flags"="506;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];-----------------------------------------------------------------------------------; Services Tweaks;-----------------------------------------------------------------------------------;Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger)[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]"Start"=dword:00000004;Disable IMAPI CD-Burning COM Service[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]"Start"=dword:00000004;Disable Netmeeting[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mnmsrvc]"Start"=dword:00000004;-----------------------------------------------------------------------------------; Tweaks to improve the functionality of Windows;-----------------------------------------------------------------------------------;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;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\""[HKEY_CLASSES_ROOT\Drive\shell\cmd]@="Open Command Window Here"[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]@="cmd.exe /k \"cd %L\"";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;Do Not Start MS-Messenger with Outlook Express[HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express]"Hide Messenger"=dword:00000001;-----------------------------------------------------------------OTHERS----------------------------------------------------------;Remove Alexa Spyware[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}];Disable MSN Messenger 6.2 Startup & MSN Today[HKEY_CURRENT_USER\SOFTWARE\Microsoft\MSNMessenger]"AppSettings"=hex:22,04,00,00[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"msnmsgr"=-;Force Classic Control Panel[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"ForceClassicControlPanel"=dword:00000001;Disable WinXP CD-Burning [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoCDBurning"=dword:00000001;Remove Shared Documents from My Computer[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]; explorer folder view[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Hidden"=dword:00000001"ShowCompColor"=dword:00000001"HideFileExt"=dword:00000000"DontPrettyPath"=dword:00000000"ShowInfoTip"=dword:00000001"HideIcons"=dword:00000000"MapNetDrvBtn"=dword:00000000"WebView"=dword:00000001"Filter"=dword:00000000"SuperHidden"=dword:00000001"SeparateProcess"=dword:00000000"FolderContentsInfoTip"=dword:00000001"FriendlyTree"=dword:00000000"WebViewBarricade"=dword:00000001"ShowSuperHidden"=dword:00000001"DisableThumbnailCache"=dword:00000001;Configure Start Menu[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Hidden"=dword:00000001"ShowCompColor"=dword:00000001"HideFileExt"=dword:00000000"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:00000001"ListviewWatermark"=dword:00000000"TaskbarAnimations"=dword:00000000"StartMenuInit"=dword:00000002"StartButtonBalloonTip"=dword:00000002"Start_ShowNetPlaces"=dword:00000001"Start_LargeMFUIcons"=dword:00000000"Start_MinMFU"=dword:0000000c"Start_ShowControlPanel"=dword:00000001"Start_EnableDragDrop"=dword:00000001"StartMenuFavorites"=dword:00000002"Start_ShowHelp"=dword:00000001"Start_ShowMyComputer"=dword:00000001"Start_ShowMyDocs"=dword:00000001"Start_ShowMyMusic"=dword:00000001"Start_ShowMyPics"=dword:00000001"Start_ShowPrinters"=dword:00000001"Start_ShowRun"=dword:00000001"Start_ScrollPrograms"=dword:00000000"Start_ShowSearch"=dword:00000001"Start_ShowRecentDocs"=dword:00000002"Start_AutoCascade"=dword:00000001"Start_NotifyNewApps"=dword:00000000"Start_AdminToolsRoot"=dword:00000000"StartMenuAdminTools"=dword:00000001"TaskbarSizeMove"=dword:00000000"TaskbarGlomming"=dword:00000001"Start_ShowNetConn"=dword:00000001"NoNetCrawling"=dword:00000000"FolderContentsInfoTip"=dword:00000001"FriendlyTree"=dword:00000001"WebViewBarricade"=dword:00000000"DisableThumbnailCache"=dword:00000000"ShowSuperHidden"=dword:00000000"ClassicViewState"=dword:00000000"PersistBrowsers"=dword:00000000;Configure Desktop[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000;Put my computer, my network places, my documents on the desktop and hide IE[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000001;Placing My Computer at Top[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]"SortOrderIndex"=dword:00000054;Speed-up Access to AVI Media Files [-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}];Adds search keywords to Internet Explorer[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSKB]@="http://support.microsoft.com/?kbid=%s"[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\AV]@="http://www.altavista.com/sites/search/web?q=%s"[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\Ggl]@="http://www.google.com/search?q=%s"[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSN]@="http://search.msn.com/results.asp?q=%s"[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\FM]@="http://www.filemirrors.com/search.src?file=%s";Prevents Internet Explorer windows from being reused[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]"AllowWindowReuse"=dword:00000000;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;Disables Windows Tour bubble popup[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]"RunCount"=dword:00000000;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}];Delete NeroCheck from startup group[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]"NeroFilterCheck"=-;Do not cache failed DNS lookups [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] "CacheHashTableBucketSize"=dword:00000001 "CacheHashTableSize"=dword:00000180 "MaxCacheEntryTtlLimit"=dword:0000fa00 "MaxSOACacheEntryTtlLimit"=dword:0000012d;Enable Cleartype on Welcome Screen[HKEY_USERS\.DEFAULT\Control Panel\Desktop]"FontSmoothingType"=dword:00000002"FontSmoothing"="2;Remove Shortcut Arrows[HKEY_CLASSES_ROOT\lnkfile]"IsShortcut"=-;-----------------------------------------------------------CONTEXT MENU HANDLERS----------------------------------------------------;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}";---------------------------------------------------------------NTFS TWEAKS-----------------------------------------------------------;These NTFS tweaks improve file system performance.[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]"NtfsDisable8dot3NameCreation"=dword:00000001"NtfsDisableLastAccessUpdate"=dword:00000001"Win95TruncatedExtensions"=dword:00000001;----------------------------------------------------------Visual Effects--------------------------------------------------------------------[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]"VisualFXSetting"=dword:00000003[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax]"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation]"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow]"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows]"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling]"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewWatermark]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes][HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation]"DefaultValue"=dword:00000001"DefaultApplied"=dword:00000001[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView]"DefaultApplied"=dword:00000001; ------- END OF VISUAL EFFECTS --------help
Adiel Posted August 16, 2004 Author Posted August 16, 2004 ok i just installed win xp pro + sp1 from disc i had, and its working just fine!!so what's the problem?! i copied the i386 folder from this disc! help me plz ppl
MCT Posted August 16, 2004 Posted August 16, 2004 hiif its not a tweak (try importing your tweaks to your "good" unattended cd)could be bad slipstream?
Adiel Posted August 16, 2004 Author Posted August 16, 2004 mm i'll try installing the unattende cd without the regtweaks lets give it a shot,about the slipstreaming, i slipstreamed with nLite :|
Adiel Posted August 16, 2004 Author Posted August 16, 2004 ok, i've tried installing the cd without the regtweaks and i still get the BSOD help me plz ..
Adiel Posted August 16, 2004 Author Posted August 16, 2004 well guys i tried slipstreaming sp2 onto xp + sp1 by myself (D:\Downloads\WindowsXP-KB835935-SP2-ENU.exe -s:C:\XPCD)and still i get the blue screen, can it be a problem with sp2 file??
XtremeMaC Posted August 16, 2004 Posted August 16, 2004 okay did u try just making a sp2 cd? without any reg tweaks and programs etc..?do u have a non-sp, xp original cd?if so make sp2 with that.what kind of hardware do u have? which brands?and maybe try this guide to make an sp2 cd,http://www.tacktech.com/display.cfm?ttid=295I mean other then this its really hopeless.did u check for viruses? (boot virus?)
Adiel Posted August 16, 2004 Author Posted August 16, 2004 viruses - how can i check if i have boot viruses?sp2 disc - that's exactly what i've tried to do.xp cd with no sp - i don't have.could it be a problem with my sp2 file? i've downloaded it from microsoft servers, its a link that hasn't been released by microsoft to the public.i foun it in trusted site (sry can tell the name or i m8 get banned)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now