Skip to main content

Posts

Showing posts with the label windows

Kill non-responding Programs in Windows [Trick]

To kill non-responding or hung  or frozen applications, normally one opens the Task Manager, and right clicks on the process and selects End Task. But you can also create a desktop shortcut to kill such non-responding applications in a click. To do so, right click on an empty area on your desktop. Select New>Shortcut. In the first box of the Create Shortcut Wizard, type : taskkill.exe /f /fi “status eq not responding” Click Next. Name the shortcut  TaskKill. (or what ever you like) Click Finish. Then select an appropriate icon for it ! The shortcut uses the Taskkill command to identify and terminate application/s that are Not Responding. Or you could create a .bat file (right click desktop > New > Notepad) with the following matter: @echo off taskkill.exe /f /fi “status eq not responding” exit Save it as .bat file. and if you want to create a hot key for the .bat file then create a shortcot to it. In the shortcut properties, "Shortcut t...

Firefox 4 Final [Direct Download Links For Windows Linux and Mac]

Mozilla today announced the official release of Firefox 4 , the latest version of the organization's popular Internet browser, for Mac OS X, Windows, and Linux. With support for over 80 languages, Firefox 4 brings speed enhancements as well as a sleek new user interface, increased customizability, and new security and privacy features. Although you can download the Final version of the from Firefox official page but we are here to make things simpler for you. So Download the Firefox Final for you OS from the below provided direct download links. Download links for Firefox 4 Final: Windows 32bit - 64bit Mac Linux For All Other Languages

Google Chrome 10 Stable Final Release [Standalone Installer] [Full offline Installer]

Google Chrome 10.0.648.127 final version has just been released and it is now available for download for Windows, Mac, Linux, and Chrome Frame. Chrome 10 contains some really great improvements including: New version of V8 - Crankshaft - which greatly improves javascript performance New settings pages that open in a tab, rather than a dialog box Improved security with malware reporting and disabling outdated plugins by default Sandboxed Adobe Flash on Windows Password sync as part of Chrome Sync now enabled by default GPU Accelerated Video Background WebApps webNavigation extension API Read more about this release @ Official Google Chrome blog   Download it now from google.com/chrome or update to latest stable build directly from Chrome > Tools > About Google Chrome. If you want to install Google Chrome on multiple computers to save time and bandwidth, then you can consider downloading the standalone Full offline installer of Google Chrome 10.0 Stable usin...