Recommended Posts

  On 15/06/2010 at 10:51, Drazick said:

Hello.

I was wondering, How can I reset Windows size, positions etc to defaults?

In other words, I want to reset the all Windows to defaults (Look, Size, Position etc.) as the system was just installed.

Thanks.

Let's say I click on "Computer" on desktop.

A window is opened. It opens with the latest size and position used.

I want to reset those settings. As it was opened for the first time with Windows defaults for size and position.

Thanks.

I think those setting are stored in HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam. Specifically Bags. I'm pretty sure those entries can be safely deleted as they will be recreated as needed but to be safe, export ShellNoRoam and then play around with deleting Bags and BagsMRU. You may need to log off and log on again for it to take effect.

Edit: Yeah. I just tested it with My Computer window and it is in fact the case. My Computer is stored here: HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\382\Shell

I did not have to log off and log on.

  Quote

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\382\Shell]

"WinPos1440x900(1).right"=dword:0000046a

"WinPos1440x900(1).bottom"=dword:0000029a

"WFlags"=dword:00000002

"ShowCmd"=dword:00000003

Edit 2:

Looks like Bags may just be for folders. I used Process Monitor on a notepad window and these are the results...

2mzjsrr.png

So if you want to do applications, you need to find where it stores the windows size and position.

Edited by Lepton
  • 1 month later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.