Default Window Size and Positions

13

2

I'm running Vista Home Premium 32-Bit with a screen resolution of 1024x768.

How do you set the default windows size/positions? Is there a registry tweak for this? Going to Tools->Folder Options...->View Apply to Folders does not apply the current folder size to all folders.

So, whenever I open a new window to a random new folder I haven't opened before, I don't want it to take 75% of the screen. Is there any way I could make it open smaller? (So it opens correctly the first time.)


Rephrase:

I want the default size of folders to be 500x500 pixels.

Currently it's at 800x600 pixels.

Mateen Ulhaq

Posted 2011-02-16T03:39:36.950

Reputation: 3 207

I just upgraded to a 1440p monitor and it appears to be a proportion of the window size. Makes it hard to maintain efficiency. Fantastic question. You, as a person, I consider equally intelligent compared with me (you should be pleased to hear this) because you, too, perceived this behavior. Windows 7 has solved this issue in the file manager, but not other windows. Wasteful of screen real estate. – paIncrease – 2015-08-14T17:41:36.877

1I never noticed this before, but Windows 7 seems to remember the size from the last Explorer windows that was closed. – paradroid – 2011-02-16T03:56:53.887

@paradroid : I think it does that to windows vista too... – Owen – 2011-02-16T06:52:20.303

@Owen: That must be due to an update, as I remember being disappointed that it didn't do that when Vista came out (along with all the other things I was disappointed about after waiting so long for it). – paradroid – 2011-02-16T07:32:46.527

1I get around these sorts of issues by just using a different file manager: Total Commander, xplorer^2, Free Commander, etc. – MaQleod – 2011-04-08T05:08:53.473

@MaQleod Which (free and/or open source) one do you recommend? Will they slow down Windows? – Mateen Ulhaq – 2011-05-04T00:33:48.863

1xplorer^2 is what I use on a regular basis, it is tabbed and dual-paned and can integrate somewhat decently into explorer to replace the file manager portion. It is free for personal use. I have never had an issue with it slowing down Windows and I've used it on some slow machines. – MaQleod – 2011-05-04T04:19:04.573

Answers

7

http://www.southbaypc.com/AutoSizer/

This program seems to work. Open any Explorer window, choose it on "Currently open windows" list, press AutoSize, choose "Resize / Position", press "Set Size" and choose your size.

Konrad Borowski

Posted 2011-02-16T03:39:36.950

Reputation: 196

@MateenUlhaq I find poweruser software like this to be generally trustworthy because the people who write it are. Additionally, one can only pack so much malware into a 280kb EXE... – paIncrease – 2015-08-14T17:46:17.197

2@paIncrease: 280kb is more than enough to download and run another executable of any size from a web address. – Iiridayn – 2017-05-05T23:50:27.513

6I would rather not have to install any software. (I'm paranoid.) – Mateen Ulhaq – 2011-05-04T00:27:39.400

6

Within Windows 7, @Owen's statement is correct (I've tested it). However, if you're wanting to reset to the default window size, then you can edit the registry through these .reg hacks.

They appear to edit these registry settings:

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\BagMRU]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags]

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU]

[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]

I'm not sure if there's a way to change the actual default size to a specified pixel ratio, but this appears to be the closest to what you're looking for.

Note: These are for Windows 7 machines, and therefore, I'm not 100% sure if it'll work for a Vista machine, though it's worth giving a shot.

James Mertz

Posted 2011-02-16T03:39:36.950

Reputation: 24 787

This reset my explorer windows to the default size, which is what I wanted, but not what the OP wanted. – jordanbtucker – 2015-09-30T07:20:37.757

Nope, this doesn't change the default window size to what I want (500x500 px). – Mateen Ulhaq – 2011-05-02T00:20:43.093

@muntoo does it set the system back to the default window size? Also as I said above I don't think it is possible set that default size. – James Mertz – 2011-05-02T00:37:49.067

HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\1\Shell\{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}\WinPos1024x768(1).right seems to change the size/position a bit... But it's specific to each folder. – Mateen Ulhaq – 2011-05-02T01:05:46.207

You might take a look at this but again, I just don't think it can be done.

– James Mertz – 2011-05-02T05:20:47.033

2

Try resizing that window to your desired size then close it. The next time you open it, it will be of the same size as that of what you just closed.

Owen

Posted 2011-02-16T03:39:36.950

Reputation: 443

5I remember some people saying that you should hold down CTRL or SHIFT or something when closing it, to get it to stick, allegedly, so that might be worth the OP trying if it doesn't work. – paradroid – 2011-02-16T07:34:16.460

Yes... but what if I open a different window? (Meaning: by default it opens as small as I set the defaults too.) I've clarified my original post, although I still mean exactly what I had written. – Mateen Ulhaq – 2011-02-16T22:52:09.423

0

http://www.codeproject.com/Tips/1057230/Explorer-Windows-Resize-and-Move

It works only with those windows opened by Explorer (i.e. various folders); it resizes and moves Explorer windows upon creation.

The webpage says it works with Win7 and Win10 (with .Net 4.0); not sure if it can be used also with Vista.

It is true that it is an external program, but, for paranoids, it also has the complete C# source code, and it is a 17Kb executable (no install).

tech

Posted 2011-02-16T03:39:36.950

Reputation: 103

0

I just tried opening File Manager and resizing it and locating it where I wanted to open on subsequent uses.

Then, as suggested above, I held down the Ctrl key and clicked on the X box in the upper right corner to close the window. When I reopened the File Manager, it was in the same exact location and size as it was when I closed it.

I'm using WinXP SP3, but it might work on other versions.

Tyger Gilbert

Posted 2011-02-16T03:39:36.950

Reputation: 1