Window size of System Configuration Utility


Go Back   Computer Help Articles > Windows XP New Users
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 02:58 AM
CGB
 
Posts: n/a
Default Window size of System Configuration Utility

When I run MSCONFIG and go to the "system configuration utility," I get a
fairly small window to use. There is no way to maximize it to full-screen
and this is no way to place the cursor over the borders and drag them to a
larger size.
Is there a way to run this in full-screen mode so it is easier to see
things, especially in the startup section?

Thanks,
Chet


Reply With Quote
  #2  
Old 01-05-2006, 02:58 AM
Dixonian69
 
Posts: n/a
Default RE: Window size of System Configuration Utility

how big is it?
maybe 3x5 rectangle?
Change screen resolution maybe.

--
Dennis S.
I''m from Illinois. I hope I helped you. Good Luck.


"CGB" wrote:

> When I run MSCONFIG and go to the "system configuration utility," I get a
> fairly small window to use. There is no way to maximize it to full-screen
> and this is no way to place the cursor over the borders and drag them to a
> larger size.
> Is there a way to run this in full-screen mode so it is easier to see
> things, especially in the startup section?
>
> Thanks,
> Chet
>
>
>

Reply With Quote
  #3  
Old 01-05-2006, 02:58 AM
Alan Edwards
 
Posts: n/a
Default Re: Window size of System Configuration Utility

I haven't tried this myself but it was recommended by someone I trust.

ResizeEnable - http://www.digitallis.co.uk/pc/ResizeEnable/index.html

....Alan
--
Alan Edwards, MS MVP Windows - Internet Explorer
http://dts-l.org/index.html

On Sun, 20 Nov 2005 15:14:37 -0500, "CGB" <nospam@nospam.net> wrote:

>When I run MSCONFIG and go to the "system configuration utility," I get a
>fairly small window to use. There is no way to maximize it to full-screen
>and this is no way to place the cursor over the borders and drag them to a
>larger size.
>Is there a way to run this in full-screen mode so it is easier to see
>things, especially in the startup section?
>
>Thanks,
>Chet
>

Reply With Quote
  #4  
Old 01-05-2006, 02:58 AM
David Candy
 
Posts: n/a
Default Re: Window size of System Configuration Utility

Get ResHacker from http://www.angusj.com/resourcehacker/

Open MSConfig (C:\WINDOWS\PCHEALTH\HELPCTR\Binaries\msconfig.exe ) in it and goto the dialog section. Add, say 200, to the 3rd parameter (width) and 0 or 100 you the 4th parameter (height). This is Dialog 102. I've marked as red what I changed here by adding 200. This widens the dialog and the frame.

102 DIALOGEX 0, 0, 578, 220
STYLE DS_FIXEDSYS | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT | WS_EX_APPWINDOW
CAPTION "System Configuration Utility"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
CONTROL "Tab1", 201, "SysTabControl32", TCS_TABS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 2, 2, 574, 195
CONTROL "[Place Holder]", 205, BUTTON, BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 6, 18, 566, 175
CONTROL "&Help", 207, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 2, 201, 50, 14
CONTROL "OK", 202, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 211, 201, 50, 14
CONTROL "Cancel", 203, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 267, 201, 50, 14
CONTROL "&Apply", 204, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 323, 201, 50, 14
}

Next you have to do the dialog that is the startup tab. It is dialog 202. Again add 200.

202 DIALOGEX 0, 0, 566, 175
STYLE DS_FIXEDSYS | DS_CONTROL | WS_CAPTION
CAPTION "Startup"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
CONTROL "List1", 251, "SysListView32", LVS_REPORT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 5, 5, 555, 148
CONTROL "&Enable All", 247, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 184, 157, 85, 14
CONTROL "&Disable All", 248, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 275, 157, 85, 14
CONTROL "&Restore Startup Programs...", 249, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 5, 157, 96, 14
}


Now save as a new name. Bingo a bigger msconfig. You can do the other pages at you leisure. If you want you can change the font size for old eyes.



--
--------------------------------------------------------------------------------------------------
Read David defending the concept of violence.
http://margokingston.typepad.com/har...e_ga.html#more
=================================================
"CGB" <nospam@nospam.net> wrote in message news:Ov8xF8g7FHA.3760@TK2MSFTNGP14.phx.gbl...
> When I run MSCONFIG and go to the "system configuration utility," I get a
> fairly small window to use. There is no way to maximize it to full-screen
> and this is no way to place the cursor over the borders and drag them to a
> larger size.
> Is there a way to run this in full-screen mode so it is easier to see
> things, especially in the startup section?
>
> Thanks,
> Chet
>
>

Reply With Quote
  #5  
