Pre-sales questions and one tech question

Hi Stardock, a few pre-sales questions:

How many machines may I install WindowBlinds on? Am I able to install WindowBlinds on a Virtual Machine to design my theme with SkinStudio, then install WindowBlinds on my main machine?

Is there a trial for SkinStudio? I want to see what options it offers.

The WindowBlinds (and Curtains) user interface font is broken (too large - see screenshot). This is on a fresh install of Win 10 Pro or Enterprise 21H2. Is there a fix?

WindowBlinds and Curtains broken UI

Many thanks.

2,143 views 4 replies
Reply #1 Top

Hello,

Windowblinds come with 5 active installs. So, it possible to run on 5 system including VM's. Skinstudio should be available once you purchased Windowblinds.

On you technical question, what is the scalling applied on the Windows screen where the screenshot was taken? (100%, 200%)

Thanks
Basj,
Stardock Community Assistant.

Reply #2 Top

Hi basj, the scaling is 100% @ 96 dpi. Again, this is a brand new fresh install of any 21H2 version of Win10 (Home, Pro, Enterprise, LTSC, etc.).

Furthermore, the font scaling of the UI is broken whether a Stardock WindowBlinds theme or Curtains theme is applied or not.

Reply #3 Top

Don't see it on my system. Refer screenshot below. It is possible, you have somehow changed the system font and causing the button font to change and did not revert back to original size? Try applying default Windows system theme. Reboot and check again.

Thank you,

Basj,
Stardock Community Assistant

Reply #4 Top

Can confirm, aliasing SegoeUI to Tahoma in Win10 registry causes this behavior.

For reference:

Code: vbscript
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
  4. "Segoe UI (TrueType)"=""
  5. "Segoe UI Black (TrueType)"=""
  6. "Segoe UI Black Italic (TrueType)"=""
  7. "Segoe UI Bold (TrueType)"=""
  8. "Segoe UI Bold Italic (TrueType)"=""
  9. "Segoe UI Italic (TrueType)"=""
  10. "Segoe UI Light (TrueType)"=""
  11. "Segoe UI Light Italic (TrueType)"=""
  12. "Segoe UI Semibold (TrueType)"=""
  13. "Segoe UI Semibold Italic (TrueType)"=""
  14. "Segoe UI Semilight (TrueType)"=""
  15. "Segoe UI Semilight Italic (TrueType)"=""
  16.  
  17. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
  18. "MS Shell Dlg"="Microsoft Sans Serif"
  19. "MS Shell Dlg 2"="Tahoma"
  20. "Segoe UI"="Tahoma"