Ich möchte .exe
diesem Registrierungspfad ein Programm hinzufügen:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell
Ich habe diesen Code ausprobiert
@echo aus
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d notepad.exe /f
aber funktioniert nicht ... bitte helfen Sie mir.