Google Chrome 69版本后无法添加Flash运行网站白名单
进入Chrome设置chrome://flags/#enable-ephemeral-flash-permission修改Default为Disabled重启Chrome来源:https://www.cnblogs.com/hereis00/p/9632780.html
阅读全文
进入Chrome设置chrome://flags/#enable-ephemeral-flash-permission修改Default为Disabled重启Chrome来源:https://www.cnblogs.com/hereis00/p/9632780.html
阅读全文
删除Syncthing配置目录下的cert.pem和key.pem两个文件来源:https://forum.syncthing.net/t/configuring-device-id/5460
阅读全文
方法一 (Win2019可用)更换一块新硬盘,在PowerShell中执行Set-StoragePool -FriendlyName 存储池名 -RetireMissingPhysicalDisks Always修复虚拟磁盘,删除坏盘方法二 (可能不适用于Win2019)在PowerShell中执行Get-PhysicalDisk
$Disk = Get-PhysicalDisk -Fri...
阅读全文
定位到注册表HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList并找到当前用户SID,SID可以用命令whoami /user获取修改ProfileImagePath值定位到注册表HKEY_USERS\用户SID\SOFTWARE\Microsoft\Windows\CurrentVersion...
阅读全文
脚本内容#!/bin/bash
#
# Filename: sendSMS.sh
# Revision: 1.0
# Date: 2017/11/21
# Author: LiuGuangShun
# Email:
# Website: http://zabbix
# Description: zabbix短信告警脚本
# Notes: ...
阅读全文