1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 |
1. 用注册表修改输入法热键 pycharm的ctrl+空格与输入法的快捷键冲突 ------------------------------------------------------- 2. win+R "运行"中快速启动软件 1.1 office软件名称:winword,excel,powerpnt 1.2 对于搜索不到的程序,可以: 将其: (1)将程序所在路径加入到系统变量“PATH”中 (2)编写一个快捷方式或者bat文件,放在一个文件夹下,然后 将该文件夹路径加入系统变量"PATH"中。 选择以上两种方式的一种,这样就可以通过“运行”直接打开了。 ------------------------------------------------------- 3. windows10的自动播放 当我们将手机通过数据线接入电脑时,windows10就会自动启动,照片,程序,去扫描手机上的照片; 这种默认行为很讨厌,耽误我们做正事的时间。 关闭方法为:设置->设备->自动播放->关闭 ------------------------------------------------------- 4.IE浏览器打不开网页(windows 7) 1. 选择“Internet选项-高级” 2. 在“重置Internet Explorer设置”处,点击重置 ------------------------------------------------------- 5.DLL 1. 安装:Visual C++ Redistributable Packages for Visual Studio 2013,msvcp120.dll,Microsoft Visual C++ 2010 可再发行组件包 (x86) ------------------------------------------------------- 6.无法指定一个电脑上存在的软件为默认打开程序 1. 打开注册表编辑器;(cmd->regedit); 2. 到达该位置:HKEY_CURRENT_USER\Software\Classes\Applications 3. 检查该软件是否存在,不存在则添加;检查该软件路径是否正确,不正确则修改正确路径。 ------------------------------------------------------- 7.系统和压缩内存占用内存过高 0. cmd -> regedit; 1. HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management\PrefetchParameters 2. 将“EnablePrefetcher”和“EnableSuperfetch”的值调为2; 3. 重启; 备注: 值-2 :开启系统启动预读取 值-3 :开启应用启动和系统启动预读取 8.win10-关闭Cortana 1. 点击启动按钮; 2. 点击设置->隐私->语音、墨迹书写和键入; 3. 点击,停止搜集有关我的信息; 9.win10-关闭windows search 1. 控制面板->管理工具->服务; 2. 禁用windows search。 10.win10-禁止自动更新 1. gpedit.msc 2. 计算机配置—管理模板—Windows组件-Windows更新 3. “配置自动更新”,“2 = 在下载和安装任何更新前发出通知” 11.Itunes: error 7 (windows error 193) 当我们从win7升级到win10以后,可能会出现这个软件无法卸载,并且新的itune不能安装。这个时候怎么办呢?就得使用微软专门开发的工具: MicrosoftProgram_Install_and_Uninstall.meta.diagcab。 运行这个软件,卸载掉apple software update,之后就可以顺利安装itunes了。 微软的两个帖子,如何解决 Windows installer 服务的问题 ,修复阻止程序安装或删除的问题 12.接入需要验证的拨号网络时,会自动打开浏览器并连接这个网址:http://go.microsoft.com/fwlink/?LinkID=219472&clcid=0x409 1. sfc/scannow (windows+x,命令提示符-管理员) What is the Sfc Command? The sfc command is a Command Prompt command that can be used to verify and replace important Windows system files. System File Checker is a very useful tool to use when you suspect issues with protected Windows files like many DLL files. Sfc /scannow will inspect all of the important Windows files on your computer, including Windows DLL files. If System File Checker finds an issue with any of these protected files, it will replace it. 2. run: findstr /c:"[SR] Cannot repair member file" %windir%\logs\cbs\cbs.log > "%userprofile%"\Desktop\sfcdetails.txt 3. correct the error according to the information given in the file "Desktop\sfcdetails.txt"; 13.通过防火墙禁止应用程序联网: 1. win+x; 2.控制面板,小图标,windows防火墙; 3.高级设置,入战规则,新建规则; 4.程序,此程序路径,阻止连接。 caveat:一定要在公用网络和专用网络下都打开windows防火墙,方法:到达上面第2步后,点击“启用或关闭windows防火墙”,打开两个网络下的防火墙。 14.右下角小图标收拢 1.点击左下角图标,点击设置,点击系统 2.点击通知和操作 3.选择在任务栏上显示哪些图标 4.关闭“通知区域始终显示所有图标” 15.清除右键多余项: 1. win+r 2. regedit, 回车; 3. 编辑,搜索需要删除的项目 4. (如果需要删除的项目,是已经卸载的软件)删掉所有搜索出来的结果。(更可能是hkey-local-machine下的)补充信息: reg_sz:A null-terminated string. This will be either a Unicode or an ANSI string, depending on whether you use the Unicode or ANSI functions. 16.chm打开后空白 右键->属性->勾选:解除锁定 17.开启管理员账户状态: 1. cmd: gpedit.msc 2. Windows 设置 -> 安全设置 -> 本地策略 -> 安全选项,找到“账户:管理员账户状态” 3. 右键,属性,修改为已启用。 ------------------------------------------------------- 18.禁止计算机进入睡眠和休眠: 比较容易达到的是禁止计算机睡眠,但是禁止计算机休眠的选项在很深的位置,这样一来,计算机长时间(我的是3小时)不用以后,就会进入休眠,这会给远程控制带来很大的麻烦。改变这个设置的具体操作流程如下: 1. win+i,启动设置界面 2. 系统->电源和睡眠->其他电源设置->更改计算机睡眠时间->更改高级电源设置->睡眠->在此时间后休眠 3. “接通电源”选项后面的框内,选择:从不。 ------------------------------------------------------- 19. 开机蓝屏,出现“BAD_SYSTEM_CONFIG_INFO”:(windows 10) 1. 选择“高级修复-疑难解答-命令提示符” 2. 执行命令:“bcdedit /deletevalue {default} truncatememory” ------------------------------------------------------- 20.运行时蓝屏,出现: 1. video memory management internal: 安装合适的显卡驱动 2. VIDEO TDR FAILURE (nvlddmkm.sys) 3.video scheduler internal error ------------------------------------------------------- 21.出现蓝屏死机(Blue screen of death)时, 系统自动记录DMP文件所在位置(win-10):c:/Windows/Minidump/ ------------------------------------------------------- 22.联网后自动打开:MSN中国(https://www.msn.cn/zh-cn?ocid=wispr&pc=u477) 1.1 “运行”+regedit 1.2 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet 1.3 ‘enableactiveprobing’,将1改为0 ------------------------------------------------------- 23. 任务栏的通知区域,会出现闪烁的广告图标 win10定位广告进程方法: 右键单击任务栏,左键单击“任务栏设置”,左键单击“选择哪些图标显示在任务栏上”,在列表中找到这个图标。图标旁就会有这个图标的进程名称。 在“任务管理器”,找到这个进程,右键单击,选择“打开文件所在位置”。 ------------------------------------------------------- 24. |