Quick overview:
PC computers are often used by many users who have different requirements and habits. The resolution in particular is not only a matter of taste, but is also related to the compatibility of different programs.
Many users prefer the 1024x768 resolution for better readability and (depending on the monitor type) thanks to higher refresh rates, while many choose 1280x1024, which increases clarity. However, software (such as children's programs) also require their own mode (such as 640x480) in order to function correctly. My recommendation Resolution Changer is dedicated to both cases: With a little trick, you can not only select a separate resolution for each user but also change the resolution by double-clicking, start an application and reset the resolution again after the program has ended. And this is how the Resolution Changer (resolution switch):
1. Click on this link to ResChange to download. The file is only 48 KB in size!
2. Move these to the path you have created yourself, for example C:\Programme\ ResChange.
3. Now right-click on the desktop and select New/text file. Name these e.g. ResChange Riotf and open it. Now type in the following command string:
@echo off
C:\Program Files\ResChange\reschange.exe -width=1024 -height=768 -depth=32 -refresh=60 C:\Program Files\DIRECTX\SETUP\dxinfo.exe (Without quotation marks)
Now save this file under the file name ResChange.bat after you have clicked on File/Save as... under File type the entry All files have selected.
Explanation:
- @echo off indicates that no output should appear. Otherwise you would have to click away a DOS window containing your command each time.
- First comes the call from Reschange.exewhere special letters such as ä and spaces in the path specification, e.g. C:\My programs are not permitted.
-width = screen width in pixels, e.g. 640, 800, 1024, 1280, 1600.
-height = screen height e.g. 480, 600, 768, 1024, 1200
-depth = color depth in bits, e.g. 8 (256 colors), 16, 24 and 32.
-refresh = refresh rate (Hertz) e.g. 60, 70, 72, 75, 85, 90, 100, 120
- Last but not least, the call parameter for another program such as dxinfo.exewhich in our example is started with a resolution of 1024x768, 32-bit color depth and a refresh rate of 60 Hertz. After exiting the tool, the resolution is reset. If you do not specify a program here, the resolution is updated directly and only reset again at your discretion. This is also the key to setting individual resolutions for different users. Windows 2000 supports different resolutions for each user, although this does not work perfectly in all cases. With ResChange.exe you are on the safe side:
Log in under the desired user name and move the ResChange.bat in the folder Autostart under Start/Programs. This file is executed at system startup or after entering the user name and password and the system automatically switches to the desired resolution. Now that you know how to change the resolution, you can give all users different resolutions.
If the arrangement of the icons on the desktop changes as a result of the resolution change, this problem can be solved using the "Save my Desktop" (for all Windows versions). You can get the file (257 kb) here at PCWorld.com. It saves the current arrangement of the icons and restores them when required!
Important: Always make sure that your monitor supports the resolution, color depth and refresh rate you have entered so that no damage can occur (this is particularly dangerous with older monitors). Always take a look at the manual or the monitor manufacturer's website - the following generally applies: All resolutions and color depths that you enter in the display properties under System control/display/settings and all refresh rate entries that are still under Extended/Monitoryou can also use.
NOTE FOR NEW PUBLICATION: This article was produced by Sandro Villinger and comes from the Windows Tweaks archive, which has been built up since the late 1990s.

On Windows Tweaks you will find time-saving tech guides for PC, software & Microsoft. For a stress-free digital everyday life. Already we have been "tweaking" Windows since 1998 and just won't stop!