Skip to content
Back home
The home of William Rendell
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
  • Search
Back home
  • Search
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
Home » Technical » Computing » Change password on Windows using cmd
Computing Technical

Change password on Windows using cmd

by William Rendell|Published June 26, 2020

In a cmd prompt run the below command

net user username newpassword

if the username contains a space do the below

net user “user name” new password

If you want to remove the password try the below

net user username “”

  • password
  • Windows

You may also like

Published December 2, 2022

Block access to Facebook on Mikrotik

These are the domains to harvest IP addresses for; .facebook.com.fbcdn.net.facebook.net Add your local src IP Subnet to the rule below, then repeat […]

Published November 12, 2018

Send Mikrotik config via email

This script will export the config from your mikrotik router and email it to your email address. The scheduled time between exports […]

Published November 8, 2019

Mikrotik Script to calculate Average CPU Load & email notification

# Average CPU Load Notification.# This will email you once when average CPU Load reaches the set CPU Threshold value.# When average […]

Published November 19, 2020

SSH Notifications via email

IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]

Post navigation

  • Previous post SSH from one Mikrotik to another
  • Back to post list
  • Next post WiFi disconnects when an ethernet cable is connected.

© 2025  – All rights reserved

Powered by WP – Designed with the Customizr Theme