This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[General] | |
Name=Windows 7 | |
HintingMode=2 | |
AntiAliasMode=2 | |
NormalWeight=10 | |
BoldWeight=1 | |
ItalicSlant=1 | |
EnableKerning=1 | |
GammaMode=-1 | |
LcdFilter=2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# It's may out of the day. | |
# Source: https://forum.xda-developers.com/showpost.php?p=73608658&postcount=28 | |
# Debug Options | |
persist.dbg.ims_volte_enable=1 | |
persist.dbg.volte_avail_ovr=1 | |
persist.dbg.vt_avail_ovr=1 | |
persist.dbg.wfc_avail_ovr=1 | |
# Radio Options |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft (R) Windows Debugger Version 10.0.17134.12 AMD64 | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Loading Dump File [D:\ShareFiles\111918-10078-01.dmp] | |
Mini Kernel Dump File: Only registers and stack trace are available | |
************* Path validation summary ************** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft (R) Windows Debugger Version 10.0.17134.12 AMD64 | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Loading Dump File [D:\ShareFiles\111718-11937-01.dmp] | |
Mini Kernel Dump File: Only registers and stack trace are available | |
************* Path validation summary ************** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Disk DescriptorFile | |
# This file not tested, You need to take your own risks. | |
version=1 | |
# Change the CID below if you want. | |
CID=012ef9ef | |
parentCID=ffffffff | |
createType="fullDevice" | |
# Get your disk number in /dev/ or Disk Management, And change the 3 number below. | |
RW 2004991 FLAT "\\.\PhysicalDrive3" 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Change "currentserverport" Port 443 if not correct. | |
currentsship=$(w |grep pts/0 |awk '{print $3}') | |
currentserverip=$(ifconfig eth0 |grep broadcast |awk '{print $2}') | |
currentserverport="443" | |
currentserveripport=$currentserverip":"$currentserverport |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Important | |
This manual only applicable on the non-SIP003 standard plugin, if your using plugin is in compliance with the SIP003 standard, read plugin manual or README file to config. | |
### Environment Variables | |
In Shadowsocks for Windows, can use 3rd plugins without [SIP003](https://github.com/shadowsocks/shadowsocks-org/wiki/Plugin) standard support. | |
Shadowsocks for Windows provided 4 environment variables for plugin config: | |
`%SS_LOCAL_HOST%` `%SS_LOCAL_PORT%` `%SS_REMOTE_HOST%` `%SS_REMOTE_PORT%` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
;出于安全考虑,不建议长期使用此参数覆盖CredSSP安全设置。 | |
;For security reasons, it is not recommended to use this parameter for long-term coverage of CredSSP security settings | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters] | |
"AllowEncryptionOracle"=dword:00000002 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
settings put global captive_portal_mode 1 | |
settings put global captive_portal_use_https 1 | |
settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204 | |
settings put global captive_portal_https_url https://connect.rom.miui.com/generate_204 | |
settings put global captive_portal_fallback_url http://captive.v2ex.co/generate_204 | |
settings put global captive_portal_other_fallback_urls http://www.google.cn/generate_204 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/sbin/sh | |
# | |
# In some case, you may need use "sh ./clean.sh" to run this script. | |
dd if=/dev/zero of=/dev/block/platform/soc/1da4000.ufshc/by-name/oem_stanvbk bs=4096 | |
dd if=/dev/zero of=/dev/block/platform/soc/1da4000.ufshc/by-name/cmnlib64 bs=4096 | |
dd if=/dev/zero of=/dev/block/platform/soc/1da4000.ufshc/by-name/cmnlib bs=4096 | |
dd if=/dev/zero of=/dev/block/platform/soc/1da4000.ufshc/by-name/hyp bs=4096 | |
dd if=/dev/zero of=/dev/block/platform/soc/1da4000.ufshc/by-name/pmic bs=4096 | |
dd if=/dev/zero of=/dev/block/platform/soc/1da4000.ufshc/by-name/tz bs=4096 | |
dd if=/dev/zero of=/dev/block/platform/soc/1da4000.ufshc/by-name/devcfg bs=4096 |