Missing disk performance in Task Managers performance tab
In Windows Server 2012 and 2012 R2, the performance tab in task manager does not include disk performance...
Reporting Server Error 1053: The service did not respond to the start or control request in a timely fashion
If you have problems starting Reporting Services, the problem may be that the service times out when trying...
Delete old files from commandline
To quickly run a command (like delete) on files older than X days in commandprompt: forfiles -p “C:\folder\Subfolder”...
Create a custom event with powershell
To create an event without eventcreate.exe, which is limited to EventID below 1000, you can use powershell. {...
Show hidden files in Mac OSX
Show hidden files Start a Terminal windows Type followinf commands: defaults write com.apple.Finder AppleShowAllFiles TRUE killall Finder Hide...
Check active queries in MS SQL
Here is an custom query for checking all running queries on an MS SQL server. the custom writing...
Usefull PowerShell commands
PowerShell is a powerfull tool when administrating Microsoft products and personally i like using Windows PowerShell ISE that...
Outlook 2013 on terminal server displays “configuring office 2013 64-bit components” at launch
When you run Outlook 2013 in a terminal server (aka Remote Desktop Session Host) you can experience that...
Remove Ask Toolbar Commandline
To remove the ask toolbar run the following line in a elevated command line window: MsiExec.exe /qn /X{86D4B82A-ABED-442A-BE86-96357B70F4FE}...