How To Delete User Templates In File Explorer
2 Quick Means to Batch Delete All User Templates in Your Outlook
If you have created a lot of user templates in your Outlook and now want to batch delete them, you can refer to this article. Here we will share ii rapid methods with you to accomplish it.
Outlook allows you to create various user templates, which can profoundly improve your efficiency. Mayhap yous accept customized and stored multiple templates in your Outlook. At present, if you think that they aren't useful any more than, you may want to delete them. Thereinafter, we volition teach you two approaches to delete them in bulk. Now read on to get them in detail.
Method 1: Find & Manually Delete User Templates
- For a start, launch Outlook.
- So, create a new mail past clicking "New East-mail" button.
- Next, in the new message window, click "File" in the right upper corner.
- In the "File" menu, click "Save Every bit".
- Subsequently, in the popup dialog box of "Relieve Equally", select "Outlook Template" from the list of "Relieve as type:" field.
- At once, the default binder for saving templates will be opened in the current dialog box.
- At present, copy the folder path.
- After that, open Windows Explorer and paste the folder path in the address bar and press "Enter".
- Finally, in the opened folder, select all the templates and press "Delete" primal to delete all.
Method 2: Batch Delete User Templates with VBA
- To begin with, go to Outlook VBA editor via "Alt + F11".
- In the adjacent window, copy the following VBA lawmaking into a module.
Sub DeleteAllUserTemplates() Dim strEnviro As String Dim strTemplateFolder Equally String Dim objFileSystem Every bit Object Dim objFolder Equally Object Dim objFile As Object Dim strFileExtension As String 'Go the local binder storing Stationery files strEnviro = CStr(Environ("USERPROFILE")) strTemplateFolder = strEnviro & "\Documents\UserTemplates" Set objFileSystem = CreateObject("Scripting.FileSystemObject") Set objFolder = objFileSystem.GetFolder(strTemplateFolder) 'Delete all oft files in the binder For Each objFile In objFolder.Files strFileExtension = objFileSystem.GetExtensionName(objFile) If strFileExtension = "oft" Then objFileSystem.DeleteFile (objFile.Path) End If Next 'Get a prompt MsgBox "All user templates accept been deleted!", vbInformation + vbOKOnly End Sub
- Finally, press "F5" cardinal button to run this macro.
- When macro completes, a prompt will display, as shown in the figure below.
- Now, you tin can cheque the folder for user templates. All the templates have been gone.
Shun Unpleasant Outlook Data Loss
It is known that Outlook is vulnerable. In other words, Outlook getting decadent is non rare. Therefore, and so equally to evade Outlook information corruption or loss, you lot ought to accept multiple precautions. For case, you have to stick to dorsum up PST file on a regular basis. Likewise, in order to provide immediate rescue, you had amend keep a robust and well-proven Outlook repair utility handy, like DataNumen Outlook Repair.
Writer Introduction:
Shirley Zhang is a information recovery expert in DataNumen, Inc., which is the world leader in data recovery technologies, including repair SQL Server and outlook repair software products. For more than information visit www.datanumen.com
How To Delete User Templates In File Explorer,
Source: https://www.datanumen.com/blogs/2-quick-ways-batch-delete-user-templates-outlook/
Posted by: jacksongoomects.blogspot.com
0 Response to "How To Delete User Templates In File Explorer"
Post a Comment