https://www.cnet.com/news/five-reasons-to-get-a-4k-laptop-and-one-big-reason-to-stay-away/
If the menu of your program is too small then there is a way to tell Windows to fix the scaling for that program.
http://www.danantonielli.com/adobe-app-scaling-on-high-dpi-displays-fix/
I recently purchased a new Yoga 2 Pro with a gorgeous 3200 x 1800 display. My main purposes for this device was to do some heavy lifting on the the road with many of my professional applications. I was quickly discouraged when I first fired up Fireworks, Photoshop, Dreamweaver, and Illustrator to find that I needed a magnifying glass to see simple menu options.
There is the simple solution of downing the resolution to 1600 x 900 and changing the scaling to 100%, but you cut your gorgeous display down to a quarter of its previous glory…and that’s not the point.
SO! Rather than change a bunch of setting every time I needed to use a few apps by Adobe, I started to seek out a better solution without much luck.
Short answer: Adobe.
Long answer: When the apps load, Windows asks if the app is High DPI aware and these apps answer “yes”. Which is why you end up with an interface for ants.
Have the app tell Windows that it is not DPI aware and let it scale everything properly. (Granted, this is not the ideal solution, but it does make the apps usable again)
As always, make sure you backup your registry and tread lightly in this area. We are just going to add one line. This is VERY simple. Do not be intimidated.
For reference, here is a link to a Microsoft support file on the topic: http://support.microsoft.com/kb/912949/en-us
Now comes the fun part. You will just have to copy your manifest file to all of the application folders that you would like to change the scaling on. For example, Photoshop.exe is located at: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit) and I created a manifest file in text editor named photoshop.exe.manifest to place in that folder.

Here is a link to a txt file with the manifest code: manifest.txt
For Windows to use the external manifest file, you will have to change the name of the the file to the executable of the application.
Here are the files I created for my machine (Right-click and save to use on your machine):
Now place this file in the same directory as your executable. All of the ones listed above are are in pretty straight forward locations like C:\Program Files (x86)\Adobe or C:\Program Files\Adobe.
That is it! It should look great now. No need to reboot or change anything else.
Download .reg file (Right Click Save Link As..): ExternalManifestFile-REGISTRY-DanAntonielli.com.reg
Download example Manifest file (Right Click Save Link As..): fireworks.exe.manifest
UPDATE July 2015: This solution also works with Windows 10!
https://4sysops.com/archives/how-to-remove-the-store-app-in-windows-10/
https://gallery.technet.microsoft.com/scriptcenter/Remove-Windows-Store-Apps-a00ef4a4
——————-OR
https://www.laptopmag.com/articles/uninstall-restore-windows-10-builtin-apps
3D Builder: Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Alarms and Clock: Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Calculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Calendar and Mail: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Camera: Get-AppxPackage *windowscamera* | Remove-AppxPackage
Get Office: Get-AppxPackage *officehub* | Remove-AppxPackage
Get Skype: Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get Started: Get-AppxPackage *getstarted* | Remove-AppxPackage
Groove Music: Get-AppxPackage *zunemusic* | Remove-AppxPackage
Maps: Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Microsoft Solitaire Collection: Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Money: Get-AppxPackage *bingfinance* | Remove-AppxPackage
Movies & TV: Get-AppxPackage *zunevideo* | Remove-AppxPackage
News: Get-AppxPackage *bingnews* | Remove-AppxPackage
OneNote: Get-AppxPackage *onenote* | Remove-AppxPackage
People: Get-AppxPackage *people* | Remove-AppxPackage
Phone Companion: Get-AppxPackage *windowsphone* | Remove-AppxPackage
Photos: Get-AppxPackage *photos* | Remove-AppxPackage
Store: Get-AppxPackage *windowsstore* | Remove-AppxPackage
Sports: Get-AppxPackage *bingsports* | Remove-AppxPackage
Voice Recorder: Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Weather: Get-AppxPackage *bingweather* | Remove-AppxPackage
Xbox: Get-AppxPackage *xboxapp* | Remove-AppxPackage
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml
Where did the Control Panel go when you Right-Click the Start Menu.
https://betanews.com/2016/10/10/restore-windows-10-control-panel/
http://winaero.com/comment.php?comment.news.30