|
UPX_CMD_Shell.inf
- [Version]
- Signature="$WINDOWS NT$"
- [DefaultInstall]
- AddReg=添加注册表
- CopyFiles=复制文件
- [DestinationDirs]
- 复制文件=16421
- [复制文件]
- upx.exe
- [添加注册表]
- HKCR,"comfile\shell\用 UPX 解压缩\command",,,"upx.exe -d --strip-relocs=0 ""%%1"""
- HKCR,"comfile\shell\用 UPX 压缩\command",,,"upx.exe -9 --compress-icons=0 --strip-relocs=0 ""%%1"""
- HKCR,"dllfile\shell\用 UPX 解压缩\command",,,"upx.exe -d --strip-relocs=0 ""%%1"""
- HKCR,"dllfile\shell\用 UPX 压缩\command",,,"upx.exe -9 --compress-icons=0 --strip-relocs=0 ""%%1"""
- HKCR,"exefile\shell\用 UPX 解压缩\command",,,"upx.exe -d --strip-relocs=0 ""%%1"""
- HKCR,"exefile\shell\用 UPX 压缩\command",,,"upx.exe -9 --compress-icons=0 --strip-relocs=0 ""%%1"""
- HKCR,"ocxfile\shell\用 UPX 解压缩\command",,,"upx.exe -d --strip-relocs=0 ""%%1"""
- HKCR,"ocxfile\shell\用 UPX 压缩\command",,,"upx.exe -9 --compress-icons=0 --strip-relocs=0 ""%%1"""
- HKCR,"scrfile\shell\用 UPX 解压缩\command",,,"upx.exe -d --strip-relocs=0 ""%%1"""
- HKCR,"scrfile\shell\用 UPX 压缩\command",,,"upx.exe -9 --compress-icons=0 --strip-relocs=0 ""%%1"""
- HKCR,"sysfile\shell\用 UPX 解压缩\command",,,"upx.exe -d --strip-relocs=0 ""%%1"""
- HKCR,"sysfile\shell\用 UPX 压缩\command",,,"upx.exe -9 --compress-icons=0 --strip-relocs=0 ""%%1"""
复制代码
压缩参数固定好了! |
|