Skip to content

Penetration Testing Tools

  • Home
  • Data Forensics
  • Ethical Hacking
  • Mobile Hacking
  • Network Attacks
  • Vulnerability Assessment
  • Web AppSec
  • OSINT
  • Code Assessment
  • Malware Offense
  • IoT
  • Cryptography
  • Arsenal Lab
  • Hardware/Embedded
  • Malware Defense
  • Network Defense
  • Reverse Engineering
  • Smart Grid/Industrial Security
  • Home
  • Data Forensics
  • Ethical Hacking
  • Mobile Hacking
  • Network Attacks
  • Vulnerability Assessment
  • Web AppSec
  • OSINT
  • Code Assessment
  • Malware Offense
  • IoT
  • Cryptography
  • Arsenal Lab
  • Hardware/Embedded
  • Malware Defense
  • Network Defense
  • Reverse Engineering
  • Smart Grid/Industrial Security

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.

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
  • bypass validations

    Vulnerability Assessment / Web AppSec

    REcollapse: black-box regex fuzzing to bypass validations and discover normalizations in WebApps

    May 20, 2025

  • Obfuscation Detection

    Malware Defense / Reverse Engineering

    Obfuscation Detection: Detect obfuscated code and interesting code constructs

    April 21, 2025

  • Windows binaries

    Reverse Engineering

    WinDiff: allows browsing and comparing symbol and type information of Microsoft Windows binaries

    April 22, 2025

  • Mobile Reconnaissance Framework

    Mobile Hacking

    MORF: Mobile Reconnaissance Framework

    April 22, 2025

  • threat hunting

    Data Forensics / Network Defense

    Suzaku: A sigma-based threat hunting and fast forensics timeline generator for cloud logs

    April 22, 2025

  • 5G Amazon AMD Android Apple ARM Artificial intelligence Asus ChatGPT chrome Dell facebook Firefox Github google Google Chrome Huawei India Intel Lenovo LG Linux Linux Kernel MediaTek Meta Micron Microsoft microsoft edge Mozilla MSI Nvidia OpenAI Qualcomm Samsung SK Hynix Sony TSMC twitter ubuntu windows Windows 7 Windows 10 Windows 10X 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.

x