Merge pull request #3806 from sandboxie-plus/add-weasel-template
Add Weasel template
This commit is contained in:
commit
29291d2850
|
@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- set "CpuAffinityMask=0x00000001" in Sandboxie.ini, where 0x00000001 is a bit mask indicating which cores are to be used
|
- set "CpuAffinityMask=0x00000001" in Sandboxie.ini, where 0x00000001 is a bit mask indicating which cores are to be used
|
||||||
- only supports cores 0-31, for 32+ will be always disabled when this option is used
|
- only supports cores 0-31, for 32+ will be always disabled when this option is used
|
||||||
- added checkbox for Samba and DNS port blocking
|
- added checkbox for Samba and DNS port blocking
|
||||||
|
- added Weasel template [#3806](https://github.com/sandboxie-plus/Sandboxie/pull/3806) (thanks xWTF)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- on systems in test signing mode, Sandboxie will try outdated offsets by default
|
- on systems in test signing mode, Sandboxie will try outdated offsets by default
|
||||||
|
|
|
@ -3350,6 +3350,14 @@ Tmpl.Url=http://www.nirsoft.net/utils/volumouse.html
|
||||||
Tmpl.Scan=w
|
Tmpl.Scan=w
|
||||||
OpenWinClass=NirSoft_VolumouseMsg*
|
OpenWinClass=NirSoft_VolumouseMsg*
|
||||||
|
|
||||||
|
[Template_Weasel]
|
||||||
|
Tmpl.Title=Weasel (Rime)
|
||||||
|
Tmpl.Class=Desktop
|
||||||
|
Tmpl.Scan=s
|
||||||
|
Tmpl.ScanKey=\REGISTRY\MACHINE\SOFTWARE\Classes\CLSID\{A3F4CDED-B1E9-41EE-9CA6-7B4D0DE6CB0A}
|
||||||
|
OpenPipePath=\Device\NamedPipe\%user%\WeaselNamedPipe
|
||||||
|
ReadFilePath=%LocalAppData%\Microsoft\Windows\Fonts
|
||||||
|
|
||||||
[Template_WindowsLive]
|
[Template_WindowsLive]
|
||||||
Tmpl.Title=Windows Live
|
Tmpl.Title=Windows Live
|
||||||
Tmpl.Class=Desktop
|
Tmpl.Class=Desktop
|
||||||
|
|
Loading…
Reference in New Issue