Oliviaophia / SmartTaskbar

A lightweight utility which can automatically switch the display state of the Windows Taskbar.
MIT License
1.29k stars 74 forks source link

Number of features in the app from the Windows Store #49

Closed redview13 closed 2 years ago

redview13 commented 5 years ago

Bought the app in the Windows Store. Why is it less functional? In the examples I see more functionality ((

On my PC

You have examples

Oliviaophia commented 5 years ago

The UWP does not allow direct manipulation of the (real) registry, but currently I only know how to control the size of the taskbar icon through the registry.

https://stackoverflow.com/questions/34694059/read-write-registery-key-file-in-uwp

https://stackoverflow.com/questions/48899692/how-to-access-registry-key-in-a-uwp-app

App using Brokered Components will not pass certification.