Windows Setup


Q: How can I change the desktop icons in Windows 10?

A. Run the command:
    rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0.


Q. How can I stop Windows from prompting me to change the password?

A. Run the command as an Administrator:
   
 wmic UserAccount set PasswordExpires=False