Archives
-
Decrease Malware Infections Using Software Restriction Policies (SRP) to Strip Administrative Privileges from Internet-Facing Applications
This information applies to Windows XP only. It is NOT valid for Windows Vista or Windows 7 I know that many organizations do not put restrictions on their users’ computers. The users are often given full administrative privileges on their workstations, which means that they can not only mess around with all the settings [...]
-
C# .NET – UI Threading Example
This is the simplest way to execute work in a separate thread and have it report back to the UI thread When you’re creating a Windows Form Application using Visual C# 2008, there are some tricky threading issues that need to be dealt with in order to keep your application running smoothly. Specifically, you have [...]