About 50 results
Open links in new tab
  1. How can I put the computer to sleep from Command Prompt/Run menu?

    The command rundll32.exe powrprof.dll,SetSuspendState 0,1,0 for sleep is correct - however, it will hibernate instead of sleep if you don't turn the hibernation off. Here's how to do that: Go to the Start …

  2. How do I connect to a network share via the Windows Command …

    Oct 7, 2009 · 46 If you don't to map a network drive with net use you can access a UNC Path directly from the Command Prompt using pushd. For example: pushd \\server\share This will create a …

  3. How can I determine the OS of a remote computer?

    Aug 15, 2011 · 5 Systeminfo command shows os name and service pack number. you can run this command on the remote computer using psexec. Source: Find Windows Version from command line

  4. command line - How to check Internet browsing history through cmd …

    Aug 9, 2017 · I would like to check a machine's Internet browsing history and I would like to do this from the the command line or PowerShell. Are there any Windows commands or tools for doing this?

  5. How to get domain name in Windows using command?

    Mar 1, 2022 · I need a similar command to Linux' domainname on Windows without using any third-party application. Is there such a command?

  6. How to find the IP of a network printer from command line

    Feb 9, 2019 · 3 Most of the network printers uses IPv4. Open command prompt and run, ipconfig to know your IP address, then check your address resolution protocols to see connected devices by …

  7. cmd.exe - CMD prompt window pops up and instantly disappears ...

    Jun 16, 2021 · Windows 10 - Every 10 minutes or so, a command line window flashes on my computer. I'm afraid I may have been infected by something. I've been staring at the Task Manager (and …

  8. How to change a Windows username using the command prompt?

    I'm a Windows 7 user i used to change the username from the control panel. But I would like to know how to change it using the CLI not the GUI I have searched alot but didn't find the answer or it ...

  9. Get list of installed applications from Windows command line

    Oct 10, 2013 · I once saw a guy run a command and got a list of all installed applications on his computer. How do I do this? I would like a list of my currently installed applications. I believe he used …

  10. How can I send a notification to a Windows 10 computer from the …

    Feb 17, 2017 · Both computers run Windows 10, and are on the same network. I'm looking to receive the notifications from both computers in the action centre on my main computer. Is there a command …