DD windows make the login attempt failed
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
if install by dd, use the password in dd image if install by iso, use the password you input
if install by dd, use the password in dd image if install by iso, use the password you input
Okay thanks
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?
no
okay thanks