coolcat50
Apr 4 2008, 08:24 PM
Ok, this tutorial is designed to teach you how to remotely shutdown a Windows computer on a Local Area Network. I have not been able to test this on wireless and successfully do it, but it will work on computers connected to a LAN. Well here is how to do it. 1.Open Command Prompt on the computer you wish to shutdown from. Press Win + R and type in cmd or command. 2.Type in ipconfig on the computer you wish to shut down. If you know the IP address of the computer you wish to shutdown go to Step 4. 3.Get the IP address from the computer. 4.Go to the computer you wish to shutdown from. 5.Type in the following command. shutdown -m \\IP HERE -t TIME IN SECONDS HERE -c MESSAGE HERE -s
If you see a box on the computer you wish to shutdown you did it successfully. To abort simply type in: shutdown -m \\IP HERE -a
Congrats on remotely shutting down your computer.
Comment/Reply (w/o sign-up)
r0b-dog
Apr 5 2008, 03:39 AM
thats quite interesting.. have you tried it before? coolcat50? i heard of it but never even tried it yet..
Comment/Reply (w/o sign-up)
coolcat50
Apr 5 2008, 05:02 PM
Yes. I have actually tested this. This is actually can be used to exploit a security hole in my school system's network. They obviously didn't know how easy it would be to get all the computer names and use this command.
Comment/Reply (w/o sign-up)
ouamar
Apr 5 2008, 06:52 PM
thank you for this good work  you are the best
Comment/Reply (w/o sign-up)
EngrJayze
Apr 6 2008, 02:22 AM
thank you for this.. will be useful on my schools computer network.. btw have you tried this over the internet? i mean have you managed to shutdown other computers that are not part of the local network?
Comment/Reply (w/o sign-up)
coolcat50
Apr 6 2008, 08:33 PM
Sorry, I have only successfully shutdown local computers. I think it won't let you do it through the Internet, because that would be a huge security hole.
Comment/Reply (w/o sign-up)
fffanatics
Apr 6 2008, 09:40 PM
If you dont know the ip address of a computer and are on a windows network, you can also use the Computer Management console. To do this you will need to be an administrator on the network / computer. To get there, go to programs, administrative tools and right click on management console. Select run as and enter the credentials of the administrator. If you look on the left side of the management console, it will say local computer. Just right click on that and select "connect to another computer". Enter the computer name or ip address and it will bring it up in the console. This will allow you to start, stop and restart services as well as restart and shutdown computers remotely. They have numerous options about restarting remotely as in only restart if the computer is idle, etc.
Comment/Reply (w/o sign-up)
(G)
Dec 12 2008, 08:28 AM
how to shutdown lan computers
Remote Shutdown
Shutdown -m \\IP HERE -t TIME IN SECONDS HERE -c MESSAGE HERE -s
When I use this command it said "access denied"
Comment/Reply (w/o sign-up)
Forte
Dec 18 2008, 03:37 AM
Chances are you weren't logged in as an administrator on the computer you were trying to perform the operation from. Command Prompt has various things that are disallowed on certain level accounts, and I don't doubt that remote shutdown is one of them.
Comment/Reply (w/o sign-up)
RandB
Dec 24 2008, 05:34 PM
This requires tweaking in vista but it works eventually xD Very nice for turning peoples computers off if they annoy you on MSN accumpanied with a netstat. Theres a batch file that does it also but it cant be stopped which may be good for school (if your network admin are stupid and allow .bat (like mine)).
Comment/Reply (w/o sign-up)
Ash-Bash
Sep 11 2009, 05:59 PM
 I love doing this on my school network when I take in my mac book  . It is very fun to do as the school have total crap protection and don't know how to block commands like that over the network etc...
