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.

Reg Twk To Transfer Desktop Icons To Quicklaunch

Featured Replies

hi people...i was wondering how do itransfer the desktop icons to the quicklaunch as i do not want any application desktop icons...i prefer to launch the programs via the quicklaunch. the only icon i want on the desktop is the my computer icon.

i have googled a lot on the above mentioned subject both on the www and msfn forums to no avail..

Here A Vbs Script That Will Move The ShortsCut From The Desktop

And Place Them In The QuickLauch. It Also Deletes Files In Temp

Dim Act : Set Act = WScript.CreateObject("WScript.Shell")

Dim UP : UP = Act.ExpandEnvironmentStrings("%UserProfile%")

Dim Shell : Set Shell = CreateObject("Shell.Application")

Dim ReFLDR: Set ReFLDR = CreateObject("Scripting.FileSystemObject")

On Error Resume Next

Dim objFolder : Set objFolder = Shell.NameSpace(UP & "\Application Data\Microsoft\Internet Explorer\Quick Launch\")

Wscript.sleep 300

if not objFolder is nothing Then : objFolder.MoveHere(UP & "\Desktop\*.lnk") : End If

Wscript.sleep 300

ReFLDR.deletefolder ( UP & "\Local Settings\Temp\*.tmp")

ReFLDR.deletefolder ( UP & "\Local Settings\Temp\*")

ReFLDR.deletefile ( UP & "\Local Settings\Temp\*.*")

Act.Popup "Completed" , 3, "Gsm Move ShortCuts", 0 + 64

Edited by gunsmokingman

or if your more of a batch guy...

@echo off
MOVE /Y "%ALLUSERSPROFILE%\Desktop\*.*" "%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch"

MOVE /Y "%USERPROFILE%\Desktop\*.*" "%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch"

Just copy the following into notepad, save it as <whatever>.cmd and it will move any folders / files / shortcuts from your desktop to your Quick Launch

  • Author

thanks guys...really appreciate that...will give both those sols a try.

  • 8 months later...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.