Showing posts with label Free downloads. Show all posts
Showing posts with label Free downloads. Show all posts



Glass CMD for Vista/Seven



A Small Compiled AutoIt Script that works in the background and enables aero on the background of any new cmd window

Virus Alert Issue: occurs because used UPX compression

How To Use :

1 - Open the exe file and it will sits in the tray

2 - Open any new cmd and aero will be applied on it

Labels: , , , , ,

Aero  Media Player

1. Full Aero Support

2. Task bar Buttons for stop , pause ,play and volume mute or mute off

3. Perfect Outer Glow of pause and play button just like Windows Media Player 12

4. Small size Application with compare to Windows Media Player.

5. It also shows preview of Album Art /Album Cover of song in taskbar thumbnail...(when you mouse over it`s thumbnail in taskbar)

6. Shows status of current media player in taskbar(means how many part of song is played)



Labels: , , , , ,

"Glass Notepad" is a standalone application for Windows Vista and 7 which provides full Glass interface. So if your graphics card supports Aero theme, you will definitely enjoy this nice application.



 It supports all basic Notepad functions and the Menus are almost same as Windows default Notepad. It should also work in earlier Windows versions like Windows XP.



Download     414kb

Labels: , , , , , ,

Yeah .. its True , you can set  Videos and animations as your desktop background .Download and Install DreamScene Activator. It is a freeware software .DreamScene is a feature that allows users to set any video in WMV/MPG format as the desktop wallpaper. This feature was  included in Windows Vista Ultimate Edition,Windows 7





Download and Run the  DreamScene Activator as Administrator. In case you get an unhandled exception error, simply click on Continue.



Next, click Enable DreamScene.



The Explorer will now restart and DreamScene will be enabled.

After the explorer has restarted, the user will be able to use DreamScene.



 This program supports .mpg & .wmv video formats.



right click on a video and Set as desktop background(Set as DreamScene). By right clicking on the desktop you can pause or play DreamScene!!



Labels: , , , , ,



ProcDump is a command-line utility that allows the technician to analyze and diagnose CPU spikes and hanging services. ProcDump also includes hung window and unhandled exception monitoring. The program will write a customized crash dump (.dmp file) based on the technician’s entered parameters. A great feature about ProcDump is that you can automatically set a specific CPU threshold for a process to hit before the program writes a dump file. This means that the program can run unattended and create a dump file at the exact time it causes problems or an abnormal spike.



Here’s an example: you notice on a client’s computer that the explorer.exe process spikes the CPU to 90 percent at random times throughout the day, and you’d like to create a few dumps to analyze the problem. Instead of sitting at the computer with task manager open waiting to see a CPU spike, you can enter the following command to create a dump file at three separate times when the CPU for explorer.exe is at or exceeds 90 percent, and then write the dump files to the c:\procdumps directory:

c:\procdump.exe -c 90 -n 3 explorer.exe c:\procdumps
The -c switch is the CPU threshold parameter. The -n switch tells ProcDump how many dump files to create.

You can get more granular in your parameter settings by adding how long a process spikes the CPU before creating a dump file. Example:

c:\procdump.exe -c 90 -s 5 -n 3 explorer.exe c:\procdumps
The -s switch tells ProcDump the length of time the service needs to spike the CPU at the threshold you configured before a dump is created.

Other interesting parameters include “-u” that treats CPU usage relative to a single core, and “-w” which will wait for a specific process to launch if it’s not running.

  

Download Links



Labels: ,