Reading List of Desktop Names

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) :( :o :shock: :? :cool: :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: (wave) :ok: (nod)
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Reading List of Desktop Names

Re: Reading List of Desktop Names

Post by Patrick » 15.09.2010 23:06:00

:dex:

The desktop names are stored in the registry key HKEY_CURRENT_USER\Software\Dexpot as values called DesktopName 1, DesktopName 2, etc. The value DesktopZahl contains the number of desktops (in case you want to make it work dynamically for any desktop count).

If you use the portable version of Dexpot, you can find the same information in the file portable.ini located in the Dexpot folder.

Reading List of Desktop Names

Post by rfast10430 » 15.09.2010 02:26:32

Is there someplace (maybe an .ini file?) where the names of the desktops are stored? I'd like to read them with an AutoHotkey script and have them all displayed at the same time on whatever desktop is showing.

Top