How to resolve Dr. Sprinto's auto screen lock issue for Windows devices
PreviousHow to fix Windows Powershell issue for Dr. SprintoNextHow to resolve DrSprinto configuration issue on Windows registry
Last updated
At times, DrSprinto might encounter difficulties in capturing certain device information due to specific configuration issues. One common scenario is the inability to pick up the screen lock status on Windows devices. Let's address this concern with a step-by-step guide.
Navigate to Settings > Personalization > Lock screen.
Select Screen saver settings.
In the Screen Saver Settings window:
Choose a screensaver from the drop-down list.
Set the time to anything less than 15 minutes.
Select On resume, display logon screen.

In some cases, even after completing the screen lock setup, DrSprinto might still face challenges due to centrally managed antivirus blocking specific PowerShell commands.

Follow these steps to verify and address the issue:
Open Powershell as administrator.
Run the following command:
If you encounter an access denied error, it indicates antivirus blocking the command.
In this scenario, manually upload a screenshot of your screen lock status after reporting your device to Sprinto.
By ensuring your screen lock is configured correctly and addressing potential antivirus-related hurdles, you can contribute to DrSprinto's accurate reporting of your device's status. Following these steps ensures a smooth and reliable compliance assessment process.
Last updated
Get-WmiObject win32_desktop | where name -eq (whoami)
