修改远程桌面的端口号
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp\PortNumber
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\PortNumber
IE选项中reset web setting不可用(灰色)的解决办法
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\internet explorer\control panel]
"ResetWebSettings"=dword:00000000
重装系统后,修改默认程序安装目录、我的文档、桌面 路径
注:这里将程序路径设置为d:\program,桌面路径设置为e:\desktop,我的文档路径设置为e:\my_documents,
因为字符串要转换为二进制值,修改成自己想要的路径不方便,所以不建议通过导入注册表文件方式修改。
建议通过手工修改注册表来修改程序和桌面路径,文档路径通过在我的文档上点击右键->属性进行修改
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]
"ProgramFilesDir"="d:\\program"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"Desktop"=hex(2):65,00,3a,00,5c,00,64,00,65,00,73,00,6b,00,74,00,6f,00,70,00,\
00,00
"Personal"=hex(2):65,00,3a,00,5c,00,6d,00,79,00,5f,00,64,00,6f,00,63,00,75,00,\
6d,00,65,00,6e,00,74,00,73,00,00,00
Keep network address available when cable plugged out
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
create a DWORD item: DisableDHCPMediaSense, and set its value 1
Modify the network card MAC address via register
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}
1. Find DriverDesc with the value of<your netcard description> (e.g. ‘Realtek RTL8029(AS)-based PCI Ethernet Adapter ‘)
2. Add a string item whose name is NetworkAddress, set the value as your desired MAC (e.g. 00E0DDE0E0E0)
chrome如何退出win8模式
HKEY_CURRENT_USER/Software/Google/Chrome/Metro下的lauchmode的值改为0
修改MTU
netsh interface ipv4 set subinterface "Wireless Network Connection" mtu=1400 store=persistent
netsh interface ipv4 show subinterfaces
快速设置ip和dns server
netsh interface ip set address name="Local Area Connection" source=static addr=1.1.1.1 mask=255.255.255.0
netsh interface ip set address name="Local Area Connection" source=dhcp
netsh interface ip show address name="Local Area Connection"
netsh interface ip set dnsservers "Local Area Connection" static 172.24.208.127 primary
netsh interface ip set dnsservers "Local Area Connection" source=dhcp
硬盘安装windows xp
下载DEEP_GHOST_XP_SP3_2014_04.iso
如果已有系统可以启动,则加载iso为虚拟光驱,并执行其中的“安装系统.exe”即可
如果已有系统不能启动,则刻录光盘并以光盘启动。
如果没有光驱,则可以想办法u盘启动,并安装dos,将iso中的ghost.exe和ghostxp.gho拷贝出来,并在dos下执行ghost.exe进行克隆恢复。
还可以用ultraISO直接将iso文件写入u盘,并从u盘启动,不是每个工具都可用,但可分区和安装系统。
显示/隐藏 登录界面的administrator用户
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList\Administrator (dword值,1为显示,0为隐藏)
自动登录
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
AutoAdminLogon(字符串类型,值1)
win7右下角不显示蓝牙图标
网络连接->bluetooth网络连接->属性->bluetooth标签->bluetooth设置->在通知区域显示bluetooth图标
右键点击蓝牙图标,没有发送和接收文件选项
运行->fsquirt.exe,可直接显示发送与接收界面
office乱码
http://pan.baidu.com/disk/home#path=%252Fsoftware%252Foffice
将fpdfcjk.bin复制到foxit安装目录,重新启动foxit即可。