how make a program to manage the PC

Victor Jo 1 Reputation point
2020-07-31T01:25:55.047+00:00

Hello.
I want to make a program to manage the PC. Like screensavers, active directories.

Q1. Only authorized users can use the PC.
The lock screen is displayed and the lock is unlocked online with the specified ID and PW.
When the usage time elapses, the screen returns to the lock screen.
Method 1-Always create a floating process at the top and keep the processor from dying-I don't know if this works

Q2. Function to return to the set state even if the user deletes the file.
-Restore solutions like Shadow Defender

I have no idea how to do it.
I'd love to tell you how to approach and useful methods.
do you have any idea?

uwp-probably not?
wpf-is it possible?
win32-Will it be possible, but will the time and difficulty rise?

Universal Windows Platform (UWP)
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,681 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Roy Li - MSFT 32,111 Reputation points Microsoft Vendor
    2020-07-31T03:11:40.087+00:00

    Hello,

    Welcome to Microsoft Q&A!

    UWP has a lockscreen namespace but it is used to create an app that acts as the lock screen, allowing greater user personalization. You can develop novel unlock gestures and animations, and also display custom information or appearances for people.

    For the second requirement, currently, UWP does not have such API could restore the files that have been deleted by the user.

    So UWP might not be able to meet your requirements.

    Thank you.

    1 person found this answer helpful.
    0 comments No comments