Notepad Trick to Wish Good Day on Boot
Wish a Good day to anyone who logs in to your PC with their name. Open Notepad. Right Click > New > Text Doc...
https://www.computersprofessor.com/2016/06/notepad-trick-to-wish-good-day-on-boot.html
Wish a Good day to anyone who logs in to your PC with their name.
Open Notepad.
Right Click > New > Text Document
Copy and Paste below code in Notepad.
name=inputbox("What's your name?")
msgbox("Have a good day, ") + name
NOTE: You can Change Quoted Text according to yourself.
Save the file as 'Welcome.vbs' and Double click to Open it & Check if it is working or not.
Now Copy the 'Welcome.vbs' file and Paste it in Start-up folder if you want to see this script on boot.