Showing posts with label Tips. Show all posts
Showing posts with label Tips. Show all posts
Friday, 18 January 2013
How to Use Google Search Via SMS in India
How To Get Your Android Phone All Notifications Right On Your Desktop Screen
Say, you are in office and working on your computer very deeply. In that time, you may like to keep your smartphone on silent mode to avoid the interruption. That’s a great decision to keep it while working, but what would you do when you need to act on a text, mail, even a call while you are sinking on works. Well, in this circumstance, you can’t ignore them completely because of the importance; therefore, you have to keep alert your smartphone to receive those items notifications. After all, if you get anonymous or telemarketing types of message, which is drawing your attention while working, then it would be an over-annoying moment at your work time.
However, these all are kinds of similar cases we face usually in our professional as well as personal life. Sometimes we conclude—that it would be great, if we would receive these all notifications straightly from smartphone to the desktop of our computer, and then respond them without even touching the device itself. Well, it’s not so defective though it would not be possible to complete somehow.
An open source application dubbed “DeskNotifier” would be able to do this by connecting your android smartphone notifications system to the notification system of your windows desktop over Wi-Fi or via data cable. It has developed by “XDA member greenday123” to make your working life easier and more comfortable. So let’s see how you can use this tool to shrink the interruption while working and to keep doing both your job and smartphone simultaneously.
How to use desknotifier to receive your android phone all notifications straightforward
to your Windows Desktop
Wednesday, 19 December 2012
Chat with Friends through ms dos Command Prompt
1) All you need is your friend's IP Address and your Command Prompt.
2) Open Notepad and write this code as it is.....!
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
3) Now save this as "Messenger.Bat".
4) Open Command Prompt.
5) Drag this file (.bat file) over to Command Prompt and press
Enter.
6) Now, type the IP Address of the computer you want to contact and press enter
7) Now all you need to do is type your message and press Enter.Start Chatting.......!
Share for anyone........................ ..
2) Open Notepad and write this code as it is.....!
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
3) Now save this as "Messenger.Bat".
4) Open Command Prompt.
5) Drag this file (.bat file) over to Command Prompt and press
Enter.
6) Now, type the IP Address of the computer you want to contact and press enter
7) Now all you need to do is type your message and press Enter.Start Chatting.......!
Share for anyone........................
Wednesday, 5 December 2012
bug in windows calculator
Many people think that this is a bug in windows calculator. This is really amazing for a layman. Just write 9 in calculator, then press the square root button and then subtract 3 from it. As per our calculation it should give zero. But it does not give. It gives some fractional value.
8 Google search tips
1. Google currency - convert any currency on Google anytime
Example# 1 USD=? Rs
2. Google definitions – Use Google as a online dictionary
Example# define:software
3. Google Weather - search weather of your location
Example# Weather New Delhi,India
4. Google Time - To see the time in many cities around the world
Example# time New Delhi
Example# 1 USD=? Rs
2. Google definitions – Use Google as a online dictionary
Example# define:software
3. Google Weather - search weather of your location
Example# Weather New Delhi,India
4. Google Time - To see the time in many cities around the world
Example# time New Delhi
Sunday, 2 December 2012
Hack the Administrator Password in Windows
In this post I will tell you guyz how to reset Windows administrator password (for Win 2000, XP, Vista and Win 7) at times when you forget it or when you want to gain access to a computer for which you do not know the password.
All of us have experienced a situation where in we need to gain access to a computer which is password protected or at times we may forget the administrator password without which it becomes impossible to login to the computer. So here is an excellent hack using which you can reset the password or make the password empty (remove the password) so that you can gain administrator access to the computer. You can do this with a small tool called Offline NT Password & Registry Editor. This utility works offline, that means you need to shut down your computer and boot off your using a floppy disk, CD or USB device (such as pen drive). The tool has the following features.
Sunday, 18 November 2012
Add Your Name (or) Application to right click Of My Computer
Caution ..
As it is related to Windows regisrty it can be dangerous
so,Try This at ur own risk
To write your name on right click application
please follow the steps:
1.Copy/Paste the following code in Notepad And then Save it as .reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Your Name Or Name of the Application"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"
2.Now edit it and then Type your name In
Eg:
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Rajesh"
3. If u want to get any application, once you click Your name or name of application
Then , Type the location Of the application Which u want to open In:
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"
For eg.C:\Program Files\Yahoo!\Messenger\messenger.exe
Thats It finally save it And then Run it .
------------------------------------------------------------
To add Application Control Panel
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"
To add Application Add/Remove
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command]
@="control appwiz.cpl"
To add Application Reboot
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command]
@="shutdown -r -f -t 5"
To add Application Shutdown
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command]
@="shutdown -s -f -t 5"
As it is related to Windows regisrty it can be dangerous
so,Try This at ur own risk
To write your name on right click application
please follow the steps:
1.Copy/Paste the following code in Notepad And then Save it as .reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Your Name Or Name of the Application"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"
2.Now edit it and then Type your name In
Eg:
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Rajesh"
3. If u want to get any application, once you click Your name or name of application
Then , Type the location Of the application Which u want to open In:
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"
For eg.C:\Program Files\Yahoo!\Messenger\messenger.exe
Thats It finally save it And then Run it .
------------------------------------------------------------
To add Application Control Panel
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"
To add Application Add/Remove
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command]
@="control appwiz.cpl"
To add Application Reboot
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command]
@="shutdown -r -f -t 5"
To add Application Shutdown
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command]
@="shutdown -s -f -t 5"
Wednesday, 14 November 2012
Decrease The Shutdown Time In Windows
Whenever you give the shutdown command in your Windows PC, it forwards the request to all the running services. It waits before it tells you if any of the service did not respond to the shutdown request (waits for 12 seconds in Windows 7 and 6 seconds in Windows 8). You can then force stop them or wait for them to respond. But if you have many services running, then 12 seconds for each service is much time to wait for.
Tuesday, 6 November 2012
How to disable User account in Windows 7
If there are multiple account exits in your system then you want disable Administrator account disable without deleting or removed user account the you can do it without loss data . when Administrator account will be disabled then it will not be show on log on screen .
Follow these steps to disable User account.....
1. Click on Start Button , then Right-click on My Computer and then Click on Manage .
Sunday, 28 October 2012
How to Close Open Ports
Trojans are backdoor programs that create a connection with the help of open ports many of us are suffering from Trojans.they are one of the dangerous weapon for hackers.
If a hacker install a Trojan on your computer then he can do anything with your computer while sitting to thousands of km far away from your computer.After a successful installation of Trojan hacker can use your computer as a Zombie computer and can do any kind of illegal work with your IP address Or even can able to delete your valuable data.
If a hacker install a Trojan on your computer then he can do anything with your computer while sitting to thousands of km far away from your computer.After a successful installation of Trojan hacker can use your computer as a Zombie computer and can do any kind of illegal work with your IP address Or even can able to delete your valuable data.
Thursday, 25 October 2012
How To Increase The Battery Life Of Your Laptop
Just recently I've given 3 reason why you should choose a laptop over a desktop. I also state that one of the biggest advantage over desktop is the ability to save energy but how can you save energy if your laptop remains a slave to your wall outlet because it cannot last longer than an hour? here are several means to make your laptops’ battery last longer.
1. Darken your screen
Your laptop screen is found to be the most power-hungry component of your laptop. Your laptop screen needs high amount of battery power to maintain it’s clear and luminous display. To preserve this power you can adjust it’s brightness to a low level.
Wednesday, 17 October 2012
Beware of Balance Transfer Trick
Hello everyone I am back with a new post " Beware of Balance Transfer Trick for Mobile . " Actually these days on every Page and on every Facebook group i saw one common thing People are making fool of innocent people by using some Balance Tranfer Trick .
Well here is one advice for all of you guys , Don't fall for any trick to get free sms or free unlimited gprs for one month . you might loose your money . Yes this is true . I saw so many Cases where people fell for this kind of trap and lost their mobile balance .
How it happens?
Well here is one advice for all of you guys , Don't fall for any trick to get free sms or free unlimited gprs for one month . you might loose your money . Yes this is true . I saw so many Cases where people fell for this kind of trap and lost their mobile balance .
How it happens?
Wednesday, 3 October 2012
How to become anonymous on Internet and access any block site
Hotspot Shield protects your entire web surfing session; securing your connection at both your home Internet network & Public Internet networks (both wired and wireless). Hotspot Shield protects your identity by ensuring that all web transactions (shopping, filling out forms, downloads) are secured through HTTPS. Hotspot Shield also makes you private online making your identity invisible to third party websites and ISP’s. Unless you choose to sign into a certain site, you will be anonymous for your entire web session with Hotspot Shield. We love the web because of the freedom that it creates to explore, organize, and communicate.
Hotspot Shield enables access to all information online, providing freedom to access all web content freely and securely. Secure your entire web session and ensure your privacy online; your passwords, credit card numbers, and all of your data is secured with Hotspot Shield. Standard antivirus software protects your computer, but not your web activities.
That's why Anchor Free is pleased to offer Hotspot Shield. Our application keeps your Internet connection secure, private, and anonymous.
Hotspot Shield enables access to all information online, providing freedom to access all web content freely and securely. Secure your entire web session and ensure your privacy online; your passwords, credit card numbers, and all of your data is secured with Hotspot Shield. Standard antivirus software protects your computer, but not your web activities.
That's why Anchor Free is pleased to offer Hotspot Shield. Our application keeps your Internet connection secure, private, and anonymous.
100% Security Through a VPN
Thursday, 30 August 2012
Enter a windows XP without entering the password in the log on screen
Here is a trick from which you can access any friends computer physically without entering there password on the log on screen.
This works only on WINDOW XP Operating Systems.
Start your Computer and wait for User Log In Screen to appear After Turning On the computer
This works only on WINDOW XP Operating Systems.
Start your Computer and wait for User Log In Screen to appear After Turning On the computer
Now Just Press the following Keys---> Alt+Ctrl Button and Two times Delete Button.
Wednesday, 29 August 2012
CREATE BOOTABLE WINDOW
USB: Requirements
Windows 7 or Vista ISO
Pen drive with 4GB+ (2 GB is sufficient for XP)
15 Minutes of free time
#WinToFlash Tool Procedure:
1. Insert your USB flash/pen drive to your system and backup all the data from the USB as
your USB drive will be formatted during the process.
2. Now download software WinToFlash tool (free). (FROM google)
3. Run the tool, and browse to your Windows 7, Vista, or XP
DVD files (make sure that your USB drive letter is correct).
4. Click Create button to begin the bootable USB process. Wait for few minutes to see the
bootable USB.
bootable USB.
5. That’s all!
Thursday, 23 August 2012
Ban/Disable Shutdowns : A trick to Play on Lamers
This is a
neat trick you can play on that lamer that has a huge ego, in this
section I teach you, how to disable the Shut Down option in the Shut
Down Dialog Box.
This trick involves editing the registry, so please make backups before u do this.
This trick involves editing the registry, so please make backups before u do this.
Now Open Notepad and Type this...
Tuesday, 21 August 2012
Some Key Board Tricks and FUN?
Keyboard Tricks
Alt Key + Calculator Number = Symbol.To create the ® symbol Alt + 0174 = ®
Alt Key + Number = Symbol
130 = é [accent over e ]
0176 = ° [degrees for Temperature]
0169 = © [Copyright]
0174 = ® [Registered Trademark]
0153 = ™ [Trade Mark]
155 = ¢ [cent sign]
156 = £ [Pound Sterling]
0165 = ¥ [Japanese Yen sign]
0128 = € [Euro symbol]
0190 = ¾
171 = ½
172 = ¼
Run Commands
START >> RUN
Accessibility Controls
access.cpl
access.cpl
Add Hardware Wizard
hdwwiz.cpl
hdwwiz.cpl
Add/Remove Programs
appwiz.cpl
appwiz.cpl
Administrative Tools
control.exe admintools
control.exe admintools
Automatic Updates
wuaucpl.cpl
wuaucpl.cpl
Bluetooth Transfer Wizard
fsquirt
fsquirt
Calculator
calc
calc
Certificate Managercertmgr.msc
Character Map
charmap
charmap
Check Disk Utility
chkdsk
chkdsk
Clipboard Viewer
clipbrd
clipbrd
Command Prompt
cmd
cmd
Component Services
dcomcnfg
dcomcnfg













