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.

Cacheman 5.50 switches

Featured Replies

HI there,

I'm new here, and i have a problem when i want to make an unattended install of windowsXP, the windows part runns okey. but then I want to install 2 programms which give annoying pop-ups. the two programms are:

Regcleaner

does somebody know the switches for a silent install? none given

in help and trough google

Cacheman 5.50

installs silently with /s, but gives annoying notepad pop-up which i can't kill with the command taskkill....

PLEASE HELP ME!!!

GreetZ WiZKoK


You really should be allowed to kil the command with

TASKKILL /IM NOTEPAD.EXE /F

Maybe your taskkill command is run too fast? Have you tried using SLEEP? You can download sleep, and simply put it in your SYSTEM32 directory, and then run sleep after you install your program and give it about 5 seconds, then try the TASKKILL command.

It really should work as long as all it is doing is opening notepad

As for REGCLEANER, try AUTOIT. its a really simple program, and its help file will help you a lot. IT'll silently install pretty much any program you want.

All the program does is basically simulate keystrokes and mouse clicks, so the possibilities are endless!

  • Author

Oke i've tryed to use sleep and autoit... but without success :}

first of all sleep doesn't work or i use it the wrong way.. i downloaded sleep and put it in my system32 folder.... i ran my setup.cmd with sleep ..... my whole script doesn't work it's giving the same problem the notepad window....

this is my script...

ECHO.

ECHO bezig met het installeren van Cacheman 5.50

ECHO even geduld a.u.b.

Start /wait %systemdrive%\install\cacheman\cachm550.exe /S

taskkill /IM readme.txt /F

taskkill /IM cacheman.exe /F

ECHO Installatie Compleet!

the first taskkill doesn't work the second does....

if i try to turn them around then the first and the second don't work

so it's the problem with the readme.txt...... it won't close

second of all i don't have a clue how to work with autoit.....

i don't get it..... sorry

GreetZ WiZKoK

Well for Cacheman you could probably use a large amount of the code I have in place for CachemanXP...the script is in the AutoIt thread.

if you want a simple autoit script that would probably do what you want, you could do some thing like so (please cheack help file):

Run ( "cachm550.exe /S" )

WinWait ( "readme.txt" )

WinClose ( "readme.txt" )

ProcessClose ("cacheman.exe" )

Exit

  • Author

thanks i'll try it.....

you hear from me....

greetZ WiZKoK :D

  • 3 months later...

The above-mentioned AutoIT script doesn't work. Testing CachemanXP v1.1. Anyone have any suggestions for this wonderful program?

  • 4 months later...

I have the same problem as you do and i will soon test this:

REG ADD %KEY%\017 /VE /D "Cacheman 5.50.30" /f
REG ADD %KEY%\017 /V 1 /D "%systemdrive%\install\Applications\Cacheman\cachm550.exe /S" /f
REG ADD %KEY%\017 /V 2 /D "%systemdrive%\install\Applications\Cacheman\Sleep.exe /t:5 /s:1
REG ADD %KEY%\017 /V 3 /D "taskkill /IM notepad.exe /F" /f
REG ADD %KEY%\017 /V 4 /D "taskkill /IM Cacheman.exe /F" /f

in my RunOnceEx.cmd

dont know if it works yet though.

anyway i noticed that in your "script" you are trying to kill readme.txt, i wounder if that really works. Maby kill notepad.exe will work better. and then offcourse add sleep.exe just right before that.

as i said i dont know if this work yet :blushing:

Bye

EDIT: Btw is it possibe to set Cachman not to start up as default everytime Windows boots up?

Edited by Fascix

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.