Terminal Server Internals
Hello, my name is Danila Galimov and i will write here sometimes :-) My first post is about communications …
Hello, my name is Danila Galimov and i will write here sometimes :-) My first post is about communications …
Recently I needed to convert a C header file to Delphi which contained bitfields. Let’s take a look at a …
Several months ago I wrote about encrypting and decrypting RDP passwords. I left one thing open: encrypting …
In a previous article I wrote about changes in utildll in vista that breaked compatibality for Terminal …
I just wanted to show some of the progress that I made in development of TSAdminEx. I thought the best way …
If you develop an application for Terminal Server you might want to react on session events. This means that …
Several of Microsoft’s Terminal Server tools use undocumented API’s from Utildll.dll. For instance …
When an application is not Terminal Server aware (also known as a legacy application), Terminal Server makes …
I added some more undocumented API’s to my Jwawinsta unit, the unit is now becoming a collection of the …
A little while ago I wrote an article on launching a process in another Terminal Session …