Boleh digunakan dalam active directory. Anda hanya perlu pastikan username anda adalah seorang administrator dalam komputer tersebut. Untuk yang tiada active directory. Cadangan aku adalah semua mempunyai akaun administrator yang sama username dan password(belum pasti keberkesanan).
Dalam situasi aku, berada dalam active directory. Copy & paste script di bawah dan save sebagai batch file.
@ECHO OFFtitle Remotely Uninstall Software::encikazuwan.blogspot.com::Only Tested on XP/Vista/7:MENU1clsecho Enter computer name, IP address, or Q to quit.echo.set PC=ZSet /P PC=if /I %PC% EQU Q goto ENDif /I %PC% EQU Z goto MENU1goto LIST:LISTclsecho Gathering software installed on %PC%. . .wmic /node:"%PC%" product get nameecho.:MENU2echo Enter Software to Uninstall, P for previous screen, R to refresh, or Q to quitecho.set SOFTWARE=RSet /P SOFTWARE=if /I "%SOFTWARE%" EQU "Q" goto ENDif /I "%SOFTWARE%" EQU "P" goto MENU1if /I "%SOFTWARE%" EQU "R" goto LISTclsecho Uninstalling "%SOFTWARE%" from %PC%. . .wmic /node:"%PC%" product where name="%SOFTWARE%" call uninstall /nointeractivepausegoto LIST:ENDEXIT
Selamat mencuba.
Sumber.
No comments:
Post a Comment