Tuesday, 10 September 2013

Keylogger

Aradmax keylogger

                   This software is very important software which i have ever used in my life,Because from this software you can put your eyes on your wife,childrens, husbands,girlfriend,Boyfriend anyone who is a part of your life..If you think they cheat you and you want to know their personal things,you want to know that what they are doing on computer or with whom they chat.What they are surfing on internet,Which sites are used on your computer.Today the world is most talented ,every one is intelligent in computer they might delete their history after using computer so you will not caught them what they...This Aradmax keylogger is only a software who will provide a security on your computer from this u can easily keep eye on family.This software capture computer screen and save all the words which you typed..For example your Girl friend has chat on facebook with another one after logging her out just go and open this Aradmax keyloger and see the caputring screen and also see the words which she typed..Mostly this software used for remoting the computer.No doubt this can hack the victms Id and pasword by keystrokes..every key strokes will send on you email.This software is also used for hacking purpose but its illegal.So i am not responsible for any problem 

Friday, 23 August 2013

Safari 5.1.7




Description:
Safari 5.1.7 for Windows contains improvements to performance, stability, compatibility, and security, including changes that Improve the browser's responsiveness when the system is low on memory and Fix an issue that could affect websites using forms to authenticate users.

Monday, 19 August 2013

NET Framework 4.5

Download

Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2000 the first beta versions of .NET 1.0 were released.[1]
Version 3.0 of the .NET Framework is included with Windows Server 2008 and Windows Vista. Version 3.5 is included withWindows 7, and can also be installed on Windows XP and the Windows Server 2003 family of operating systems.[2] On 12 April 2010, .NET Framework 4 was released alongside Visual Studio 2010.
The .NET Framework family also includes two versions for mobile or embedded device use. A reduced version of the framework, the.NET Compact Framework, is available on Windows CE platforms, including Windows Mobile devices such as smartphones. Additionally, the .NET Micro Framework is targeted at severely resource-constrained devices.

Sunday, 18 August 2013

Winrar


Download


WinRAR, one of the most popular file compression tools for windows users, is a basic PC application of compression and decompression for all formats of data (files, music, videos, folders, etc.). With WinRAR, the users can reduce the size of documents and upload documents with less time. It can run on almost any versions of Windows, from Windows 95 to Win 7. Besides, it has great compatibility that supports most of file compression formats, such as RAR, 7Z, ACE, ARJ, BZ2, CAB, GZ, ISO, JAR, LZH, TAR and so on. They are the file compression formats that are most frequently-used. WinRAR can set up multiple self-extracting Zip files, which many other similar products do not support.
Admittedly, WinRAR is slightly slower in compressing files when compared with the similar products but its compressibility is almost the best among them, which means that the files produced by WinRAR is obviously much smaller. Besides, it is able to restore documents if some errors were occurred even when they are heavily and physically damaged.

Google tricks

MAKE FUNNY GOOGLE
GOOGLE IS ALSO A GAME SEE....
Google Gravity
The force of gravity is non-existent in cyber space. Google gravity makes you realize how Google would have been if gravity had been effective on the internet as well. Just type Google gravity in the search bar and press the I'm feeling lucky button. This will take you to the Google gravity page which, at first look, might appear to be the Google homepage itself. Wait for a few seconds and you will realize why this Chrome experiment is called Google gravity. Although the website lists it as a Chrome experiment, it works on Mozilla Firefox as well, although it does not work on IE8 and previous versions of IE.

Google Sphere
Want to see images on Google dance in circular motion? Google sphere is the phrase for that. This phrase will take you to the Google sphere Chrome experiment. Google sphere is a modified version of Image search that adds a bit of fun to your regular search. This Chrome experiment, just like the previous one, works on Chrome, Firefox and IE9.

Epic Google 
Epic Google will take you to a growing version of Google that will continue to increase in size until it becomes too large to read.

Enable Pirate language in Google
Remember the Facebook Pirate language trick? Google too has their own pirate version to compete with that of Facebook's. Just use the Google Pirate phrase or directly head over to Google Pirate.

