msconfig.exe in Windows XP
#1
Posted 07 April 2007 - 04:58 PM
Any input will be greatly appreciated.
Thanks,
#2
Posted 08 April 2007 - 12:57 AM
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
Posted 08 April 2007 - 03:54 PM
Thanks for the reply
#4
Posted 08 April 2007 - 06:19 PM
s3pHiX, on Apr 8 2007, 05:54 PM, said:
Thanks for the reply
You can find it here:
http://www.devhood.c...spx?tool_id=420
#5
Posted 08 April 2007 - 06:36 PM
neo, on Apr 8 2007, 01:57 AM, said:
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_THICKFRAMEwent 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
Posted 08 April 2007 - 06:54 PM
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
Posted 08 April 2007 - 07:04 PM
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
Posted 08 April 2007 - 07:17 PM
Compiler Error in line 2 at offset 98
Invalid statement: integer expected
Erm, let me guess, it expects an interger?
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.
This post has been edited by LeveL: 08 April 2007 - 07:18 PM
#9
Posted 08 April 2007 - 08:41 PM
#10
Posted 09 April 2007 - 07:35 AM
cluberti, on Apr 8 2007, 09:41 PM, said:
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
Posted 09 April 2007 - 10:50 AM
#12
Posted 09 April 2007 - 11:32 AM
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
Posted 09 April 2007 - 12:59 PM



Help
Back to top










