Hi HuynhMinh64,
I'm Amr, an independent advisor, and will try to help you with this.
There are a few things you can try to do to exit kiosk mode
Method one:
Press Ctrl + Alt + Delete to open the Task Manager.
Click on "File" in the top left corner, and then click "Run new task".
Type "explorer.exe" into the "Open" field and press Enter.
This should bring up the desktop and allow you to access your files and settings.
Once you are back in the default shell, you can disable kiosk mode by running the following PowerShell command with administrator privileges:
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name "Shell" -Value "explorer.exe"
This will set the default shell back to explorer.exe and disable kiosk mode.
Method two :
Use the Command Prompt to disable kiosk mode. Once you are in Safe Mode with Command Prompt, type the following command and press Enter:
net user administrator /active:yes
This will enable the built-in Administrator account. Then, type the following command and press Enter:
net stop wuauserv
This will stop the Windows Update service. Finally, type the following command and press Enter:
shutdown /r /t 0
This will restart your computer and exit kiosk mode.
If you don't know how to enter safe mode , please head to this link
https://support.microsoft.com/en-us/windows/sta...
I hope this helps, please feel free to reply to this if you need any further Assistance.
This is a user-to-user support forum. We're users just like you helping other users to find solutions to their problems.
Best Regard
Amr