Share via

Accounts abd screeb resolutions interaction windows 10

Anonymous
2024-01-04T04:14:53+00:00

I need to have 2 accounts on a computer, with each account having a different screen/display resolution. One account has administrator privileges and the other is a standard account. Both accounts are local accounts.

I log into account #1, and set the desired resolution. Log/sign out. Log into account #2, and set a different resolution. Log/sign out. Log in to account #1, and that account now has the resolution I set for #2, not the resolutions I set at the beginning for #1,.

What am I missing?

I've tried this on a laptop and a desktop with the same results. Both are updated as of a week ago.

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2024-01-04T08:45:36+00:00

    Hi, I'm Robinson, and I’m happy to help you today.

    Windows cannot set a specific resolution for each user by default, you will need to use a third-party tool do to it. You can use a tool called "QRes - Windows screen mode changer" and configure a task on the task scheduler to change the resolution when the user logs in.

    Step 1: Download Qres

    1-Download the QRes - Windows screen mode changer

    https://github.com/AlbertoMGV/ScreenResolutionC...

    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    2-Extract the "ScreenResolutionChanger-master.zip" and save it on C:.( make sure that there is not subfolders, the QRes should be on the root of this folder)

    3-Right-click on Start then click on Run

    4-Type: sysdm.cpl and click on OK

    5-Click on the "Advanced" tab then click on the "Environment Variables..." button at the bottom

    6-Select "Path" under "System variable" at the bottom and click on the "Edit..." button

    7-A new window will be opened, click on the "Browse..." button

    8-Select the folder "C:\ScreenResolutionChanger-master" and click on OK in all opened windows to save the change

    Step 2: Check if the Qres is running correctly on the Command Prompt

    1-Right-click on start then click on Windows PowerShell(admin)

    2-Type : QRes.exe /? and press Enter

    3-If everything is working you will see a list of options to use with the QRes command

    Step 3: Create the Batch file

    1-Click on Start, search for Notepad, and click on that

    2-Enter this command:

    QRes.exe /x:1680 /y:1050

    Note: Replace the X and Y with the resolution that you want

    3-Click on File > Save As

    4-Enter a name for the folder like User1.bat, change the "Save as type" to "All files" and save it in the folder "C:\ScreenResolutionChanger-master"

    5-Repeat the procedure for the secondary user

    Step 4: Create the task

    1-Click on Start, search for Task Scheduler and click on that

    2-Click on "Create task.." on the right panel

    3-Enter a name for the task

    4-Select "Run whether user is logged on or not"

    5-Select "Run with highest privileges"

    6-Click on the "Trigger" tab and click on the "New..." button

    7-Change the "Begin the task" to "At log on"

    8-Select "Specific user:" and select the first user

    9-Then click on OK

    10-Click on the "Actions" tab and click on the "New..." button

    11-Click on the "Browser..." button and select the batch created in the previous step

    12-Then click on OK to save the change and create the task

    13-Repeat this procedure for the secondary user

    After this every time when the user logs in on Windows the task will be triggered changing the resolution automatically.

    I hope this information helps. If you have any questions, please let me know and I'll be glad to assist you further.

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-01-19T04:07:40+00:00

    nuh uh

    0 comments No comments
  3. Anonymous
    2024-01-05T23:34:01+00:00

    Microsoft keeps working on updates to improve the Windows features, sending your feedback in the Feedback Hub or finding feedback similar to yours and upvoting it, will help Microsoft to identify which features the users most want.

    You can see how to send feedback in the Feedback Hub at this link.
    https://support.microsoft.com/en-us/windows/sen...

    Hi Robinson,

    Hope I didn't offend you by shortening your name. I simply did not see it due to macular degeneration.

    I used to provide feedback, but due to issues of getting old, (it happens to all of us) I just don't have the time to do tat anymore.

    0 comments No comments
  4. Anonymous
    2024-01-05T09:19:16+00:00

    Microsoft keeps working on updates to improve the Windows features, sending your feedback in the Feedback Hub or finding feedback similar to yours and upvoting it, will help Microsoft to identify which features the users most want.

    You can see how to send feedback in the Feedback Hub at this link.

    https://support.microsoft.com/en-us/windows/sen...

    0 comments No comments
  5. Anonymous
    2024-01-05T02:35:58+00:00

    Hi, I'm Robinson, and I’m happy to help you today.

    Windows cannot set a specific resolution for each user by default, you will need to use a third-party tool do to it. You can use a tool called "QRes - Windows screen mode changer" and configure a task on the task scheduler to change the resolution when the user logs in.

    Step 1: Download Qres
    1-Download the QRes - Windows screen mode changer
    https://github.com/AlbertoMGV/ScreenResolutionC...

    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    2-Extract the "ScreenResolutionChanger-master.zip" and save it on C:.( make sure that there is not subfolders, the QRes should be on the root of this folder)
    3-Right-click on Start then click on Run
    4-Type: sysdm.cpl and click on OK
    5-Click on the "Advanced" tab then click on the "Environment Variables..." button at the bottom
    6-Select "Path" under "System variable" at the bottom and click on the "Edit..." button
    7-A new window will be opened, click on the "Browse..." button
    8-Select the folder "C:\ScreenResolutionChanger-master" and click on OK in all opened windows to save the change

    Step 2: Check if the Qres is running correctly on the Command Prompt
    1-Right-click on start then click on Windows PowerShell(admin)
    2-Type : QRes.exe /? and press Enter
    3-If everything is working you will see a list of options to use with the QRes command

    Step 3: Create the Batch file
    1-Click on Start, search for Notepad, and click on that
    2-Enter this command:
    QRes.exe /x:1680 /y:1050

    Note: Replace the X and Y with the resolution that you want
    3-Click on File > Save As
    4-Enter a name for the folder like User1.bat, change the "Save as type" to "All files" and save it in the folder "C:\ScreenResolutionChanger-master"
    5-Repeat the procedure for the secondary user

    Step 4: Create the task
    1-Click on Start, search for Task Scheduler and click on that
    2-Click on "Create task.." on the right panel
    3-Enter a name for the task
    4-Select "Run whether user is logged on or not"
    5-Select "Run with highest privileges"
    6-Click on the "Trigger" tab and click on the "New..." button
    7-Change the "Begin the task" to "At log on"
    8-Select "Specific user:" and select the first user
    9-Then click on OK
    10-Click on the "Actions" tab and click on the "New..." button
    11-Click on the "Browser..." button and select the batch created in the previous step
    12-Then click on OK to save the change and create the task
    13-Repeat this procedure for the secondary user

    After this every time when the user logs in on Windows the task will be triggered changing the resolution automatically.

    I hope this information helps. If you have any questions, please let me know and I'll be glad to assist you further.

    Thanks, Robin.

    5 years ago, I would have worked through these instructions. But this this is a one time need, and not.worth the effort.

    <sigh>. Never ceases to amaze me how MS can take something that should be easy for the average user to do, and keep it complicates from years ago.

    0 comments No comments