[TUTORIAL] How to make simple "shutdown"

Status
Not open for further replies.

Avalkiz

Well-Known Member
Messages
3,001
Location
Poland
I think it was somewhere there already but I can't find it

1. Make new shortcut, in the patch enter : shutdown -s -t [time in seconds] -c "Message"
2. Right-click, properties, change icon to... folder for example
3. Rename the shortcut
4. Put it into autostart in your sister's computer...
 
Re: How to make simple "shutdown"

Zez told me this before a while ago, it's useful :T
btw it's easier if you add an example for pple, with the code tags :wink:
 
Re: How to make simple "shutdown"

Mave said:
Zez told me this before a while ago, it's useful :T
btw it's easier if you add an example for pple, with the code tags :wink:

Code:
shutdown -s -t 20 -c "This will shutdown the computer in 20 seconds."
 
Re: How to make simple "shutdown"

I just thought I would say this

To stop the shutdown, make a shortcut and make it

shutdown -a

(Shutdown Abort)

:tongue:
 
Re: How to make simple "shutdown"

Ha! Useful! My friend put the shutdown on my autostart earler and thought that is awesome joke. Later, i put the same file on his autostart. -t 1.
 
Re: How to make simple "shutdown"

LOL that makes it almost instant

you should have combined it with the fake virus creator xD
 
Re: How to make simple "shutdown"

I will try :biggrin:
But, how to delete this shit when put on autostart with -t 1? :O
 
Re: How to make simple "shutdown"

my school blocked this when i added it to a Computer room startup
 
Re: How to make simple "shutdown"

My school doesnt even let you right click, let alone make a shutdown shortcut.
 
Re: How to make simple "shutdown"

Shutdown Fix

Start>Run>Cmd>Shutdown -a
 
Re: How to make simple "shutdown"

Gpow, The right Click issue is PWND!

How to enable Right Click context menu on Windows XP and Windows 2000!
Manual Registry Hack

Open up regedit.exe through the start menu search or run box, and then browse down to the following key (create the key if it does not exist)

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

image

Create a new 32-bit DWORD value on the right-hand side named NoViewContextMenu with one of these values:

* Enable Context Menus: 0
* Disable Context Menus: 1

The change should be instant, whether enabling or disabling the context menus.

Note that this setting could also be set under HKEY_LOCAL_MACHINE as well, so you should check both places if this doesn't work.
 
Re: How to make simple "shutdown"

If they dont allow you to right-click, do you think that you can open regedit then? Iam 100% sure its blocked.
 
Re: How to make simple "shutdown"

Yeah, It is. Ive tried to open regedit, and soon after starting, I realized that both search and run are both disabled.
 
Re: How to make simple "shutdown"

phahahaha pwn3d :}
On my school computers they got easy as shit password to admin, I logg'd in and created Mr Quiggles acc which got admin rights :) It was there for a month! :O
 
Status
Not open for further replies.
Back
Top Bottom