8000 GitHub - loadingbadbeat/Windows_password_change
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

loadingbadbeat/Windows_password_change

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

@echo off setlocal enabledelayedexpansion

rem Prompt the user to enter the new password set /p "newpassword=Enter the new password: "

rem Use the "net user" command to change the password for the currently logged-in user net user "%USERNAME%" %newpassword%

rem Check if the password change was successful if %errorlevel% equ 0 ( echo Password for your account (%USERNAME%) has been changed successfully. ) else ( echo An error occurred while changing the password for your account (%USERNAME%). )

endlocal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0