Application Tips

Recommended win-applications and tips for applications..
 

Comments

Permalink

Edge Favorites are stored in the file "Bookmarks" on the path "%localappdata%\Microsoft\Edge\User Data\Default".

Quick access to Favorites and the button to export favorites, enter this url: edge://favorites
Change setting to always show "favorites bar": edge://settings/appearance
Set default profile for opening external links: edge://settings/profiles/multiProfileSettings

"GoFullPage"-extension (capture Teams Chats etc)
https://microsoftedge.microsoft.com/addons/detail/gofullpage-full-page-sc/hfaciehifhdcgoolaejkoncjciicbemc?hl=en-US
 

Permalink

Registry (.reg file) for disabling Defender:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001
"DisableRoutinelyTakingAction"=dword:00000001


Registry (.reg file) for enabling Defender:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000000
"DisableRoutinelyTakingAction"=dword:00000000

-