8 March 2025

Initial Cisco setup for lab plus auto save config

Router>enable

Router#configure terminal

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)#line console 0

Router(config-line)#exec-timeout 0 0

Router(config-line)#logging synchronous

Router(config-line)#no ip domain lookup

Router(config)#event manager applet END-SAVE

Router(config-applet)#event syslog pattern "%SYS-5-CONFIG_I:"

Router(config-applet)#action 1.0 cli command "enable"

Router(config-applet)#action 2.0 cli command "write"

Router(config-applet)#hostname 

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"=-