Posted On March 31, 2019

Two Useful Workstation Shortcuts for Non-Savvy Users

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Two Useful Workstation Shortcuts for Non-Savvy Users
Lockdown: %windir%\system32\rundll32.exe user32.dll,LockWorkStation
Shutdown: shutdown -s -m \\computername -t 7200

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Use Command Line to Configure iDrac Settings

Step 1: Install RacADM $computerlist=@' SERVER1 SERVER2 '@ $computernames=@($computerlist -split "`n")|%{$_.Trim()} $fileURL="https://dl.dell.com/FOLDER08543783M/1/DellEMC-iDRACTools-Web-WINX64-10.3.0.0-4945.exe" $expectedExecutable='racadm.exe' $expectedInstallPath='C:\Program Files\Dell\SysMgt\iDRACTools\racadm'…

Windows Server 2019 Remote Desktop Black Screen Problem

While there's no definite solution to this issue, here are some options to work around…

Update Root Hints on the DNS Server

You can use root hints to prepare servers that are authoritative for nonroot zones so…