Windows 10 system sets all programs to run as administrator by default

Today, I encountered a new problem when I was dealing with a problem for a customer. A certain program would not work properly if it was not run as an administrator, so I wanted to set all programs to run as an administrator by default. (Note: It is risky to run all programs as an administrator by default. This operation is not recommended for ordinary users.) So after searching Google to get the answer, I verified the operation. Prove it works. Write it down as a note now so you don’t forget it later. ...

Globe Broadband Super administrator password

Globe Broadband Super administrator password By default, Globe doesn’t even let you change your router’s wifi password and doesn’t give you full access to the router’s capabilities and you’re locked in to this crappy-unoptimised settings. You will then call their hotline: 211 and customer service will only give you the credentials enough to change your router’s password and the wifi. As you look around you’ll find yourself frustrated not having the option to at least organize your ip-address ranger (e.g., 192.168.1.1 ~ 192.168.1.100), have no fear, the internet is here!. ...

Centos7 set up network

How to set up Centos7 network Enter the system configuration directory cd /etc/sysconfif/network-scripts/ ls #查看目錄 Back up network card files cp ifcfg-ens192 ifcfg-ens192.bakEdit network card file vi ifcfg-ens192 After saving, restart the network service. :wq systemctl restart netwrokNetwork card configuration instructions TYPE=Ethernet # 网卡类型:为以太网 PROXY_METHOD=none # 代理方式:关闭状态 BROWSER_ONLY=no # 只是浏览器:否 BOOTPROTO=dhcp # 网卡的引导协议:DHCP[中文名称: 动态主机配置协议] DEFROUTE=yes # 默认路由:是, 不明白的可以百度关键词 `默认路由` IPV4_FAILURE_FATAL=no # 是不开启IPV4致命错误检测:否 IPV6INIT=yes # IPV6是否自动初始化: 是[不会有任何影响, 现在还没用到IPV6] IPV6_AUTOCONF=yes # IPV6是否自动配置:是[不会有任何影响, 现在还没用到IPV6] IPV6_DEFROUTE=yes # IPV6是否可以为默认路由:是[不会有任何影响, 现在还没用到IPV6] IPV6_FAILURE_FATAL=no # 是不开启IPV6致命错误检测:否 IPV6_ADDR_GEN_MODE=stable-privacy # IPV6地址生成模型:stable-privacy [这只一种生成IPV6的策略] NAME=ens33 # 网卡物理设备名称 UUID=f47bde51-fa78-4f79-b68f-d5dd90cfc698 # 通用唯一识别码, 每一个网卡都会有, 不能重复, 否两台linux只有一台网卡可用 DEVICE=ens33 # 网卡设备名称, 必须和 `NAME` 值一样 ONBOOT=no # 是否开机启动, 要想网卡开机就启动或通过 `systemctl restart network`控制网卡,必须设置为 `yes` Reference reading https://segmentfault.com/a/1190000011954814

ESXi6.7 network card passthrough causes failure to start

Stuck after enabling network card passthrough dma_mapper_iommu loaded successfully Unable to enter the management interface Unable to ping the ESXi management port Brief description Mount the ESXI system disk using Ubuntu desktop using a USB flash drive. Change the passthru option in the esx.conf file. Write Ubuntu desktop to USB flash drive Tools Rufus https://rufus.ie/ Ubuntu 18.04 Desktop https://releases.ubuntu.com/18.04/ After using Rufus to write ubuntu to the USB flash drive, set the server boot option from the USB flash drive. Try ubuntu ...

ESXi7 change VMFSL space

After installing ESXi7 using a 240G SSD in a dusty NUC, the available space is only 95G. In the system storage, I see that the VMFSL space takes up more than 100G. For me who wants to open multiple virtual machines, this space is not enough; After a Google search, I found that if you change the VMFSL space, you need to do it during installation. So the following operations are the steps before ESXi7 installation. ...

Windows 10 uninstall Edge browser

How to uninstall Edge browser There are many reasons to dislike the Edge browser Here are the solutions and steps for you to uninstall the Edge browser Run Windows PowerShell as Administrator Enter the Edge browser directory cd "C:\Program Files (x86)\Microsoft\Edge\Application\90.0.818.66\Installer"Everyone’s version is different. If the prompt path does not exist, please check the actual directory of the Edge browser on your computer. Execute uninstall command .\setup.exe --uninstall --system-level --verbose-logging --force-uninstallIt is recommended to restart the computer once to complete the uninstallation.

Merlin firmware installation Shadowsocks

