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.

I am struggling with some simple commands ...

Featured Replies

I have been struggling with some simple commands and I do not know why they won't work.

Cleanup.cmd

DEL "%AllUsersProfile%\Desktop\DAEMON Tools.ink"

I have also tried

DEL /Q "%AllUsersProfile%\Desktop\DAEMON Tools.ink"

I have a bunch more which should be very similar, I just need to know why these are not working for me :wacko:

The command is running from a user which is created using nlite. I am struggling with any delete command, can someone help me out

Thanks

EDIT: I have also read a whole bunch of other threads with these issues, but still none of the commands work, is there anything that needs to be before those commands, I mean at the beginning of cleanup.cmd

Edited by Cti


change to

DEL /Q "%AllUsersProfile%\Desktop\DAEMON Tools.lnk"

.ink is not the proper extention

  • Author

Great, that worked

Now what is the command to delete windows Explorer

DEL /Q "%AllUsersProfile%\Desktop\Windows Explorer.Ink" this it not working, I am not sure if it considered a shortcut

Thanks for the help

EDIT: what would the command be for deleting this reg entry

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\DAEMON Tools

here I saved the reg file

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"ctfmon.exe"="C:\\WINDOWS\\system32\\ctfmon.exe"
"DAEMON Tools"="\"C:\\Program Files\\DAEMON Tools\\daemon.exe\" -lang 1033"

Edited by Cti

uhm, you have .Ink not .lnk, gotta switch your I key with your L key.

:)

I was just thinking the same thing.

shortcuts have the extention .lnk or .Lnk as in link

to remove then

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"DAEMON Tools"="\"C:\\Program Files\\DAEMON Tools\\daemon.exe\" -lang 1033"

by adding the - it removes the key

Edited by phkninja

  • Author

Thanks

Is it possible to remove Outlook from start menu, right at the top on the left hand side ?

DEL "%UserProfile%\Start Menu\Programs\Outlook Express.lnk"

To delete registry keys I use a batch file with the following code.

REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v daemon.exe /f

Instead of having to use registry files.

Edited by andrewbell1984

  • Author

Well I just added daemon tools to my registry tweaks, these are being applied anyways

REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v daemon.exe /f

now I tried one similar to this and I could not get it to work, I think the mistake was at the end where it says

daemon.exe

DEL "%UserProfile%\Start Menu\Programs\Outlook Express.lnk"

I do have this, what I am trying to do, is removed it from the start menu upper left hand side, normally shows your default browser and email ??

You can remove the link through the "Taskbar and Start Menu Properties", as you probably know. The easiest way to integrate this into your installation process is to leave the link where it is, run Regshot 1.8.1 (freeware, Google for it) and make a first snapshot. Remove the link through the "Taskbar and Start Menu Properties" and create a second snapshot. Compare the snapshots and you will see which registry key is responsible for displaying the link at the top of the left column of the Start Menu. Export this key from your registry and have the REG-file imported again during the installation via your SVCPACK-file.

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.