Follow us on X (Twitter)  Like us on Facebook  Connect with us on LinkedIn  Subscribe to our YouTube Channel  Subscribe to our WhatsApp Group

Windows 10 SDK provides API, by which you can programmatically change the Start Screen background image for both Windows 10 PC and Windows 10 Mobile. The API is located under Windows.System.UserProfile namespace. Using the API you can build apps and provides user easy access to change the start screen.

 

In this post, we are going to discuss about the API and also going to build a small demo app. The code snippet has been shared at the end of the post.

Published by on under Tips | UWP

“Find my Device” – not a new thing on Windows Platform. It was already there in Windows Phone and now the giant company thought to include in Windows 10. If you are using any prior build of Windows 10 build 10565, you would not get this as it has been  recently added to build 10565 for Windows Insiders.

 

In this post, we are going to discuss on this new feature. Please note that, it’s still under development stage and introduced in latest build just to showcase what’s coming next.

Published by on under Tips | Win10Tips