Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Clear recent documents/programs

Featured Replies

there is a setting in the properties of the start menu to not show these.

How do you clear recent documents and programs from start menu in vista?
  • Author

That's not what I asked ;)

:D I know how to not show them, but I would like to know how to clear them :)

Here is a vbs script that will clear out the My Recent Documents

Save as ClearRecent.vbs

Dim Act	: Set Act = CreateObject("Wscript.shell")
Dim Fso : Set Fso = CreateObject("Scripting.FileSystemObject")
Dim User : User = Act.ExpandEnvironmentStrings("%userProfile%\recent\")
Dim Folder : Set Folder = Fso.GetFolder(User)
Dim Files : Set Files = Folder.Files
Dim objFile
For Each objFile in Files
Fso.DeleteFile(objFile.Path), True
Next
Act.Popup "Completed Script",5,"Finished",4128
'-> Deletes The File If Used from A SFX Uncomment To Make Active
' If Fso.FileExists(WScript.ScriptFullName) Then
' Fso.DeleteFile(WScript.ScriptFullName)
' End If

Edited by gunsmokingman

I take it there is no built in function in vista for this then?

No, there is such function in Vista. Right click on "Recent Items" item in Start Menu and choose "Clear Recent Items List".

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.