6th way to look inside q:
If you’ve check out my previous post about 5 easy ways to look into the q: drive you are already familiar with several ways to get access to virtual environment of an application.
To complete this list here’s another one:
On the machine where you have successfully loaded the application run the following command:
sftmime /query obj:app /short
Now, this command should give you a (short) list of all the applications that you have currently in your App-V client.
So it will look something like this:
Microsoft Office Word 2007
Microsoft Office Word 2007
Microsoft Office Excel 2007
Microsoft Office Powerpoint 2007
SnagIt 8 8.1.0.0
Internet Explorer with Java 1.4.2
Now let’s say you want to run a command prompt in the virtual environment of SnagIt 8. To do so type the following command:
sfttray /EXE cmd.exe /launch "SnagIt 8 8.1.0.0"
The big advantage of this method is that it doesn’t require the registration of an additional application in the App-V client, when this is required if you copied an OSD and changed the name & version tags.


