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.

Moving the Alcohol 120% folder in cleanup

Featured Replies

Title says it all

here my cleanup up

@echo off
set AUStart=%AllUsersProfile%\Start Menu\Programs
set UserStart=%UserProfile%\Start Menu\Programs
set UserQL=%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch
set AUDesk=%AllUsersProfile%\Desktop
ECHO Here's your DVD back

start %systemdrive%\install\cd.cmd

MD "%UserProfile%\My Documents\Downloads"

ECHO Adding folders to Start menu
MD "%AUStart%\Encoders"
MD "%AUStart%\Authoring & Ripping"
MD "%AUStart%\CD & DVD Burning"
MD "%AUStart%\Image Editing"
MD "%AUStart%\Downloading Tools"
MD "%AUStart%\Anti P2P"
MD "%AUStart%\System Tools"
MD "%AUStart%\Media Players"
MD "%AUStart%\Internet"
MD "%AUStart%\Web Broswers"
MD "%AUStart%\Mail"

MD "%UserStart%\Encoders"
MD "%UserStart%\Authoring & Ripping"
MD "%UserStart%\CD & DVD Burning"
MD "%UserStart%\Image Editing"
MD "%UserStart%\Downloading Tools"
MD "%UserStart%\Anti P2P"
MD "%UserStart%\System Tools"
MD "%UserStart%\Media Players"
MD "%UserStart%\Internet"
MD "%UserStart%\Web Broswers"
MD "%UserStart%\Mail"
ECHO moving Start Menu Folders
MOVE /Y "%AUStart%\DVD Shrink" "%AUStart%\Authoring & Ripping"
MOVE /Y "%AUStart%\TMPGEnc Plus 2.5" "%AUStart%\Encoders"
MOVE /Y "%AUStart%\TMPGEnc" "%AUStart%\Authoring & Ripping"
MOVE /Y "%AUStart%\Blocklist Manager" "%AUStart%\Anti P2P"
MOVE /Y "%AUStart%\CCE SP Trial Version" "%AUStart%\Encoders"
MOVE /Y "%AUStart%\D.I.K.O" "%AUStart%\Encoders"
MOVE /Y "%AUStart%\DVD2SVCD software bundle" "%AUStart%\Encoders"
MOVE /Y "%AUStart%\Protowall" "%AUStart%\Anti P2P"
MOVE /Y "%AUStart%\Videolan" "%AUStart%\Media Players"
MOVE /Y "%AUStart%\Azureus" "%AUStart%\Downloading Tools"
MOVE /Y "%UserStart%\Jasc Software" "%AUStart%\Image Editing"
MOVE /Y "%AUStart%\Nero" "%AUStart%\CD & DVD Burning"
MOVE /Y "%UserStart%\Smart projects" "%UserStart%\Authoring & Ripping"
MOVE /Y "%AUStart%\Smart projects" "%AUStart%\Authoring & Ripping"
MOVE /Y "%AUStart%\Zone Labs" "%AUStart%\Internet"
MOVE /Y "%UserStart%\Lavasoft AD-Aware SE Professional" "%AUStart%\System Tools"

MOVE /Y "%UserStart%\vcdeasy" "%AUStart%\Authoring & Ripping"
MOVE /Y "%UserStart%\ABC" "%AUStart%\Downloading Tools"
MOVE /Y "%UserStart%\Bittornado" "%AUStart%\Downloading Tools"
MOVE /Y "%UserStart%\Azureus" "%AUStart%\Downloading Tools"
MOVE /Y "%UserStart%\WinRAR" "%AUStart%\System Tools"
MOVE /Y "%UserStart%\**** NFO Viewer" "%AUStart%\System Tools"
MOVE /Y "%AUStart%\video fixer" "%AUStart%\Encoders"
MOVE /Y "%AUStart%\burstcopy" "%AUStart%\System Tools"
MOVE /Y "%AUStart%\Spybot - Search & Destroy" "%AUStart%\System Tools"
MOVE /Y "%AUStart%\Slysoft" "%AUStart%\CD & DVD Burning"
MOVE /Y "%AUStart%\Elaborate bytes" "%AUStart%\CD & DVD Burning"
MOVE /Y "%AUStart%\K-Lite Codec Pack" "%AUStart%\Media Players"
MOVE /Y "%AUStart%\moviestacker" "%AUStart%\Encoders"
MOVE /Y "%UserStart%\moviestacker" "%AUStart%\Encoders"
MOVE /Y "%UserStart%\Matroska Pack" "%AUStart%\Media Players"
MOVE /Y "%AUStart%\Mozilla Thunderbird" "%UserStart%\Mail"
MOVE /Y "%AUStart%\Mozilla Firefox" "%UserStart%\Web Browsers"
MOVE /Y "%UserStart%\Winamp" "%AUStart%\Media Players"
MOVE /Y "%AUStart%\Opera" "%UserStart%\Web Browsers"
MOVE /Y "%UserStart%\jcarle.com" "%AUStart%\System Tools"
MOVE /Y "%UserStart%\DVD Decrypter" "%AUStart%\Authoring & Ripping"
MOVE /Y "%UserStart%\Alcohol 120%" "%AUStart%\CD & DVD Burning"[B]

I have also tried

MOVE /Y "%AUStart%\Alcohol 120%" "%AUStart%\CD & DVD Burning"

MOVE /Y "%AUStart%\Alcohol*" "%AUStart%\CD & DVD Burning"

try that

MOVE /Y "%AUStart%\Alcohol 120%%" "%AUStart%\CD & DVD Burning"

  • Author

Woohoo that been buggin me for months :D thansk for the help

Yeah that one took me a whole night to figure out. Alcohol*.lnk worked fine for the shortcut created on the desktop but not for the folder in the start menu. %% is the way to go.

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.