command line - How to launch Windows' RegEdit with certain path? - Stack Overflow

command line - How to launch Windows' RegEdit with certain path? - Stack Overflow

瀏覽:805
日期:2025-05-31
Copy the below text and save it as a batch file and run @ECHO OFF SET /P showkey=Please enter the path of the registry key: REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit" /v "LastKey" /d "%showkey%" /f sta...看更多