Skip to content

Penetration Testing Tools

  • Home
  • Apple
  • Google
    • Android
  • Information Security
    • Cyber Security
    • Cybercriminals
    • Data Leak
    • Malware
    • Vulnerability
  • Linux
  • Microsoft
    • Windows
  • Open Source Tool
  • Technology
  • Home
  • Apple
  • Google
    • Android
  • Information Security
    • Cyber Security
    • Cybercriminals
    • Data Leak
    • Malware
    • Vulnerability
  • Linux
  • Microsoft
    • Windows
  • Open Source Tool
  • Technology

Penetration Testing Tools

  • Windows

Reset the local account password using PowerShell in Windows 10

by ddos · December 15, 2019

If you want to change a complex password due to a password leak, too easy to guess, or other reasons, in Windows 10, you can use the Control Panel, Command Prompt or even PowerShell to change/reset the local account password.
This post will show you how to change the local account password through PowerShell.
  1. Press Windows + X and select Windows PowerShell (Admin)
  2. Execute the following command to list all local accounts
    Get-LocalUser
  3. Execute the following command to create a new variable to store the password

    $Password = Read-Host “Enter the new password” -AsSecureString

  4. Execute the following command to use the new password for the specified local account:
    $UserAccount = Get-LocalUser -Name “dvsci”
    $UserAccount | Set-LocalUser -Password $Password
  5. After completing these steps, you may be possible to log in to your Windows 10 system with a new reset password after you log out.

Share

Tags: Reset local account passwordWindows 10

Follow:

  • Next story What is Secure Enhanced Linux (SELinux)?
  • Previous story Facebook may decide to cancel the integration of its messaging apps

Search

MAKE THE WEBSITE ONLINE

  • Popular Posts
  • Tags
  • Blind Eagle

    Cybercriminals

    Blind Eagle’s Expanding Cyber Campaigns: Five Clusters Targeting Colombia’s Government and Beyond

    August 29, 2025

  • NTP backdoor

    Open Source Tool

    Sandman: NTP based backdoor for red team engagements

    July 30, 2025

  • Tea App Breach

    Data Leak

    Tea App’s Second Breach: 1 Million+ Private Messages Exposed, Including Sensitive Discussions

    July 30, 2025

  • CISA D-Link Vulnerabilities PaperCut Vulnerability

    Vulnerability

    PaperCut NG/MF Vulnerability (CVE-2023-2533) Under Active Exploitation, Allows Remote Code Execution

    July 30, 2025

  • GNU C Library

    Linux

    Glibc 2.42 Released: New Features, Intel CPU Detection & SFrame Support for Linux

    July 31, 2025

  • AI AMD Android Apple ARM Artificial intelligence Asus ChatGPT chrome cryptocurrency cyberattack cybercrime cybersecurity data breach facebook Firefox Github google Google Chrome Huawei Intel LG Linux Linux Kernel malware MediaTek Microsoft microsoft edge Nvidia OpenAI open source phishing privacy Qualcomm ransomware RCE Samsung Social Engineering Sony TSMC vulnerability windows Windows 10 Windows 11 Xbox




Reward

Brilliantly

SAFE!

meterpreter.org

Content & Links

Verified by Sur.ly

2022

  • Home
  • About Us
  • Contact Us
  • DMCA NOTICE
  • Privacy Policy

Penetration Testing Tools © 2025. All Rights Reserved.