The Dynamic IP Restrictions Extension for IIS provides IT Professionals and Hosters a configurable module that helps mitigate or block Denial of Service Attacks or cracking of passwords through brute-force by temporarily blocking Internet Protocol (IP) addresses of HTTP clients who follow a pattern that could be conducive to one of such attacks. This module […]
Tag: Windows
For those of you who understand the topic reference. Shame on you. Doing some digging on how this would work i came across the following help document from our friends over at Skype (now, Microsoft) on how to run multiple Skype clients on a single desktop session. The procedure was shockingly simple to do. From the Windows taskbar, […]
User Account Control kicks in when you try to run some applications (Administrative tools for example), you have to click UAC window. Or some times you simple want to run an application with high privileges and your lazy you don’t want to right click and select “Run as an Administrator” option. Here is the easy way. 1. On […]
Microsoft has released a critical update that addresses a Remote Desktop flaw that affects all versions of Windows. On top of that, the company anticipates an exploit to be developed by hackers. From Microsoft: “We urge you to promptly apply this security update. We also encourage you to consider how you might harden your environment […]
Disk usage in Windows
Windows does not have any in-built command(Like the Linux command du) which show the disk usage statistics for a directory. However, there’s a downloadable tools from SysInternals(now part of Microsoft) which can show us the disk usage numbers. Du.exe version 1.4 can be downloaded from the below link. http://technet.microsoft.com/en-us/sysinternals/bb896651 Find the disk usage of a directory […]
The application is called PsShutdown, and is downloadable for free: http://technet.microsoft.com/en-us/sysinternals/ PsShutdown is quite similar to “regular” shutdown – the former accepts the same parameters as the latter, but has various additional features, such as logging off users, locking the work station, and foremost: shutdown of the system when nobody’s logged in, or when the console is locked. Usage […]