Saved Bookmarks
| 1. |
Solve : how TO Automatically click "ENTER" twice to delete admin password? |
|
Answer» MY CODE in the notepad:: regedit /s Autoadminlogonz.reg regedit /s Forceguestz.reg regedit /s msgz.reg c: netsh.exe firewall set opmode mode=enable profile=all @echo off color F echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!DON't FORGET!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "PLEASE CLICK "ENTER" TWICE TO DELETE ADMIN PASSWORD " NET user Administrator * At the beginning, I already set the admin password in the another BAT file for my computer. LATER, I want to click manually "ENTER" twice to delete the admin password after clicking the BAT file. BUT, I don't want to manually click "ENTER" twice to delete it. WHAT MS-DOS command i can write to AUTOMATICALLY "ENTER" twice to delete it??? Double Post. Topic Closed. |
|