Quick Tip : Modifying INI files in C# and VB.Net
Currently I am doing a lot of start up scripts on a Citrix environment and a lot of it have to deal with Network device mapping, allocation of license keys for users and de-allocating them,...
View ArticleExecute Applications on Remote Systems
Running executable applications remotely is really simple as long as you know the credentials of the remote workstation you want to run it on. So how would you do that? Through the use of PsExec. So...
View ArticleRunning Applications on A Higher Priority
Did you notice when you run a certain application on a Higher Priority things are processed really quickly (this also depends on what application are you running) but take for example WinRar which is...
View ArticleAutomating Tasks in Visual Studio
Ever wondered how to automate tasks in Visual Studio such as auto fill forms, paste into multiple locations or even print all open documents? Well with the use of VS Marcros it will be possible and the...
View Article