reinstall icon indicating copy to clipboard operation
reinstall copied to clipboard

DD windows make the login attempt failed

Open ndhet opened this issue 7 months ago • 5 comments

How do I create a correct DD image, because I get an error when I want to login to rdp, even though the password is correct, and I have also used .\administrator but I still can't login

thanks

ndhet avatar May 25 '25 03:05 ndhet

if install by dd, use the password in dd image if install by iso, use the password you input

bin456789 avatar May 25 '25 03:05 bin456789

if install by dd, use the password in dd image if install by iso, use the password you input

Okay thanks

ndhet avatar May 25 '25 05:05 ndhet

I have a code

@echo off

set BOT_TOKEN=1234567:AAEIrTlpjKgIV4wk8gUy4OrrzOzQlybsds0 set CHANNEL_ID=-11233442 set SEND=IDSEND set OS=WIND set NAMA=NAME set MESSAGE=Install completed, USER: %NAMA%, ID: %SEND%, OS: Win %OS%, Thanks For Using Tools

curl -s -X POST https://api.telegram.org/bot%BOT_TOKEN%/sendMessage -d chat_id=%CHANNEL_ID% -d text="%MESSAGE%" pause exit

how to execute it? if the OS installation is complete, a notification will be sent to Telegram

is it possible?

ndhet avatar May 25 '25 06:05 ndhet

no

bin456789 avatar May 25 '25 06:05 bin456789

okay thanks

ndhet avatar May 25 '25 07:05 ndhet