Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, everyone

Is it possible to make a script using c# or any scripting language to display
ip address on windows login screen?

Thank you for your time, your help is greatly appreciated.
Posted

1 solution

Let's assume Windows 7...

If you read the logon screen section in this article[^], you will see where the background is located and how you can change/set it.

Now, you can use the startup script[^] to change / alter this image.

On the other hand you can use modern Windows Task Scheduler to schedule task on system startup. See here[^], but remember to choose as trigger startup instead of logon.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900