Google Rainbow
This phrase will take you to a Google search homepage in which each element changes its color rapidly to create the rainbow effect. The search result page obtained for queries is very annoying too as it contains a very loud color combination of red, blue and green. 

Annoying Google
Want to get annoyed while searching on Google? This one is for you. This phrase will take you to a Google search homepage with each word having alternate capital and small letters making everything a bit too hard to read.

2204355 
Are you already familiar with the age old internet prank called rick-rolling and want to discover something new? Chicken rolling is for you. Try this new way of trapping unsuspecting internet users by typing the code 2204355 in the Google search box and hitting the "Lucky button."

LOL Limewire 
Type in LOL Limewire in Google and you will be taken to a .swf file claiming that you are a pirate and telling you to "do what you want cause a pirate is free." Funny!

Find Chuck Norris
This one is for all fans of Chuck Norris jokes. We all know that you don't find Chuck Norris, he finds you. The find Chuck Norris phrase proves the fact further.

Who is the cutest?
Want to know who is the cutest person in the world? Just use this phrase. This one will definitely make you smile.

Most of these websites are not owned by Google. They were created independently to achieve these effects.




Shortkeys

Short keys to shudown your and others computer





Initial Steps
1) Press Windows Key + R.
2) Enter CMD and press Enter.

This will start the command prompt. Follow the instructions below depending on what you want to do.

Shutdown Local Machine (Your Computer)
Type "shutdown -s" without the quotes in the command prompt and press Enter. Shutdown is the command being executed and the switch -s tells the computer to shutdown.

Restart your Local Computer
Type "shutdown -r" in the command prompt and press Enter. In this case, the command switch -r is telling the computer to restart after shutdown.

Log Off the Current User
Type "shutdown -l" in the command prompt and press Enter. The -l command switch tells the computer to log off.

Shutdown a Remote Computer
Type "shutdown -s -m \\name of the computer" in the command prompt and press Enter. Replace \\name of the computer with the actual name of the remote computer you are trying to shutdown. As mentioned earlier, you must have administrative access to the computer you are trying to shutdown. To know if you have administrative access, press Windows key + R and then type the name of the computer and press Enter.

Note: If you don't remember the name of the remote computer, you can look for it by opening a list of all the computers you are connected to by executing "net view" in command prompt.

If you can connect to the computer, you will be asked to login with your username and password. Upon entering them, a window will display the list of all the directories available to you. This should help you know whether you can or cannot shutdown the remote computer.

Hibernate a Local Computer
Type in "Rundll32.exe Powrprof.dll,SetSuspendState" without the quotes and press Enter. Your computer should hibernate, if it does not, then you must enable hibernation to do this.

Shutdown your or a remote computer after a specific time
Type "shutdown -s -t 60" to shutdown your computer after 60 seconds. Upon executing this, a countdown timer displaying a warning message will be shown. This command uses the -t command switch followed by a variable (which is 60 in this case) which represents the number of seconds after which the computer will shutdown.

Display a Message containing the reason for shutdown
Type shutdown -s  -t 500 -c "I am tired. I don't want to work anymore." (with the quotes) in the Command Prompt and press Enter. The -c switch is used in the code to give the reason for shutting down and what is followed in quotes will be displayed in the dialog box as the reason. This can be used to display all sorts of funny messages. One example :-

Skynet has become self aware. Darpan Kumar did not stop me. You can not use your PC anymore.

Stop a System Shutdown
Type "shutdown -a" and press Enter. This will stop the system from shutting down if the countdown to shut down has not reached 0.

Tips and Tricks to use

Hello
This knowledge is very intersting specially computer lovers and students must use these tricks
Today we are going totroduce about Tips and Tricks whcih are mostly used by you but by some difficulties.We are going to show easy ways for usings computer.
And some funny tricks to confuse peoples..I hope u can enjoy this


1.Harmless funny virus

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.

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

