This guide explains how to install agentM on any Windows with arch type X86_64. Please follow the instructions below.
- Sign in to the Windows device you want to install agentM onto.
- Ensure that the user you are signed in as has permission to install applications.
- Execute the agentM Setup.exe file
- agentM will install.
- Once the install has completed agentM will open and display the idle screen.
- From there you can register and use agentM the same as you would agentM on Chrome OS, see Enrolling Devices into meldCX
PLEASE NOTE: You will need to edit registry entries in order to lock the device down in kiosk mode. Save the below example as a .reg file with your own username, double click on the file and this will apply your registry value for shell. This will effectively launch Meld in kiosk mode.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Shell"="C:\\Users\\{USERNAME}\\AppData\\Local\\Programs\\AgentM\\AgentM.exe"
Removing Kiosk Mode
1. Open up task manager by using CTRL + ALT + DEL
2. Select "Run New Task
3. Run 'Notepad'
4. Save the following in a file named "shell.reg"
6. Import the saved registry file
7. Go back to Task Manager, select File, then run CMD.exe
8. Run the following command
`shutdown /s /t 0`
The device should now be running in our regular windows explorer shell.
Comments
0 comments
Please sign in to leave a comment.