2015年4月17日 星期五

windows 7 正板 換硬體時

备份和还原
1、备份以下路径文件夹 C:\Windows\System32\spp\store 文件夹(内含隐藏文件)
2、重装系统,记住必须是与激活时相同的版本(新系统的硬件信息,用户名、密码、计算机名等应与上述备份所属系统的设置一致,不一致的没试过)
3、管理员身份运行cmd 输入slmgr -upk回车(清除Key信息)
4、Win+R 运行 msconfig-boot-safe mode(设置安全模式启动,选择重启)
5、在safe mode下,管理员身份运行cmd 输入net stop sppsvc(关闭Software Protection)
6、在C:\Windows\System32\spp\ 文件夹下,用已备份的store文件夹覆盖该目录下的store文件夹;
7、Win+R, msconfig-boot-去掉safe mode选勾,正常启动。
8、重启后,cmd(管理员) slmgr -dli(查看激活情况)。



--
备份与还原
Windows 8 系统下:
Office 2013激活备份方法: 只需备份 C:\Windows\System32\spp\store 文件夹即可,建议备份到一些网盘上去
Office 2013激活还原方法: 将之前备份好的 store 文件夹,覆盖到 C:\Windows\System32\spp\store 即可
Windows 7 系统下:
Windows 7系统请备份:C:\ProgramData\Microsoft\OfficeSoftwareProtectionPlatform\tokens.dat

2015年4月10日 星期五

windows tcp/ip 連線數增加



http://www.speedguide.net/downloads.php

 Windows 9x/ME/2K/XP/XP-SP2/2k3/Vista/7/2008 |

 TCP Optimizer v3.0.8

修改tcp 預設為10 .


可以設定到200左右


如果常使用多螢幕看網站,開多視窗  就用這個fix

also

http://forum.gamer.com.tw/Co.php?bsn=16583&sn=64168

2015年4月4日 星期六

Black Berry passport 10.3.1 install google serice


安裝三個檔案即可




http://forums.crackberry.com/android-apps-amazon-store-apk-files-f413/cobalts-official-google-apps-landing-page-965257/

其他參考

https://www.youtube.com/watch?v=ReHOseE5yVw&spfreload=1

2015年3月24日 星期二

nvidia 開啟 CUDIA





抓 drive
使用右鍵解壓
找 Display.Driver 子目錄


nvcuvenc32.dl_ y nvcuvenc64.dl_

修改成
nvcuvenc32.dll y nvcuvenc64.dll

32    放在windows/system32
64  放在windows/SysWOW64

64bit 二者都要放












http://www.pcdvd.com.tw/showthread.php?t=1073670
這個 說明
最簡單的安裝方法: 
下載 Local Installer 的 EXE (940MB),然後直接安裝即可(附圖;CUDA驅動有包在裡面)。
找不到,而且安裝也沒效果



http://cryptocurrency.tw/viewtopic.php?t=2668



http://conocimiento-adictivo.blogspot.com/2015/01/Como-reactivar-Nvidia-CUDA-Video-Encoder.html


卡 EVGA GT750
使用
http://cryptocurrency.tw/viewtopic.php?t=2668
可以
2015.3.24

2014年12月10日 星期三

DNS 攻擊




參考看看:

/ip firewall filter
add action=drop chain=input protocol=udp dst-port=53 in-interface=pppoe-out1 comment="Blocking DNS requests"
add action=drop chain=input protocol=tcp dst-port=53 in-interface=pppoe-out1 comment="Blocking DNS requests"
add action=drop chain=forward protocol=udp dst-port=53 out-interface=!pppoe-out1 comment="Blocking DNS requests"
add action=drop chain=forward protocol=tcp dst-port=53 out-interface=!pppoe-out1 comment="Blocking DNS requests"

/ip firewall nat
add action=redirect chain=dstnat protocol=udp dst-port=53 in-interface=!pppoe-out1 comment="Blocking DNS requests"
add action=redirect chain=dstnat protocol=tcp dst-port=53 in-interface=!pppoe-out1 comment="Blocking DNS requests"

PS. WAN Port interface 請修改成你的設定名稱。



http://www.mobile01.com/topicdetail.php?f=110&t=3205444&p=283


ip >DNS> cache 看是否有異常

增加設定,可以還原原本的效率

2014年11月10日 星期一

查 mtu 的程式

mturoute.exe - Debug the MTU values between you and a host.

Current Version (v2.5) from 2011-8-8:

Can be downloaded right here: mturoute.exe or as a zip file which includes source code here: mturoute_v2_5.zip

Description:



C:\>mturoute.exe www.hinet.net
* ICMP Fragmentation is not permitted. *
* Speed optimization is enabled. *
* Maximum payload is 10000 bytes. *
- ICMP payload of 1472 bytes is too big.
+ ICMP payload of 92 bytes succeeded.
+ ICMP payload of 782 bytes succeeded.
+ ICMP payload of 1127 bytes succeeded.
+ ICMP payload of 1299 bytes succeeded.
+ ICMP payload of 1385 bytes succeeded.
+ ICMP payload of 1428 bytes succeeded.
+ ICMP payload of 1450 bytes succeeded.
- ICMP payload of 1461 bytes is too big.
- ICMP payload of 1455 bytes is too big.
+ ICMP payload of 1452 bytes succeeded.
- ICMP payload of 1453 bytes is too big.
Path MTU: 1480 bytes.
# 路徑上最大MTU為1480,mss為1452

C:\>mturoute.exe -t www.hinet.net
mturoute to www.hinet.net, 30 hops max, variable sized packets
* ICMP Fragmentation is not permitted. *
* Speed optimization is enabled. *
* Maximum payload is 10000 bytes. *
 1  +-  host: 192.168.2.254  max: 1500 bytes
 2  -+++++++--+-  host: 168.95.98.254  max: 1480 bytes
 3  +-  host: 168.95.144.86  max: 1480 bytes
 4  +-  host: 220.128.16.142  max: 1480 bytes
 5  +-  host: 220.128.3.102  max: 1480 bytes
 6  +-  host: 220.128.3.145  max: 1480 bytes
 7  +-  host: 211.22.41.237  max: 1480 bytes
 8  No response from traceroute for this TTL.  Tried 3 times
 9  +-  host: 202.39.224.7  max: 1480 bytes

--
http://blog.xuite.net/u870q217/blog/47195684-PMTU+Discovery%E6%A6%82%E8%BF%B0

2014年11月5日 星期三

ipv6 setup routeros

rb450g 




固定ip v6 設定 x86