Now you can change your procesor name
Steps :-
1.  Open Notepad.
2.  Copy and paste the exact code given below:-

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0]
"ProcessorNameString"="My Processor name 50000MHz"
To change the processor name, edit the part of the code given in blue. Also understand that \0 in the above code should only be present if Windows store your processor name at that location. Please open Registry Editor and navigate to the above mentioned keys to check whether or not to include the \0.

3.  Click on File Menu, click on Save As and select "All Types" in Save as Type option. Save the file as ProcessorNameChange.reg or *.reg.
4.  Create a new shortcut on your desktop. Enter regedit / S "Location of the .reg file" as the location of the item. For example, enter regedit /S "C:\Processor Name.reg" if your registry file is located in the root of C:\ drive.



5.   Copy the created Shortcut file.
6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista. Also remember that AppData is a hidden folder.)  if C: is your System drive.
7.  Paste the copied file.


This registry file would now execute each time when Windows starts and the Processor Name String would be modified each time. So, even upon restarting your computer, you will see that the changed processor name is permanent.

How to change facebook colour
equirement: The basic requirement for this to work is to have Mozilla Firefox or Google Chrome as your browser.

Steps to achieve this: If you use Google Chrome, click here. Mozilla Firefox users should carry out the following steps to successfully change Facebook theme.

Open Mozilla Firefox and install 'Stylish' addon.
Follow the basic steps to install the addon.
Restart Firefox after successfully installing the Stylish addon.
Login to your Facebook Account and click on the small 'S' button in your Firefox status bar.
Click on "Find Styles for this Site" to open a new tab with free themes to use for Facebook.
Click on any theme and a preview will be shown.
If everything is fine in the previewed theme, click on "Install with Stylish" button at the top right corner of the page.
A dialog box will open.
Click on Install in the dialog box.

Steps for Google Chrome
Install Stylish for Chrome from the Chrome Web Store.
Navigate to Facebook.com and click on the S button.
Click on "Find Styles for this Site" to open a new tab with free themes to use for Facebook.
Click on any theme and a preview will be shown.
If everything is fine in the previewed theme, click on "Install with Stylish" button at the top right corner of the page.

Yours keyboard automatically type

Make Your Keyboard Type (Any) Message Continuously-VBS Trick

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is darpan kumar.enterd in your computer ."
loop

Make a personal dairy on notebook
(Easter Eggs)


Notepad Diary
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.

No one can delete your folder.how?

Make Undeletable, Unrenamable Folders

Have you ever wondered how you can make a folder which neither can be deleted nor be renamed. Well, if you have, then you have come to the right place. With this trick, you will be able to create folders in Windows which cannot be renamed or deleted.

Basic Concept
The basic concept behind this trick is the use of Keywords. Keywords are reserved words in any programming language that cannot be used as names of variables. Windows also uses certain keywords in its programming. Some of them are con, aux, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8 and lpt9.



A Test
To test this concept, make a new folder in Windows and try to give it a name same as any keyword suggested above.

Result
Windows will not rename your folder to any of the keyword given above.

Trick
So the question arises, how can we make a folder with a keyword as its name? The solution to this problem is included in Windows itself. As we know that Windows has evolved from D.O.S.(Disk Operating System), its commands can be used in Windows. You can use D.O.S. Programming in Windows to create a folder with a keyword as its name using the steps given below:-

Click on Start.
Click on Run. Type in "cmd" without quotes.
In the Command Prompt Window that opens, type the name of the drive you wish to create your folder in the format <drive-name>: and press Enter. e.g. If you wish to create the undeletable folder in D drive, type "D:" without the quotes. Note that the folder cannot be created in the root of C:/ drive (if C: is your system drive).
Type this command- "md con\" or "md lpt1\" without the quotes and press Enter. You can choose any of the keywords given above as the name of your folder.

Now Windows will create an undeletable, unrenamable folder in the drive you entered in Step 3. However the folder can be renamed to another keyword using Windows Explorer.

Deleting the Folder 

Although it is not possible to manually delete the folder, you can delete the folder by typing "rd con\" or "rd lpt1\" in Step 4 instead of "md con\" or "md lpt1\". 

