Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.
How do i make a vbs file automatically go to the next step?
I have my vbs file to open a message box that tells the user not to access this account again then when they click on something it shuts down the computer, after about a week this person started to drag the message box to the corner of the screen out of the way so it wouldnt shut down the computer, i want to make it where the message box will still close and continue like if a button was pressed but i dont know how
vinodh t
Is that your email address
1 Antwort
- vinodh tLv 4vor 10 JahrenBeste Antwort
set vi=createobject("wscript.shell")
a=msgbox("please dont use this account",16,"Warning by vinodh")
wscript.sleep 5000
vi.run("shutdown.exe -l ")
Quelle(n): this will do vishares@gmail.com