1.批处理 设置windows图片和传真查看器为默认图片浏览器
assoc .jpg=jpegfile
ftype jpegfile=rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %%1
assoc .bmp=bmpfile
ftype bmpfile=rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %%1
assoc .TIFF=TIFFfile
ftype TIFFfile=rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %%1
assoc .PNG=PNGfile
ftype PNGfile=rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %%1
assoc .GIF=GIFfile
ftype GIFfile=rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %%1
@pause
试试上面这个
我想了想,其实没那么复杂,改成这样应该就行了
@echo off
reg add HKEY_CLASSES_ROOT\jpegfile\shell\open\command /ve /t REG_SZ /d "rundll32.exe %systemroot%\system32\shimgvw.dll,ImageView_Fullscreen %%1" /f
reg add HKEY_CLASSES_ROOT\JPG文件\shell\open\command /ve /t REG_SZ /d "rundll32.exe %systemroot%\system32\shimgvw.dll,ImageView_Fullscreen %%1" /f
reg add HKEY_CLASSES_ROOT\JPEG文件\shell\open\command /ve /t REG_SZ /d "rundll32.exe %systemroot%\system32\shimgvw.dll,ImageView_Fullscreen %%1" /f
reg add HKEY_CLASSES_ROOT\jpgfile\shell\open\command /ve /t REG_SZ /d "rundll32.exe %systemroot%\system32\shimgvw.dll,ImageView_Fullscreen %%1" /f
reg add HKEY_CLASSES_ROOT\BMPfile\shell\open\command /ve /t REG_SZ /d "rundll32.exe %systemroot%\system32\shimgvw.dll,ImageView_Fullscreen %%1" /f
reg add HKEY_CLASSES_ROOT\TIFFfile\shell\open\command /ve /t REG_SZ /d "rundll32.exe %systemroot%\system32\shimgvw.dll,ImageView_Fullscreen %%1" /f
reg add HKEY_CLASSES_ROOT\bmp\shell\open\command /ve /t REG_SZ /d "rundll32.exe %systemroot%\system32\shimgvw.dll,ImageView_Fullscreen %%1" /f
reg add HKEY_CLASSES_ROOT\jpg\shell\open\command /ve /t REG_SZ /d "rundll32.exe %systemroot%\system32\shimgvw.dll,ImageView_Fullscreen %%1" /f
@pause
在给你补充一个方法,刚出炉的
上面那个你不懂就不要乱发
发什么鸟都不知道
转载请注明出处windows之家 » win10批处理设置默认浏览器