Old 01-05-2006, 02:59 AM
CGB
 
Posts: n/a
Default Re: Window size of System Configuration Utility

Thank you for the replies. Frankly, because it is a tolerable annoyance, I
may not go to the trouble/risk of re-writing a lot of code indigenous to
Windows. On the other hand, I'm intrigued enough by David and Alan's posts
that some day when I'm itching for trouble I may try it!!! It seems to me
that there's no reason MS should have made the display in this manner.
Maybe they thought it was safer that we couldn't see all the info easily and
be tempted to mess around with it.

Appreciate your posts.

Chet


Reply With Quote
  #6  
Old 01-05-2006, 02:59 AM
Colin Barnhorst
 
Posts: n/a
Default Re: Window size of System Configuration Utility

The issue that may come up is if you are in SafeMode at reduced resolution
and want to use it to reenable standard boot. May be a problem.

--
Colin Barnhorst [MVP Windows - Virtual Machine]
(Reply to the group only unless otherwise requested)
"CGB" <nospam@nospam.net> wrote in message
news:eDKuaax7FHA.1148@tk2msftngp13.phx.gbl...
> Thank you for the replies. Frankly, because it is a tolerable annoyance,
> I may not go to the trouble/risk of re-writing a lot of code indigenous to
> Windows. On the other hand, I'm intrigued enough by David and Alan's posts
> that some day when I'm itching for trouble I may try it!!! It seems to
> me that there's no reason MS should have made the display in this manner.
> Maybe they thought it was safer that we couldn't see all the info easily
> and be tempted to mess around with it.
>
> Appreciate your posts.
>
> Chet
>



Reply With Quote
  #7  
Old 01-05-2006, 02:59 AM
Alan Edwards
 
Posts: n/a
Default Re: Window size of System Configuration Utility

?
The issue comes up on any XP computer I have ever used.
Am I missing something?

....Alan
--
Alan Edwards, MS MVP Windows - Internet Explorer
http://dts-l.org/index.html

On Mon, 21 Nov 2005 20:56:18 -0700, "Colin Barnhorst"
<colinbarharst(remove)@msn.com> wrote:

>The issue that may come up is if you are in SafeMode at reduced resolution
>and want to use it to reenable standard boot. May be a problem.
>
>--
>Colin Barnhorst [MVP Windows - Virtual Machine]
>(Reply to the group only unless otherwise requested)
>"CGB" <nospam@nospam.net> wrote in message
>news:eDKuaax7FHA.1148@tk2msftngp13.phx.gbl...
>> Thank you for the replies. Frankly, because it is a tolerable annoyance,
>> I may not go to the trouble/risk of re-writing a lot of code indigenous to
>> Windows. On the other hand, I'm intrigued enough by David and Alan's posts
>> that some day when I'm itching for trouble I may try it!!! It seems to
>> me that there's no reason MS should have made the display in this manner.
>> Maybe they thought it was safer that we couldn't see all the info easily
>> and be tempted to mess around with it.
>>
>> Appreciate your posts.
>>
>> Chet
>>

Reply With Quote
  #8  
Old 01-05-2006, 02:59 AM
Alan Edwards
 
Posts: n/a
Default Re: Window size of System Configuration Utility

I haven't tried David's solution but I just tried ResizeEnable.
It certainly works on Msconfig (only one tried at this point)

....Alan
--
Alan Edwards, MS MVP Windows - Internet Explorer
http://dts-l.org/index.html

On Mon, 21 Nov 2005 22:41:24 -0500, "CGB" <nospam@nospam.net> wrote:

>Thank you for the replies. Frankly, because it is a tolerable annoyance, I
>may not go to the trouble/risk of re-writing a lot of code indigenous to
>Windows. On the other hand, I'm intrigued enough by David and Alan's posts
>that some day when I'm itching for trouble I may try it!!! It seems to me
>that there's no reason MS should have made the display in this manner.
>Maybe they thought it was safer that we couldn't see all the info easily and
>be tempted to mess around with it.
>
>Appreciate your posts.
>
>Chet
>

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Windows Freezes Daily Gerry Cornell Windows XP Perform Maintain 0 01-06-2006 02:06 AM
System information Steve Windows XP Perform Maintain 4 01-05-2006 06:05 AM
System VERY VERY slow Andrew Schumer Windows XP Perform Maintain 9 01-05-2006 06:04 AM
USB Mass Storage Device - This device cannot start. (Code 10) lobo201 Windows XP Hardware 11 01-05-2006 02:15 AM
Re: System Configuration Utility problem Bruce Chambers Windows XP Basics 0 01-05-2006 02:00 AM


All times are GMT. The time now is 10:12 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Window size of System Configuration Utility