Softwares.blogspot.com
This blog is made on software and knowledge bases, you cant get enough knowledge and giet benifit from this
Saturday, 1 August 2015
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 problemFriday, 23 August 2013
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.
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.
Subscribe to:
Posts (Atom)