Windows 笔记¶
win10 应用商店、照片等程序打不开¶
管理员在命令行中运行
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
word 在试图打开文件时遇到错误¶
HP打印机run dll找不到模块¶
参考Question
进入 “c:\users*username*\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
中的 Monitor Ink Alerts - HP Photosmart 5510 series.lnk or anything HP printer related. Delete it.
vs2015配置opencv¶
Windows下安装MongoDB 3.2¶
Windows 10 安装 rJava¶
- windows 10
- R 3.3.0
- jdk 1.8.0
成功安装rJava需要jvm.dll这个文件,所以很简单的做法就是把这个文件的路径添加到环境变量中,比如该文件在我电脑上的安装目录为
C:\Program Files\Java\jdk1.8.0_102\jre\bin\server
你把这个路径加到环境变量中的PATH中就ok了。
安装 okular¶
- 先安装 KDE 包管理器 chocolatey,The package manager for Windows
- 再安装 okular,choco install okular
- 在 WSL 中运行时,需要 enable display,即
export DISPLAY=:0
Acrobat cannot save pdf¶
situation: the “Save as” windows open as blank
- Launch the application and go to Edit menu > Preference > General.
- Uncheck the box for “Show online storage when saving files”.
- Click “OK” at the bottom to save the settings.
refer to Can’t save pdf document
禁止自动更新¶
办公室电脑经常弹出需要更新,即便不是自动更新,但是每次弹出总让人担心会不会下次它自动重启进行更新了,于是索性禁掉它,参考 如何关闭Windows10的自动更新? 中的第一种修改 service 的方式,不过需要以管理员运行。
按住 Win
,然后直接敲命令,如 services
,然后选择以管理员权限运行 。
但是刚刚发现这种方式也不能完全禁止,禁止后仍然会重新启动,甚至最后还是重启更新了。
截屏软件¶
系统自带的 snipping tool 不能自动保存,这也遭到其它用户的吐槽,如
上述第二个回答中有人推荐了 snippaste。