on the network
Forum Thread: How to Shutdown Another Computer
- Hot
- Active
-
Forum Thread: Insta Health KetoSlim Daily Allowance RDA 0 Replies
2 hrs ago -
Forum Thread: www.prohealthpedia.com/Instaketo-Reviews/ 0 Replies
2 hrs ago -
Forum Thread: www.prohealthpedia.com/Trim-Pill-Keto/ 0 Replies
5 hrs ago -
Forum Thread: Keto Pure Slim an enough in your 0 Replies
5 hrs ago -
Forum Thread: Http://thesupplementcop.com/Instant-Keto/ 0 Replies
6 hrs ago -
Forum Thread: Symptoms Involve In Revolyn keto burn 0 Replies
7 hrs ago -
Forum Thread: Revolyn keto burn ometimes mistake 0 Replies
7 hrs ago -
Forum Thread: http://thesupplementcop.com/instant-keto/ 0 Replies
7 hrs ago -
Forum Thread: http://thesupplementcop.com/instant-keto/ 0 Replies
8 hrs ago -
Forum Thread: Trubodx Keto 0 Replies
9 hrs ago -
Forum Thread: I Want to Hack a Facebook Account. 9 Replies
19 hrs ago -
Forum Thread: How to Hack Router Password to Access Router Control Panel? 6 Replies
1 day ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 36 Replies
1 day ago -
Forum Thread: My Instagram Account Has Been Hacked 0 Replies
1 day ago -
Forum Thread: Deauth Tutorial? 5 Replies
2 days ago -
Forum Thread: Bruteforcing Social Media Passwords Using Python 0 Replies
2 days ago -
How to: Install Metasploit Framework on Android | Part #1 - in TermuX 78 Replies
3 days ago -
Forum Thread: Armitage Can't Show "Attack" Menu in Host 4 Replies
3 days ago -
Forum Thread: Mobile SSH Connection Refused 0 Replies
3 days ago -
Forum Thread: How I Can Hack Clash of Clans Game 10 Replies
3 days ago
-
How To: Spy on Traffic from a Smartphone with Wireshark
-
How To: Use Hash-Identifier to Determine Hash Types for Password Cracking
-
How To: Securely Sniff Wi-Fi Packets with Sniffglue
-
How To: Get Root with Metasploit's Local Exploit Suggester
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Crack Wi-Fi Passwords with Your Android Phone and Get Free Internet!
-
How To: Hack MacOS with Digispark Ducky Script Payloads
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
How To: Hack UnrealIRCd Using Python Socket Programming
-
How To: 4 Ways to Crack a Facebook Password & How to Protect Yourself from Them
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Crack Any Master Combination Lock in 8 Tries or Less Using This Calculator
-
How To: Top 10 Things to Do After Installing Kali Linux
-
How To: Hack Android Using Kali (Remotely)
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Quickly Gather Target Information with Metasploit Post Modules
-
Hacking Windows 10: How to Create an Undetectable Payload, Part 1 (Bypassing Antivirus Software)
-
How to Hack Wi-Fi: Get Anyone's Wi-Fi Password Without Cracking Using Wifiphisher
-
Hacking Windows 10: How to Dump NTLM Hashes & Crack Windows Passwords
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
5 Responses
A question mark goes a long way...
Power Button? Not sure I understand?
404 question not found
/Bytewiz
Hi Tuyishimire, this is an easy task to perform if you know the username and password of an account of your victim.
To see who is in your network you can type:
net view
And then a list will all the pc's will appear. It will be something like that:
SERVER NAME
\\PC1
\\PC2
\\USER-4182MA
Let's say that your victim's pc has two accounts created:
Username:Teacher
Password:admin
And the second account is for students:
Username:Student12
Password:student
Nou you will need to use the command net user to get acces to shutdown that specific pc.
net user \\(IP or Server name) /user:(Account name) (Password)
After you put that ip or server name, you will need to type in the account name you want to log in, in this example we will use the teacher account.
net user \\PC1 /user:Teacher admin
Now it should say that your command completed successfully.
Now you can use the shutdown command on that pc.
shutdown -s -f -m \\PC1 -t 0
And don't worry the teacher won't be able to find out even if he looks in event viewer.
Good luck friend.
If it's windows, just go to "network", find the PC, right click it, and activate admin shutdown.
Just couldnt leave you hanging...
from command prompt:
shutdown /s /f /m \\%computername% /t 00
Share Your Thoughts