Wednesday, 16 April 2014
07:38
Thursday, 1 August 2013
09:50
ALL Information about CPU in one software
CPU-Z is a freeware utility that gathers information on some of the main devices of your system.
ALL CPU Processor info.
ALL Graphics info.
ALL CPU Processor info.
ALL Memory info.
ALL Graphics info.
CPU
- Model Name and number.
- Core stepping and process.
- Package.
- Core voltage.
- Internal and external clocks, clock multiplier.
- Supported instructions sets.
- All cache levels (location, size, speed, technology).
- memory information.
- Graphics info.
Mainboard
- Vendor, model and revision.
- BIOS model and date.
- Chipset (northbridge and southbridge) and sensor.
- Graphic interface.
Memory
- Frequency and timings.
- Module(s) specification using SPD (Serial Presence Detect) : vendor, serial number, timings table.
Download CPU-Z File as under:
Tuesday, 23 July 2013
06:45
Adobe Photoshop 7.0 free Download with serial key 100%
Adobe Photoshop 7.0 software, the professional image-editing standard, helps you work more efficiently, explore new creative options, and produce the highest quality images for print, the Web, and anywhere else. Create exceptional imagery with easier access to file data; streamlined Web design; FASTER, professional-quality photo retouching; and more.adobe distiller 7.0 Adobe Photoshop 7.0 helps you stay competitive with innovative tools that deliver new ways to express your creativity and work efficiently. With Photoshop 7.0, you can more easily produce exceptional imagery for print, the Web, wireless devices, and other media. Photoshop 7.0 rounds out its comprehensive toolset with new capabilities to meet any creative or production demand and to handle the widest variety of image-editing tasks in the most efficient way. With enhanced Web features, you can instantly make Web page elements transparent simply by knocking out one or more colors; create dithered transparencies; manage Web page rollovers and animations; and create more sophisticated Web rollovers. Powerful new tools help you explore your creativity without limits so you can more easily meet the Multimedia demands of today's market. Simulate traditional painting techniques (including pastels and charcoal) with dry and wet brush effects and much more..
Download file as under:
Monday, 22 July 2013
Saturday, 20 July 2013
23:05
Some Cool Tricks For Notepad
1.Making a Matricks Effect in CMD.
OPEN NOTEPAD AND PASTE DOWN THE BELOW CODE IN IT. SAVE IT AS matrix.bat .
OPEN IT AND NOW YOU CAN SEE MATRIX EFFECT..
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
2.Timer Shutdown
OPEN NOTEPAD AND PASTE DOWN THE BELOW CODE IN IT. SAVE IT AS 123.bat .
OPEN IT AND NOW YOU CAN SEE MAGIC.
shutdown -s -t 60
60 Means(1 MIN) SECOND ANY Second change and save as. LIKE..
120 (2 MIN)
1800(HALF HOUR)
3600(1 HOUR)
3.CD-DVD Drive Pop-Up Virus
OPEN NOTEPAD AND PASTE DOWN THE BELOW CODE IN IT. SAVE IT AS virus.vbs .
OPEN IT AND NOW YOU CAN SEE VIRUS.
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
STOP FOR VIRUS RESTART YOU PC.
4.Simple way For Text to Voice Conversion
OPEN NOTEPAD AND PASTE DOWN THE BELOW CODE IN IT. SAVE IT AS 123.vbs .
OPEN IT AND NOW YOU CAN SEE MAGIC.
Dim msg, sapi
msg=InputBox("Hello","Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
SEE THE MESSAGE AND TYPE YOUR OWN WORD AND OK.
Subscribe to:
Posts (Atom)