Merlin firmware installation, scientific Internet access, prompt contains illegal characters There are 2 ways to solve it Manually upload the installation package and manually decompress and install it. Change script blocking content Device model ASUS RT-AC5300 Merlin firmware version RT-AC5300_384.18_0_koolshare.trx Operation steps Download the corresponding version of the offline installation package here https://github.com/hq450/fancyss_history_package/tree/master/fancyss_arm384 Upload the offline installation package to the device tmp directory 这里使用Winscp 具体步骤就不详细描述了。大家Google搜索一下 Log in to the device via SSH, unzip and install ...

ipv6DDNS resolves to Cloudflare domain name

After a disconnection, I discovered that the operator had given IPv6 So just remember it Use Cloudflare to resolve the ipv6 address of your own computer DDNS parsing open source project DDNS-go https://github.com/jeessy2/ddns-go Please refer to the project page for specific usage. Features Support Mac, Windows, Linux systems, support ARM, x86 architecture Supported domain name service providers Alidns(阿里云) Dnspod(腾讯云) Cloudflare 华为云 Support interface/network card to obtain IP Support running as a service (supported after v2.8.0) ...

Panabit Alibaba Public Cloud Installation Notes

Because the hardware standard of panabit is not enough. Panabit equipment is not allowed in the computer room. So install panabit on the Alibaba Cloud public server. Then deploy the iWAN service and forward the peer data to the Alibaba Cloud public server through the iWAN service. In order to forget it in the future, I will record the notes as follows. Server requirements Centos 7.6 2-core CPU, 2G memory, bandwidth configured as required ...

SoftEther VPN Server Ubuntu Installation Notes

SoftEther is an open source VPN project developed by the University of Tsukuba, Japan. You can freely use it to set up a virtual LAN for your home or company. It has multi-platform servers and clients, and a convenient and simple operation interface, which has been loved by many people. Next, let’s learn how to do it with me. Introduction to SoftEther https://www.softether.org/9-about SoftEherDownload https://www.softether.org/5-download Server environment Ubuntu 16.4.1 & Centos 7.6 ...

Windows Defender adds exclusions & whitelist

Question: Certain easy language auxiliary tools & system debugging tools Often deleted by mistake when Windows Defender is turned on The following steps document how to add exclusions & whitelists to Windows Defender ...

VMware and VirtualBox set up virtual machines to run in the background during startup

Note: This note is operated in the following environment Host operating system Windows 10 VMware version 14.0 VirtualBox 6.0 ...

Use Aigai SD-WAN to access remote LAN resources

demand Access the intranet resources, monitoring services, and NAS services of gateway A. iKuai SD-WAN activation Aikuai SD-WAN activation link Network topology diagram Aikuai Cloud SD-WAN configuration information Aikuai Cloud SD-WAN topology diagram Access remote LAN function test Access to the NAS server and monitoring is normal. Ping quality test Performance is good, packet loss is rare. Occasionally packet drops occur during peak network usage periods because mobile terminal A is too far away from the other two gateways. Tracert test is direct connection, MTR test quality is normal. ...

AdGuard Home-DNS resolution server construction notes

Introduction to AdGuardHome AdGuard Home, written in Golang, officially supports running on Linux 32-bit/64-bit/ARM (v6/v7)/MIPS, FreeBSD, Windows, macOS, Docker, as well as OpenWrt software packages, Home Assistant extensions and Arch Linux maintained by third-party developers. Download and install AdGuard Home System environment: ubuntu 18.04 Download AdGuard Home wget https://static.adguard.com/adguardhome/edge/AdGuardHome_linux_amd64.tar.gz -O AdGuardHome.tar.gzNote: Download the corresponding version according to your system Unzip and install AdGuard Home sudo tar zxvf AdGuardHome.tar.gz sudo chmod +x AdGuardHome cd AdGuardHome sudo ./AdGuardHome --service installWhen the prompt AdGuard Home is successfully installed and will automatically start on boot. is displayed, it means that AdGuard Home is successfully installed on the current system. The address and port of the management background will be displayed on the terminal. The default is http://IP:3000 ...

Windows system environment variables

When writing batch processing, directories such as C:\ProgramData and C:\Users\Home\AppData\Local are often used. Sometimes the user names are different. In this case, we need to use variables. Variable comparison table Reference reading: https://www.askvg.com/list-of-environment-variables-in-windows-xp-vista-and-7/ https://windowsloop.com/list-of-all-environment-variables-in-windows-10/ https://ss64.com/nt/syntax-variables.html

搜尋文章

輸入標題、分類或文章內容

Plz typing to search for articles.