23 - Windows Server 2012 How to Remote Shutdown Client Computer (Video in Khmer)
Learn how to remote shutdown client computer on Windows Server 2012 R2 step-by-step with video tutorial in Khmer and tips for beginners.
2026-09-15 ยท 3 min read
Hello my friend! Today I show you step-by-step how to Remote Shutdown Client Computer from Windows Server 2012 R2 inside VMware! Remote shutdown allows IT admins to turn off client PCs (like Windows 10/11) instantly across the network without leaving your desk! Follow steps below with video tutorial in Khmer! Let's get started!
๐ก Tip: Always include a warning message using
/c "message"switch so domain users have time to save open files before PC shuts down!
Watch Video Tutorial (Khmer)
Watch full step-by-step video tutorial below to see complete process in Khmer:
Step 1: Enable WinRM & Remote Permissions on Client PC
- On client PC (Windows 10/11), open Command Prompt (
cmd) as Administrator. - Enable Remote Management: type
winrm quickconfig> press Enter > typeYto confirm. - Grant permissions: type
net localgroup Administrators "NT AUTHORITY\SYSTEM" /add> press Enter.
๐ก Tip: Running
winrm quickconfigautomatically configures Windows Firewall rules to allow remote management commands!
Step 2: Run Remote Shutdown Command from Server
- Open Command Prompt (
cmd) as Administrator on Windows Server 2012 R2. - Run remote shutdown command:
shutdown /s /m \\Client-PC-Name /t 60 /c "Server maintenance in 1 minute. Please save your work!"(ReplaceClient-PC-Namewith target computer name, e.g.PC01) - Press Enter! Client PC displays warning message popup and turns off after 60 seconds!
๐ก Tip: Use
/rinstead of/sto restart remote PC! If you want to cancel pending remote shutdown, runshutdown /a /m \\Client-PC-Name!
Related Tutorials
- ๐ Windows Server 2012 Complete Tutorial Series (Video in Khmer)
- โฐ 08 - Windows Server 2012 Set Working Hour for Client Computer (Video in Khmer)
- โจ๏ธ 09 - Windows Server 2012 Join Domain using Command Line (Video in Khmer)
- ๐ซ 14 - Windows Server 2012 Disable All USB Port using GPO (Video in Khmer)
- ๐ง 25 - Windows Server 2012 Fix Problem Client Cannot Login to Server (Video in Khmer)
Hope this tutorial help you remote shutdown client computer from Windows Server 2012 R2 easily! Practice remote management commands today. Happy learning my friends! Sharing is caring!