Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

How do I auto-hide taskbar in Windows 10 without activation?

Writer Mia Lopez

My Windows 10 is not activated. That is why I cannot auto-hide a taskbar :-( It is annoying because it covers the space I need and distracts my attention. Please, help me auto-hide the taskbar without activating my Windows. Do not suggest buying anything, please.


P.S. Windows 10x64 Pro, version 1703 (Build 15063.332).

enter image description here

3

2 Answers

Go to Start-- Type Regedit--Right click Run as Administrator

Go To Given Path

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3

Before You do Changes in RegEdit. Take Backup of Registry. File -- Export

You will Find Settings -- Right Click Modify the Binary Data.

By Default Second Line will have below value

enter image description here

Replace it with 03 from 02. Refer below image

enter image description here

Click OK and Close Registry Editor

After Control + Alt + Del -- Task Manager -- Restart Explorer.

9

Go here. (If key Explorer doesn't exist, create it):

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

Create DWORD value NoTaskGrouping(If not exist already)

NoTaskGrouping DWORD

If you don't want task buttons grouping, make it's value 1 and then restart Explorer

1