How to move windows taskbar to top from bottom position

How to move windows taskbar to top from bottom position

Table of contents

No heading

No headings in the article.

Few Developer and users want to see their taskbar to the top of the screen from bottom of the screen can do it using following steps.

First of all search for registry editor by typing in search bar registryEditor.png double click to open registry editor or press enter button to open the registry editor. it will ask for administrative purpose press yes to continue now you can see the registry editor as shown in below picture. HKEY_CURRENT_USER.png

go to HKEY_CURRENT_USER sotware.png go to Software > Microsoft microsoft.png go to windows in Microsoft folder Screenshot (35).png

go to current Version folder in windows folder currentVersion.png

go to CurrentVersion>Explorer explorer.png

go to Explorer>StuckRects3 StuckRects3.png

edit settings settings.png

Modify the 2nd key after FE into 01 from 03 to change it to top from bottom

TopToBottom.png

After modifying the settings in stuckRect3, Now open command prompt as administrator and type the following command to change / alter position of taskbar.

taskkill /f / im explorer.exe
start explorer.exe

Screenshot (46).png

Hurray You have successfully moved the taskbar from bottom to top in your windows operating system.