Skip to main content

Posts

Showing posts from July, 2012

Kill Crashed Applications

Part 1:  This registry tweak allows Windows to find and kill a crashed application faster. Navigate to HKEY_CURRENT_USER\ Control Panel\ Desktop and add or edit the string HungAppTimeout to a Value of your choice between 1000-5000 for optimum results. Default setting is 5000 milliseconds. Part 2:  This tweak allows Windows to automatically kill the crashed or hung application without you having to wait. In the same path as part 1, find or create the key AutoEndTasks and set the value to 1. Part 3: This tweak allows you to still auto close the application is it has crashed, but allows the application some time to ’fix’ itself, for instance, when loading. Again, found in the same directory, find or create the value called WaitToKillAppTimeout, and enter a value in milliseconds.

Make Your Computer Speak When you Log On

Lets Do It: Open Notepad Paste the bellow code in Np Dim speaks, speech speaks="Welcome Back, Username" Set speech=CreateObject("sapi.spvoice") speech.Speak speaks Replace Username with your Name Click Save As and save as type Welcome.vbs Copy File Welcome.vbs and paste it in bellow address                                                   Windows-7 C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup   *Replace Username with your username and C:\ with your Root Drive                                                  Windows-Xp C:\Documents and Settings\All Users\Start Menu\Programs\Startup

Bulk Convert Multiple Excel Files [XLSX to XLS]

If you’re having lot of excel files in .xlsx format and you need to convert all those into .xls formats without opening each file one by one, here is a perfect solution. Make your own  excel converter  using the below steps. Open Notepad and copy the below code. Set objExcel = CreateObject("Excel.Application")  Set objWorkbook = objExcel.Workbooks.Open(Wscript.Arguments(0))  objExcel.Application.Visible = False  objExcel.Application.DisplayAlerts = False  objExcel.ActiveWorkbook.SaveAs Wscript.Arguments(1), 56  objExcel.ActiveWorkbook.Close  objExcel.Application.DisplayAlerts = True  objExcel.Application.Quit  WScript.Quit Save the file as xlsconvert.vbs (Please save it as .vbs file and not .txt file) Related:  Password protect Microsoft Excel files Now call this batch file using the following command. E:convertxlsconvert.vbs “E:convertinput.xlsx” “E:convertoutput.xls” Note: In the above command, please change the folder path as necessary. After convertin

Death Racing v1.02 Android Game apk Download

Recommended device requirements: Requires Android : 2.1 and up Challenge the extreme of speed and distance! Fast paced 3D racing game and easy to get started Unlock most fantastic cars by skillful plays, and challenge the extreme of speed and distance! Enjoy the feeling of speed and power, need for more speed and power by this car racing Complete bounty missions and earn honorable achievements; Enjoy beautiful views along roads, bridges, seashore and more; Explore the autumn and winter sceneries of the town. All glories come to you via a single finger! Simple Controls: * Tilt to turn * Touch to accelerate Strategies: * Keep accelerating to multiply scores. The number on top right is the KEY * Beware of indicators. Other vehicles might turn left or right. Make your way through traffic * Unlock more advanced cars to gain extra lives. Screen Shots: Download Now For Free