Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

cmd mode to quickly uninstall IE browser

Other Tools
lanzi
Posts: 39
Joined: Fri Sep 28, 2018 3:41 am
Points :200
Contact:

cmd mode to quickly uninstall IE browser

Post by lanzi » Wed Mar 27, 2019 10:32 pm

IE11 uninstall command:
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart

lanzi
Posts: 39
Joined: Fri Sep 28, 2018 3:41 am
Points :200
Contact:

Re: cmd mode to quickly uninstall IE browser

Post by lanzi » Wed Mar 27, 2019 10:35 pm

IE10 uninstall command:
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart

lanzi
Posts: 39
Joined: Fri Sep 28, 2018 3:41 am
Points :200
Contact:

Re: cmd mode to quickly uninstall IE browser

Post by lanzi » Wed Mar 27, 2019 10:36 pm

IE 9 uninstall command:
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart

lanzi
Posts: 39
Joined: Fri Sep 28, 2018 3:41 am
Points :200
Contact:

Re: cmd mode to quickly uninstall IE browser

Post by lanzi » Wed Mar 27, 2019 10:36 pm

The above command mode in Windows7 system experiment effective, this way fast and efficient, how to solve the problem of how to uninstall the IE browser :D :D :D

youyou
Posts: 55
Joined: Fri Jul 06, 2018 3:42 am
Points :386
Contact:

Re: cmd mode to quickly uninstall IE browser

Post by youyou » Mon Apr 01, 2019 11:08 pm

Really good 8-)

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 4 guests

JavaCard OS : Disclaimer