How to move windows taskbar to top from bottom position

I am a front end developer, DSA solver
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
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.

go to HKEY_CURRENT_USER
go to Software > Microsoft
go to windows in Microsoft folder

go to current Version folder in windows folder

go to CurrentVersion>Explorer

go to Explorer>StuckRects3

edit settings

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

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

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


