Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
I would like to change the variable value based on if the system is desktop or server.can someone help me getting os information displayed in text box.
Thanks
Hariprasath
Hi Hari
If it is of use to you the system function ClientPlatform() will return and empty string if it is running in a desktop client otherwise if it running on the access point then it returns a string with browser details.
Regards
Adrian
What would be the output, if it reloads from QMC?
I see there is a function called GetRegistryString(path, key),
and the windows registry path is HKLM "SOFTWARE\Microsoft\Windows NT\CurrentVersion" "CurrentVersion"
can someone help me how to use this function?
Looks this Read Registry
Thanks, but i cant use macro. is there any post which tells how to use this function?
When i start search, I got this which is answered. I thought to share simply
Thank you all for suggesting the ideas, that was very helpful.
Happy to say, i have just found the solutions, example below:
LET vOS = GetRegistryString('HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion', 'ProductName');
Would you mine, Can you show the image what you getting?
Sorry, i cannot share the screenshot, but i can share you the output text.
use the below expression in text box:
=GetRegistryString('HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion', 'ProductName');
i got the below output text in textbox
Windows 7 Enterprise
Note: my operating system is Windows 7 Enterprise