Category filter

Script to Clear Browsing History on Windows 10 devices

In institutions such as hotels, hospitals, and schools, the devices may be shared among multiple users. In such instances, other users may gain access to the users’ internet surfing history. Hence, organizations may require to delete the browsing history from the devices to protect the privacy of each user. However, manually clearing browsing history from every device will be a cumbersome process. Hexnode lets you remotely do this on Windows devices by executing custom scripts from the portal.

Disclaimer:

The Sample Scripts provided below are adapted from third-party Open-Source sites.

Batch script to delete browsing history of Google Chrome

PowerShell script to delete browsing history of Google Chrome

Replace “Username” with your username.

Notes:

  • The script works only when the browser is closed.
  • It is recommended to manually validate the script execution on a system before executing the action in bulk.
  • Hexnode will not be responsible for any damage/loss to the system on the behavior of the script.

  • Sample Script Repository