6 March 2025

Windows Registry Editor for memory


Allowing update Chrome:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update]

"UpdateDefault"=dword:00000001

"AutoUpdateCheckPeriodMinutes"=dword:00000001


Allowing restore last session on Chrome permanently:

[HKEY_CURRENT_USER\Software\Policies\Google\Chrome]

"RestoreOnStartup"=dword:00000001


Alternative - for one time:

From Task Manager end Chrome process. When need restore session after start wait till Restore last session button.

*******

Same process is working with Powershell_ISE that started from cmd as admin. Restored ONLY admin session. User session can't be restored from any type of start...


Outlook enable archive:

[HKEY_USERS\SID\Software\Policies\Microsoft\Office\15.0\outlook]

"DisablePST"=dword:00000000


For enable Hello (biometric) need allow PIN:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]

Type: REG_DWORD

Data: Hexadecimal

Set AllowDomainPINLogon to 1


Allow write access to removable drives not protected by BitLocker

from "https://www.tenforums.com/tutorials/96998-deny-write-access-removable-drives-not-protected-bitlocker.html"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE]

"RDVDenyCrossOrg"=-

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FVE]

"RDVDenyWriteAccess"=-

No comments:

Post a Comment