Answers for "move taskbar to the top windows 11"

0

move taskbar to the top windows 11

1. Open Regedit. You can get there by typing "regedit" into the Run menu 
(Windows + R) or searching for "regedit." Say yes if prompted to confirm.

2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3.

3. Open the Settings key for Editing by double-clicking it.

4. Change the fifth value in the second row from "03" to "01." You can do this
by deleting the 03 and then typing 01. Click Ok.

5. If you are using multiple monitors and want the taskbars on those screens to 
also be on top, you should change the same values to 01 for all registry keys
in the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MMStuckRects3
folder. If you don't have multiple monitors, this folder won't exist.

6. Close Regedit.

7. Launch the command prompt in administrative mode. You can do that by 
searching for "cmd," right clicking the top result and selecting 
"Run as administrator." Click Yes if prompted to confirm.

8. Stop and restart the explorer.exe process by entering 
`taskkill /f /im explorer.exe` and hitting Enter followed by 
`start explorer.exe`.

9. done! At this point you should see your taskbar at the top of the Windows 11
Posted by: Guest on July-21-2021

Browse Popular Code Answers by Language