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 August 27, 2021

Block TikTok using Mikrotik

/ip firewall filter add action=drop chain=forward dst-address-list=TikTok src-address=10.0.0.0/24 /ip firewall mangle add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d chain=prerouting content=.tiktok.com src-address=10.0.0.0/24 add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d […]

Test your ADSL line using the BT test account
Published March 11, 2010

Test your ADSL line using the BT test account

If you are unable to connect to ADSL using the login details provided by your ISP, then try the alternatives below to […]

Add Webmin to FirewallD
Published April 15, 2020

Add Webmin to FirewallD

The below will open tcp port 10000 on FirewallD to get access to webmin firewall-cmd –permanent –zone=public –add-port=10000/tcp A reload of FirwwallD […]

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 […]

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