Wednesday, August 29, 2012

App-V 5.0 – How to Delete/Remove App-V Client Packages from Client Machine

I’ve been playing around with App-V 5.0 Beta 2 for the last few days. Powershell is in the picture now, and therefore a lot of configurations are done via Powershell. Same goes with remove the packages from the client machine, it has to be done via Powershell. Below is the step by step guide,

clip_image002
Run the Powershell as administrator mode and enter Remove-AppvClientPackage.

clip_image002[7]
Enter the PackageID of the package that you want to remove

clip_image002[5] 
If you unsure about the PackageID, browse to C:\Programdata\App-V.

clip_image002[9]
Enter the VersionID of the package that you want to remove

clip_image002[11]
If you unsure about the VersionID, it is located inside the PackageID folder that you have selected earlier.

clip_image002[13]
Done, the package have been removed.

Thursday, August 2, 2012

SCCM 2012 TSMBAUTORUN.exe no respond

Today I bumped into this issue, manually browse to SMS\BIN\I386 and run TSMBAUTORUN.exe but nothing happened. The computer has disabled autorun and that’s the reason why there is no response from the system.

If you wouldn’t want to re-enable the autorun then you can use command prompt to launched the TSMBAUTORUN.exe. You’ve to first change the directory to the root then only browse to the TSMBAUTORUN.exe like as shown in the Green Box. If you straight away launch the TSMBAUTORUN.exe like as shown in the Red Box, no response. =)
TSMBAUTORUN no response
For more information, please visit here.