Windows 7 Despair, assoc .jpg=

Joined
Jun 9, 2011
Messages
4
Reaction score
0
Hello Guys,

i am so despair, i try since a half year to change the standart Programm for a Filetyp (JPG)

I had try it with .reg files i had try it with Batch Files and i had try it with CMD Comands, without result :cry:

i had try it with this Code:

ftype jpgfile="C:\Program Files\Mozilla Firefox\firefox.exe" "%1"
assoc .jpg=jpgfile

With this Code i want to set the Standart Progamm for JPG to Firefox.

I had try this Code with Batch Files and Cmd Comands (and start both as admin) but without result :cry:

After this i had try it with this:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\Applications\vlc.exe\shell\open\command]
@="\C:\Program Files\VideoLAN\VLC\vlc.exe\"%1\""

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg]
"Application"="vlc.exe"

in this case i had try it to open with VLC Media Player over a .reg file but without result again :cry:

Can you Guys tell me whats wrong and help me, i am really Despair !?

regards Gs

ps. I have Windows 7 Home, not Windows XP
 
Last edited:
Joined
Jun 9, 2011
Messages
4
Reaction score
0
I had found out by myself :D

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\Applications\vlc.exe\shell\open\command]
@="\C:\Program Files\VideoLAN\VLC\vlc.exe\"%1\""

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\UserChoice]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\UserChoice]
"Progid"="Applications\\vlc.exe"


[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bmp\UserChoice]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bmp\UserChoice]
"Progid"="Applications\\vlc.exe"

Gs
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top