Forum Discussion

Francisco_Caldito's avatar
Francisco_Caldito
Copper Contributor
Jun 29, 2022

Windows 11 Home Lock (Kiosk or similar)

Hi everyone!

 

I have a Windows 11 Home, and I need to create a VERY restricted user.

  • I don't want let him install anything. Not only in Program Files (this is easy, as it promps for Admin rights), but also in Local User (AppData)
  • I don't want let him change Windows configuration (desktop, browsers...)

I have read about windows native solutions, like settin up an account in Kiosk Mode, AppLocker, WDAC... but none of them apperar to work for Windows Home versions. The last option I want to resort to is to use third party software, but, even in this case, classic applications like DeepFreeze doesn't look like to work in Windows 11.

 

Could you help me to find a solution?

 

Thanks 🙂

3 Replies

  • Reza_Ameri's avatar
    Reza_Ameri
    Silver Contributor
    To prevent installation, you just have to create standard account and user won't be able to install anything. However, for tasks like prevent changing settings, you will need to use features like Group Policy which are not available in the home edition.
    In this case, you may be able to do it with some scripting which is difficult task or use third-party programs.
      • Reza_Ameri's avatar
        Reza_Ameri
        Silver Contributor
        It depends on what you are planning to do but normally when you apply a Group Policy, it will modify or add a registry and if you search for it like how to prevent change background, you might find the registry which you could change and then use PowerShell script to modify registries, have a look at:
        https://docs.microsoft.com/en-us/powershell/scripting/samples/working-with-registry-entries
        Related to the third-party program we couldn't advertise third-party products in this forum but if you a search you will find some of them.

Resources