How to make IE browser unable to delete history records

Test environment: windows10

Statement: Fixed an error

How to use:
Step 1: Right-click the bottom task bar, task manager
Step 2: Top menu bar, file, run a new task
Step 3: Enter regedit, check to create this task with system management permissions
Step 4: hkcu is hkey_current_user, hklm is the
fifth step of hkey_local_machine : According to the following settings, create a new registry key-value pair, right, right click, new, dword (32-bit) value, enter the last value after \, double click, enter 1, 1, respectively, Restart ie.

//Disable: Tools|Delete browsing history and tools|internet options|General|Delete

HKCU\SOFTWARE\Microsoft\Internet Explorer\Control Panel\DisableDeleteBrowsingHistory

//Disable: View|Browser Bar|History|Right-click menu

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewContextMenu

Guess you like

Origin blog.csdn.net/humors221/article/details/107860686