Comment/Reply (w/o sign-up)
SpiderVV
Sep 11 2009, 01:56 PM
Holy *****! Great think to trick my friends! I'm sure they'll fall for it
Comment/Reply (w/o sign-up)
SkyRunner
Sep 11 2009, 12:47 PM
Well... I know a way to call the Blue Screen of Death (Windows' blue screen with an error on it, guess you've all seen it), it doesn't provide any names like shutting down does, so it can be done in class without any worries, so here is how it's done: 1. Start -> Run -> Write cmd or command and press Enter. 2. Write \\ PC-NAME\ Folder\CON\CON and press Enter. (or it can be written in the Run window) Where: - PC-NAME is the remote PC you want cause this screen to appear. - Folder a shared folder on that computer But there's one but: it might not work in Windows 2000 and later versions. You can try something interesting too, every version of Windows has a file called autoexec.bat on the system drive (C: usually), by adding a couple of lines in it, you can prevent others from running Windows unless they press Ctrl + C (batch break command), here are those lines, add them in the begining, I'll comment each one after the '#': @echo off #turns off message displaying, unless you write echo message to display the message:loop #creates a label, will be used later echo Error: Fatal system error (code: 0x00fb43) #displays the error message (you can use this one, I didn't copyright it ;-) ) pause #pauses and asks for a key to be pressed goto loop #goes back to the loop label You only need to add the text marked with bold, enjoy! And remember, only Ctrl + C can stop it, so it can be used as some sort of password to prevent "wrong" people from using the computer.
Comment/Reply (w/o sign-up)
Spurious
Aug 24 2009, 09:13 PM
Thank-you for the tutorial much appreciated! QUOTE haha. at my school the admins disabled .bats but they think that we don't know how to make a bat file out of a txt document.... one time a kid had shutdown one lab of computers by doing that and the admins freaked out. it was very funny There is an easy way to get around .bat without an RM error. I will post a tutorial soon. When we was at school we called them technicians. But things have changed  .
Comment/Reply (w/o sign-up)
FruitRocks
Aug 24 2009, 06:12 PM
QUOTE (RandB @ Dec 24 2008, 06:34 PM)  This requires tweaking in vista but it works eventually xD Very nice for turning peoples computers off if they annoy you on MSN accumpanied with a netstat. Theres a batch file that does it also but it cant be stopped which may be good for school (if your network admin are stupid and allow .bat (like mine)). haha. at my school the admins disabled .bats but they think that we don't know how to make a bat file out of a txt document.... one time a kid had shutdown one lab of computers by doing that and the admins freaked out. it was very funny
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : remote, shutdown, windows, computers
- Rfi (remote File Inclusion) What Is It? How Do I Stop It?
Another website security tutorial (0)
Shadow_x21 Tutorial Includes: Remote Shutdown
and Local Shutdown (8) Shadow_x21 Tutorial : Remote and Local Shutdowns Shadow_x21 To Remote Shutdown A Computer.
Used to shutdown a computer on the same network. Like at school open notepad or a simple text
editor( not microsoft word) or you can use the command prompt type @echo off cls shutdown -m
\\Computername -s -t 120 -c "Comment Goes Here" Explanation: @echo off : means that the code
you typed below @echo off will not be displayed to the user cls : will clear the screen
shutdown : represents shutdown.exe or the shutdown method -m : represents a remote shutdo....
Reclaim Control Over Your Windows-based Pc
Part 1 (2) QUOTE Important This tutorial contains steps that tell you how to modify the registry.
However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure
that you follow these steps carefully. For added protection, back up the registry before you modify
it. Then, you can restore the registry if a problem occurs. For more information about how to back
up and restore the registry, click the following article number to view the article in the Microsoft
Knowledge Base: 322756 How to back up and restore the registry in Windows ....
How To Disable Flashing In Windows Freecell
note: for XP (0) Just a hack I've made in the past. I think I disabled the Game Over pop-up sometime as well,
except I didn't write it down anywhere. Disable Flashing in FreeCell Windows FreeCell
flashes the window whenever your available moves is equal to one. If you find the flashing annoying
like me, this hack will banish it to the dark realms. (Wikipedia says Vista FreeCell doesn't
flash the screen anymore!) The guide: We only need one download to get this working: Any
generic hex editor (I'll use xvi32). Download is here: http://www.handshake....
How To Control Other Users’ Privileges (microsoft Windows Steadystate 2.5)
(1) Recently Microsoft has developed a program that makes user control easier. The program is called
Windows SteadyState 2.5 and it needs a genuine version of windows. System Requirements
• Supported Operating Systems: Windows Vista Enterprise; Windows Vista Home Premium; Windows
Vista Ultimate Windows XP Professional, Windows XP Home Edition, Windows XP Tablet PC Edition with
Windows XP Service Pack 2 (SP2) installed or Service Pack 3 (SP3) installed, Windows Vista Business,
Windows Vista Home Basic, Windows Vista Starter, or Windows Vista with Servi....
Get Back Lots Of Disk Space
Windows XP/Vista MCE (Media Centre Edition) (7) So, some of you might know about this already but, anyways... The other day I was trying to install
a game but did not have the necessary disk space, so I deleted files that I will not use, and other
files that I do not need... I compressed some files that I might use later in the future... And just
doing that got me back around two to three gigabytes of free hard disk space... But that's not
enough, the game needed 6 gigabytes of free disk space! So what did I do next? I ran CCleaner... It
took a while yes, but soon it free'd another 2 gigabytes... ARRGH! Sti....
Increase Internet Bandwidth In Windows Xp
(10) Windows XP reservers 20 percent of the Internet bandwidth for QoS ( Quality of Service). This is
unnecessary and can be disabled. By disabling this you get a boost in the Bandwith. Follow the
following steps: * Select Start > Run and enter gpedit.msc to Open the Group Ploicy Editor.
* In the left-hand column in the window, navigate to Computer Configuration > Administrative
Templates > Network > QoS Packet Scheduler * In the right column double-click on Limit
reservable bandwidth and select Enabled . * Change the Bandwidth Limit to 0 and click OK. N....
How To Hide Your Important Files And Folders
In Ms. Windows, Without Using Programmes. (7) Most of people share their computers with others -family, mates, buddy or whoever- and that sharing
threatens their secrets and private file to be revealed, letting some people to know things they
shouldn't know.. My Securing Way: Operation - Camouflage Use an Icon
Editor to generate a 1x1 Transparent Icon and Save it .. > 1 Open CMD.. Start >> Run or Press
WindowsLogo+R.. Lets Say you wanna hide a Folder named " secure " and it's located in
E:\folder\ so Write E: and Press Enter then Write Cd folder and Enter then Attrib +s +h....
How To Backup And Restore Windows Registry
(0) The Registry has to be one of the least understood aspects of the Windows operating system family. A
wrong entry in the Registry can potentially wreak havoc on the system.To understand the Registry is
to get to the heart of controlling and modifying your Windows system. If you know what you are
doing, you can turn your machine into a lean performance machine, customize and personalize its
appearance, and get complete control over nearly every aspect of how Windows XP behaves. It is
always recommended that you take a backup of the Registry before proceeding with an edit,....
Make Windows Xp Look Like Vista
It works. Really. (6) I know that Vista came out a long time ago, and that most of you already have it, but for the people
who don't, here's a tutorial on how to make your Windows XP look like Vista, with Aero Glass
transparency, the Vista Start Menu, 3D Flip, and more. NOTE: This only works on Windows XP, NOT on
Windows 2000 or Win 9x. Warning: I am not responsible for anything that happens to your computer
from doing the things explained in this tutorial. The steps should be done in order. Download
and Install StyleXP StyleXP is a program that you can use to add Themes and....
Internet Connection Sharing With Xbox 360 And A Laptop
For Windows XP (possibly Vista) (23) Alright, I just found out about this very recently on my quest to get a wireless adapter for my Xbox
360. You can use the wireless connection from your laptop as an internet connection for the 360.
I'm putting this up because I had a lot of trouble with the DNS portion of this and no one has
posted up the way that I found to do it, so here I go. Supplies: Laptop connected to internet Xbox
360 Ethernet Cable (comes with Xbox, can use any other though) 1. First, have your xbox turned on.
Also have your PC on, since this next part is all with the computer. This will....
Uninstalling Windows Vista
HOW TO while Dual booting with XP (7) If u have only Windows Vista installed just format the partition usually C: to uninstall. But if
you are dual booting with Windows XP then Backup important data Put your Windows XP CD in the
drive & boot from that drive Don't go ahead with the install but instead Start the Recovery
Console You will be asked to log in to Windows XP with Administrative privileges Enter fixboot
on the command prompt Enter fixmbr on the command prompt Format the Windows Vista partition
The steps are necessary because Windows Vista ships with a new Boot Loader I am assu....
Start Multiple Programs With One Shortcut
Windows XP (25) Welcome to my turoial on how to start multiple programs using one shortcut. You may probably be
wondering how this is possible. Well this tutorial will use a language from MS-DOS called batch. I
am not sure whether it is "language", but I do know that it is a way to program for MS-DOS. Batch is
simply a way to run several MS-DOS commands with just one command. All batch files are run through
Command Prompt, but they can be accessed with shortcuts also. Here are a few requirements for this
tutorial. Requirements Windows XP (I tested this on XP, but it should work on m....
How To Hack Windows Pinball!
A tut on how to change your score on Windows Pinball (27) This is my first tutorial and my first post so i hope you like it! First of all to be able to
hack windows pinball you will need the Cheat Engine available from
http://www.cheatengine.org/CheatEngine53.exe . After installing the program open it up and skip the
inbuilt tutorial unless you want to do it. First play Windows pinball for a bit to get a good score
(just use one ball) then click in this icon in the top left-hand corner of the cheat engine. Now
you should see a list of programs running at the moment, scroll down to find the file PINBALL.exe
which is Window....
Reducing Windows Vista Start Menu Programs Response Time.
How to do it. (4) If you have been using Microsoft Windows Vista for quite some time, you would have noticed that
installing a number of programs/softwares into your computer considerably slows down the response
time of your start menu program folder, sometimes up to one second or more before the programs
listed in a particular start menu folder is displayed. Worst of all, if you are trying to launch a
program from you start menu which is within another start menu prrograms folder. Well, I have found
a way to bypass this very annoying thing in Windows Vista. I have about 98 start menu en....
Giving Important Programs Priority
Alloacating more resorces with Windows XP (2) If you want to allocate more resources to an important program you are running do the following: 1)
press ctrl+alt+delete 2) select the "processes" tab 3) find the program you are using and
right-click on it 4) on the drop down bar that appears scroll over "select priority" 5) select
"high" (CAUTION DO NOT SELECT "REALTIME" AS THIS MAY IMBALANCE YOUR SYSTEM) 6) A warning will
appear, click yes If you follow these easy steps you will find that whatever program you have done
this to should run faster and more efficiently. However, this is something that must be done each....
Disabling Safe Boot On Windows Xp
Learn how to do it (3) I know that there has been many at times, when for some reason or the other, people would want to
disable the ability of Windows XP to boot into safe mode. Even though that this is not a very thing
advisable thing to do, but still, people, due to some reasons best known to them would always want
to do this. The other day, a friend of mine who works in (manages is the right word) a cyber cafe
was heads over toes, trying to figure out to to disable the safe mode boot in Windows XP. His
reason..... customers are hacking into their computers and browsing free of charge by b....
Rename The Ms Windows Recycle Bin
(Tested on Windows XP). (9) I realize there is another topic in this section about the recycle bin, but it doesn't mention
how to rename the recycle bin. Like most other tasks of this nature, accomplishing this will require
modifying the windows registry. First, open the registry editing tool "regedit" by clicking on
Start, Run then typing in "regedit" before pressing OK. Screenshot:
http://img525.imageshack.us/img525/8230/01ay6.jpg In the regedit program you will see a simple
looking program with a tree structure control in the left side (displays the setting categories) and
a panel at the....
Remote Access To Your Wireless Router...
A simple How-To (4) Warning, a little background knowledge is needed.. not much though ^-^ There is a
way that you can use remote access to your wireless router... in fact your whole home network for
free with no software downloading or anything. Quite a few wireless routers I've come across
(h**ked) can be configured for remote access, you just set the password and the port for the remote
access. To get to the router, you would type in it's local address. There should be a load of
settings for you to manipulate, although the router will be password protected. y....
Memory Trick To Speedup Windows Xp
(29) Here is one of the not so known method for free-up the RAM to make the Windows run faster. When
programs run in Windows XP, they frequently use what are called DLLs (Dynamic-Link Libraries). These
contain shared programming instructions and other files like icons, graphics, sounds, etc. that
different applications use in order to run. DLLs are stored in RAM whenever the applications load
them; when you quit a program, XP is supposed to release the DLL from memory. But some DLLs can get
stuck. Here is the method to mend this up. Step 1: You can force Windows XP to re....
Installing Php + Mysql + Apache + Phpmyadmin On Windows Part 2
Continue the last section which is installing phpMyadmin (0) QUOTE phpMyAdmin lets you control you MySQL database from a web browser. Steps: 1. If you
haven't done so already, download the phpMyAdmin Database Manager - You can download the
software from the phpMyAdmin website. Be sure to download the phpMyAdmin-2.6.2-pl1.zip file. Save
the file on your Windows Desktop. ... ... ... Go to for more info. Post Copied. Member
Banned ....
Remote Shutdown
(7) Hey everyone heres a tutorial on how to shutdown a computer remotley from another desktop, but they
have to be on the same lan. Any ways this is great for using at school to shutdown other kids and or
teachers computers and give yourself a laugh. here is the code that you type in Ms_DOS for
windows. If your school has blocked that feature download the command prompt toolbar: shutdown -s
-f -m \\IPOFOTHERCOMPUTER t- 00 just change the ipofothercomputer to the actual ip adress of the
other computer. You can do much other stuff like restart it but the syntax is below. ....
Changing Default Windows Desktop Theme
(13) How To Pimp Out Your Desktop SECTION 1 As most people know, the default Windows XP desktop is
pretty dull and boring. The thought of having a field and a crayola taskbar is sickening to me.
Although some may like it. Today I'm going to show you how to use unsigned visual styles, docks,
and other gadgets on your desktop. And it's only gonna take a few steps. The first step is to
downlaod the uxtheme.dll hack. Uxtheme.dll is a file in the System32 folder that will only allow you
to use visual styles made by Microsoft. By hacking this we will be able to use wh....
A Tutorial On How To Change Your Window's Screen Name's Icon
(0) Have you ever wondered why you hae a fruity duck next to your name when you sign on to windows
(at the windows welcome screen)? Have you ever wanted to get rid of that fruity duck? Well if
you have and dont know how, this tutorial is for you! 1) Go to Start 2) Go to Controll Panel
3) Find and Go To User Accounts or for others 4) Then down at the bottom look again for
User Accounts, below "Or Pick A Controll Panel Icon" and click on it 5) Somthing Like this
should have poped up 6) Click on Change My Picture 7) From there you can selec....
Podcasting For The Absolute Newb
simple, works on windows, mac and linux (5) Ok, so I found out about podcasting on iTunes, and I fell in love with it. It was probably the
coolest thing ever to happen. Now it's a big thing, and anyone can do it. This will cover just
the basics of using MP3 file, tagging them, and uploading them in a directory on a web server with
dircaster installed. If you want to get advanced I reccomend getting a book on it. This is only the
basics, because I am running a windows computer at the time, and you can only have enhanced
podcasting in mac at the time of me writing this... Let's get started. First things fir....
Boosting Your Computers Speed!
Using msconfig (30) UPDATED VERSION : I know there are other totorials about this, but they were lacking the key
features that could be used with msconfig. In this tutorial I will show you how to manually boost
your computers overall performance and boost-speed NOTE : This could cause damage to your computer
or failure to boot if done improperly so plz listen closely ! First off start at the destop of
your computer. Click Start>Run. http://img.photobucket.com/albums/v620/tom...torials/yo1.jpg
This should Bring up a bar where you can enter in commands to bring up the windows....
Disable 'turn Off System Restore' In Windows Xp
Useful for computer administrators (6) This method will stop people from disabling System Restore. 1. Go to Run (Start->Run) 2. Type
gpedit.msc and click Enter 3. On the left in the Computer Configuration go to Administrative
Templates then System then System Restore. 4. Double click on the Turn off System Restore on the
screen on the right and choose Enable. Check if it's working. Go to System Properties (Control
Panel -> System) and to tab System Restore The 'Turn off System Restore' should be now
'unclickable' ....
Hidden Quotes In Windows Xp
(15) Well there are so many things we are not explored yet.i posted this in many forums.here is one copy
for trap17 peoples. there is a secret file in Windows XP called "quotes". In order to get there you
must be somewhat familiar with how to use Windows, simply open up My Computer (explorer) and double
click on your main drive (probably C next navigate to: C:\WINDOWS\SYSTEM32\DRIVERS\etc This is where
the quotes file is. Open the file named quotes in your favorite text editor (notepad, MS Word,
Emacs:p ) then look at the quotes put there by the MS developers! **note: I use....
Make Windows Xp Look Like The Mac Interface
You need at least 512MB RAM for this to be functional (39) Windows starting to bore you like an old girlfriend? (Please, have a sense of humour /wink.gif'
border='0' style='vertical-align:middle' alt='wink.gif' /> ) No worries - here's how to get
your PC looking just like a Mac! Download these babies and put the oomph back in your PC experience
/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> Program #1: iTunes URL:
http://www.apple.com/itunes/ Music player. Classic clean lines in minimalist iPod fashion. Drool
(after you download it /wink.gif' border='0' style='vertical-align:middle' alt....
How To Change The Windows Xp Shell.
(25) What is the Windows xp shell? The term shell reffers to the graphical user interface (gui) i.e the
desktop and the task bar, basically explorer.exe (the default windows shell). Where can I find a
replacment shell? The best place to start is with some shell information sites, I would recommend
Shell-Shocked , Try these: Litestep Xoblite (Blackbox) Geoshell I would personally
recommend Litestep. now you have a shell heres how to manually set the default shell in windows xp
Changing the default shell (all users): 1) open regedit (start menu > run, and type i....
Looking for remote, shutdown, windows, computers
|
Searching Video's for remote, shutdown, windows, computers
See Also,
|
advertisement
|
|