BetaONE will rise again!

BetaONE will rise again! (http:\\b1.hcanet.com\forum/index.php)
-   Software Support (http:\\b1.hcanet.com\forum/forumdisplay.php?f=45)
-   -   Add/remove Control Panel (http:\\b1.hcanet.com\forum/showthread.php?t=8643)

Omidonline 1st Jul 03 09:41 PM

1 Attachment(s)
Hi,

How do I dump the content of the Add/Remove control panel from a "command line". I know how to use the panel, but I like to dupm its content via a command line. What's the command to do it?

Tx,
ItsMe.

adams 1st Jul 03 11:16 PM

going to move this to software support since you need help with it.

i have no clue on how to do it, but then again i try to stay away from the command prompt.

robjohn 1st Jul 03 11:26 PM

What do you mean "dump the content"??

I have a shortcut that will bring up Add/Remove in one step. (It could be used on the "RUN" command also.

Sephiroth 1st Jul 03 11:28 PM

like to a text file you mean?

unicorn 2nd Jul 03 12:19 AM

What if you modify this .bat-file somewhat:

Code:

@echo off
* * set destination=\\server\share
* * %comspec% /e:2048/c for %%v in (1 2) do prompt set {date}$q$d$_ | *find/v "$" >{t}.bat
* * for %%v in (call del) do %%v {t}.bat
* * echo %{date}% - Installed applications registered on %computername%: >> %destination%\%computername%.apps.txt
* * echo. >> %destination%\%computername%.apps.txt
* * start /wait regedit /e %temp%.\~tmp HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
* * find "DisplayName" < %temp%.\~tmp | find /v "QuietDisplayName" >> %destination%\%computername%.apps.txt
* *del %temp%.\~tmp
* *exit

I found it deep in the repository and I guess you can remove the first lines and run it locally at your own machine.

robjohn 2nd Jul 03 12:52 AM

This is what I had in mind using RUN

"rundll32.exe" shell32.dll,Control_RunDLL appwiz.cpl,,0


All times are GMT +1. The time now is 08:39 PM.

Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.