MSFN Forum: msconfig.exe in Windows XP - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

If you have questions about customizing Windows XP that are nLite-specific, please post them in the nLite forum, not here. If you have questions regarding the unattended installation of Windows XP, please post them in the Unattended Windows 2000/XP/2003 section.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

msconfig.exe in Windows XP Rate Topic: -----

#1 User is offline   s3pHiX 

  • "Lord of the Underworld"
  • Group: Members
  • Posts: 24
  • Joined: 06-March 07

  Posted 07 April 2007 - 04:58 PM

Does anyone know a way to maximize the msconfig.exe utility screen in XP. Maybe a code, script, or regedit command that will make it work??? Doing this for troubleshooting purposes.

Any input will be greatly appreciated.

Thanks,


#2 User is offline   neo 

  • Microsoft MVP - Windows Expert Consumer
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,251
  • Joined: 31-March 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 08 April 2007 - 12:57 AM

open msconfig.exe into ResHacker
and navigate to : Dialog -> 102 -> 1033

STYLE DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU


change this one with

STYLE WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME


compile the script and save

#3 User is offline   s3pHiX 

  • "Lord of the Underworld"
  • Group: Members
  • Posts: 24
  • Joined: 06-March 07

Posted 08 April 2007 - 03:54 PM

How do I find this ResHacker program or utility??????

Thanks for the reply

#4 User is offline   Andromeda43 

  • Retired PC Tech.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 984
  • Joined: 14-August 05
  • OS:XP Pro x86
  • Country: Country Flag

Posted 08 April 2007 - 06:19 PM

View Posts3pHiX, on Apr 8 2007, 05:54 PM, said:

How do I find this ResHacker program or utility??????

Thanks for the reply


You can find it here:

http://www.devhood.c...spx?tool_id=420

#5 User is offline   s3pHiX 

  • "Lord of the Underworld"
  • Group: Members
  • Posts: 24
  • Joined: 06-March 07

Posted 08 April 2007 - 06:36 PM

View Postneo, on Apr 8 2007, 01:57 AM, said:

open msconfig.exe into ResHacker
and navigate to : Dialog -> 102 -> 1033

STYLE DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU


change this one with

STYLE WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME


compile the script and save


Ok, downloaded the ResHack, did exactly what you said as above, changed the code to
STYLE WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
went to compile, and then file - save - exit, then go to run command - msconfig, and still as it was before, am I overlooking something, or not doing something right???

Ok, I see what it's doing now, it keeps going back to the STYLE DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU, after I changed it to the STYLE WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME, compile the script, save the changes as msconfig.exe in the directory c:\windows\pchealth\helpctr\binaries

This post has been edited by s3pHiX: 08 April 2007 - 06:48 PM


#6 User is offline   Andromeda43 

  • Retired PC Tech.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 984
  • Joined: 14-August 05
  • OS:XP Pro x86
  • Country: Country Flag

Posted 08 April 2007 - 06:54 PM

I guess I'm either very tired or a very poor hacker.

I can't get the program Msconfig to change, even though the one line was changed as per the example.
Is there another line to change?

I too am missing some critical step in the process.

???

This post has been edited by Andromeda43: 08 April 2007 - 07:01 PM


#7 User is offline   s3pHiX 

  • "Lord of the Underworld"
  • Group: Members
  • Posts: 24
  • Joined: 06-March 07

Posted 08 April 2007 - 07:04 PM

Hey,

thanks for all the replies, I'll see what I can figure out, if you come up with anything else, I'll keep in touch

#8 User is offline   LeveL 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 551
  • Joined: 30-September 05

Posted 08 April 2007 - 07:17 PM

Changing that dialog gives you this error in ResHacker:

Compiler Error in line 2 at offset 98
Invalid statement: integer expected


Erm, let me guess, it expects an interger? :rolleyes:

I would love to make MSCONFIG maximize though, and about 1000 other
things in windows like this where you have to fiddle about scrolling in some
stupid tiny window looking at paths that are hundreds of characters long. :angry:

This post has been edited by LeveL: 08 April 2007 - 07:18 PM


#9 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,001
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 April 2007 - 08:41 PM

Any particular reason you're using msconfig.exe? Wouldn't autoruns from sysinternals do the same thing (better)? Or do you want to troubleshoot msconfig.exe itself, maybe...

#10 User is offline   s3pHiX 

  • "Lord of the Underworld"
  • Group: Members
  • Posts: 24
  • Joined: 06-March 07

Posted 09 April 2007 - 07:35 AM

View Postcluberti, on Apr 8 2007, 09:41 PM, said:

Any particular reason you're using msconfig.exe? Wouldn't autoruns from sysinternals do the same thing (better)? Or do you want to troubleshoot msconfig.exe itself, maybe...



Mainly just using msconfig.exe utility for troubleshooting reasons, for startup things loading at system boot, and diagnostics for the system. That's really my main reason for finding a utility or something that will maximize the window, instead of having to scroll through all the stuff in the small window that it gives you, just to really make it easier.

Thanks,

#11 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,001
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 April 2007 - 10:50 AM

I figured - I'd suggest autoruns instead, as it's much more thorough, and has more options.

#12 User is offline   fizban2 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,898
  • Joined: 14-April 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 April 2007 - 11:32 AM

AutoRuns

Introduction
This utility, which has the most comprehensive knowledge of auto-starting locations of any startup monitor, shows you what programs are configured to run during system bootup or login, and shows you the entries in the order Windows processes them. These programs include ones in your startup folder, Run, RunOnce, and other Registry keys. You can configure Autoruns to show other locations, including Explorer shell extensions, toolbars, browser helper objects, Winlogon notifications, auto-start services, and much more. Autoruns goes way beyond the MSConfig utility bundled with Windows Me and XP.

http://www.microsoft.com/technet/sysintern...s/Autoruns.mspx

#13 User is offline   s3pHiX 

  • "Lord of the Underworld"
  • Group: Members
  • Posts: 24
  • Joined: 06-March 07

Posted 09 April 2007 - 12:59 PM

Thank you so much guys, that's exactly what I was looking for :thumbup

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy