...
Product
Full PreVeil
Windows OS
1. Stop PreVeil services by right clicking the Key Menu, place the cursor over Power Options then click Stop PreVeil Services. | |
2. Open Windows Explorer and on the address bar type | |
3. Open the folder with your PreVeil ID. | |
4. Select all files (CTRL + A) then press the delete key. | |
5. Close Windows Explorer | |
6. Right-click the Key Menu, go to Power Options and click Restart PreVeil Services. | |
7. Wait for PreVeil filesync to rebuild the storage node data (at least 10 minutes). |
Mac
Option 1
Via the PreVeil key menu in the Mac menu bar, click on the three dots in the upper right-hand corner, select Power and then Stop PreVeil.
Open Finder.
Hold down the Option key and click on Go in the Mac menu bar.
Select Library from the drop down menu options.
Then in the Finder window, navigate to /Application Support/PreVeil/Data
Find the folder with your PreVeil ID as its name.
Ex. /Application Support/PreVeil/Data/example@preveil.com
If needed for investigation purposes, zip the folder with the PreVeil ID as its name, and all its contents. This archive should be sent to support@preveil.com.
Delete the folder with the PreVeil ID name, and all files and folders inside it.
Via the PreVeil key menu in the Mac menu bar, click on the three dots in the upper right-hand corner, select Power and then Start PreVeil.
Wait for the Driveto audit and re-inventory files and close gaps in sync.
Option 2
Via the PreVeil key menu in the Mac menu bar, click on the three dots in the upper right-hand corner, select Power and then Stop PreVeil.
Open a Terminal window
Change directories to the Data Store Location by entering the following command:
cd ~"/Library/Application Support/PreVeil/Data/"Get a list of all the subfolders by running the following command: ls
There is one folder for each PreVeil user installed on this device. The folder name is the PreVeil ID.
Change directories to the folder with the PreVeil ID that needs to be reset
Ex. cd test@preveil.com
Example of results: ~/Library/Application Support/PreVeil/Data/example@preveil.com
Get a list of all the subfolders (node stores) by running the following command: ls
There is one folder for each Node Store.
Example:
Open Finder.
Hold down the Option key and click on Go in the Mac menu bar.
Select Library from the drop down menu options.
Then in the Finder window, navigate to /Application Support/PreVeil/Data
Find the folder with your PreVeil ID as its name.
Ex. /Application Support/PreVeil/Data/example@preveil.com
If needed for investigation purposes, zip the folder with the PreVeil ID as its name, and all its contents. This archive should be sent to support@preveil.com.
Back in Terminal, to reset a specific Node Store, replace the x’s with a node store entry from Step #6b, and press Enter:
rm (the number of the node store, as shown in the example above)To reset all the Node Stores for a specific user, delete the user folder and everything underneath:
Enter the following command: cd ..
Enter the following command: rm -rf (the name of the PreVeil ID)
Ex. rm -rf example@preveil.com
Via the PreVeil key menu in the Mac menu bar, click on the three dots in the upper right-hand corner, select Power and then Start PreVeil.
Wait for the Driveto audit and re-inventory files and close gaps in sync.