Do you want to make your keyboard disco?

To make your own live disco, follow the steps given below:-

1. Open Notepad.
2. Copy paste the exact code given below:-

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as Disco.vbs or "*.vbs".

Matrix are falling
Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat. 

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

now your computer will start by your name

To use this trick, follow the instructions given below:-

Click on Start. Navigate to All Programs, Accessories and Notepad.
Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
     3.  Replace Username with your own name. 
     4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
     5.  Copy the saved file. 
     6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
     7.  Paste the file.
Now when the next time you start your computer, Windows will welcome you in its own computerized voice. 

Note: For best results, it is recommended to change sound scheme to No Sounds.
You can change the sound scheme to No Sounds by following the steps given below:-
Go to Control Panel.
Then click on Switch to Classic View.
Then Click on Sounds and Audio Devices.
Then Click on the Sounds Tab.
Select No Sounds from the Sound Scheme option.
If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
Click on OK.


Try it yourself to see how it works. In my personal opinin, this is an excellent trick. Whenever I start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have.

Make your pc faster

  if your pC is Slow,,,, Then don't wOrry,,, Open NotepaD & Type

   FREEMEM=SPACE(64000000)
   Save it as ram.vbs
    nOw Open it & Clean up The ram 

Your computer can speak
Open Notepad.
Copy and paste the exact code given below.
          Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message
    3. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
    4.  Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.

Troubleshoot problems

If some part of Windows 7 is behaving strangely, and you don't know why, then click Control Panel > Find and fix problems (or 'Troubleshooting') to access the new troubleshooting packs. These are simple wizards that will resolve common problems, check your settings, clean up your system and more.

 Startup repair

If you've downloaded Windows 7 (and even if you haven't) it's a good idea to create a system repair disc straight away in case you run into problems booting the OS later on. Click Start > Maintenance > Create a System Repair Disc, and let Windows 7 build a bootable emergency disc. If the worst does happen then it could be the only way to get your PC running again.

 Take control

Tired of the kids installing dubious software or running applications you'd rather they left alone? AppLocker is a new Windows 7 feature that ensures users can only run the programs you specify. Don't worry, that's easier to set up than it sounds: you can create a rule to allow everything signed by a particular publisher, so choose Microsoft, say, and that one rule will let you run all signed Microsoft applications. Launch GPEDIT.MSC and go to Computer Configuration > Windows Settings > Security Settings > Application Control Policies > AppLocker to get a feel for how this works.

Understanding System Restore

Using System Restore in previous versions of Windows has been something of a gamble. There's no way of telling which applications or drivers it might affect - you just have to try it and see.
Windows 7 is different. Right-click Computer, select Properties > System Protection > System Restore > Next, and choose the restore point you'd like to use. Click the new button to 'Scan for affected programs' and Windows will tell you which (if any) programs and drivers will be deleted or recovered by selecting this restore point. (Read our full Windows 7 System Restore tutorial.)

How To Syncs Photos Of Facebook Friends With Contacts In Microsoft Outlook

outsync is a free Windows application that syncs photos of your Facebook friends with matching contacts in Microsoft Outlook. It allows you to select which contacts are updated. So you can update all contacts at once or just a few at a time.




Software Deployment
Knowledge Base Software, by Novo Solutions can be used in a variety of in-house and external application settings.  Our easy-to-use software is an ideal solution for small or Knowledge Base Softwarelarge organizations who need a central repository to store information for Customer Support, Company Intranet, Employee Training, Document Management and more.

softwares

Helo guys this is Darpan kumar today we are offering you this site for your help from this u can download any software which u want






Description
:
Windows 8 is the current release of the Windows operating system, produced by Microsoft for use on personal computers, including home and business desktops, laptops, tablets, and home theater PCs. Development of Windows 8 started before the release of its predecessor in 2009. Its existence was first announced at CES 2011, and followed by the release of three pre-release versions from September 2011 to May 2012. The operating system was released to manufacturing on August 1, 2012, and was released for general availability on October 26, 2012.