RAD Studio Tokyo 10.2(.2) Data Collection
Just a very quick note: I was just installing RAD Studio 10.2.2 when I noticed the installer has an Options …
Just a very quick note: I was just installing RAD Studio 10.2.2 when I noticed the installer has an Options …
I write most of my code in unmanaged languages such as Delphi and C/C++. Sometimes customers ask me to …
Sometimes you need to know the Process Id (PID) of a running service. Since Windows 2003 you can use the …
This morning Arjan Beijer sent me an interesting link to a youtube video about obtaining the Citrix IMA …
After figuring out how to encode and decode the Citrix passwords my next step for the upcoming Citrix Launcher …
Just read a tweet from @andyjmorgan about Interactive Service Detection. This made me remember that it's …
Today I was reusing some old (pre vista) code the retrieves the Logon SID that I wrote a few years ago. The …
Snippet below can be used to programmatically determine if User Account Control is enabled: objectpascal Copy …
In my SATA Controller Identification tool I was using the TSaveDialog (Delphi 2010) but I got a report that …
I just read an answer on StackOverflow with this code: objectpascal Copy Download var eu:DWORD; begin asm mov …