diff --git a/frontend/utilities/constants.ts b/frontend/utilities/constants.ts index ea98ed55cd..5cb59a62fa 100644 --- a/frontend/utilities/constants.ts +++ b/frontend/utilities/constants.ts @@ -162,9 +162,10 @@ export const DEFAULT_POLICIES = [ { key: 15, query: - "SELECT 1 FROM registry WHERE path = 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\InactivityTimeoutSecs' AND CAST(data as INTEGER) <= 1800;", + "SELECT 1 FROM registry WHERE path = 'HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\InactivityTimeoutSecs' AND CAST(data as INTEGER) <= 1800;", name: "Screen lock enabled (Windows)", - description: "Checks if the screen lock is enabled and configured to lock the system within 30 minutes or less.", + description: + "Checks if the screen lock is enabled and configured to lock the system within 30 minutes or less.", resolution: "Ask your IT administrator to enable the Interactive Logon: Machine inactivity limit setting with a value of 1800 seconds or lower.", platform: "windows",