管理员身份运行cmd,依次输入下面命令
slmgr.vbs -upk
slmgr.vbs -ipk W269N-WFGWX-YVC9B-4J6C9-T83GX #注意!!不同系统版本这里的激活码不一样,请往下翻寻找表格!
slmgr.vbs -skms kms.cangshui.net
管理员身份运行cmd,依次输入下面命令
slmgr.vbs -upk
slmgr.vbs -ipk W269N-WFGWX-YVC9B-4J6C9-T83GX #注意!!不同系统版本这里的激活码不一样,请往下翻寻找表格!
slmgr.vbs -skms kms.cangshui.net
import os | |
import json | |
import sys | |
error = False | |
def remove_bom(fname): | |
global error | |
try: |
function Connect-ToTaskScheduler($ComputerName,$Credential) | |
{ | |
$scheduler = New-Object -ComObject Schedule.Service | |
if ($ComuterName) { | |
} else { | |
$ComuterName = [System.Net.Dns]::GetHostName() | |
} | |
if ($Credential) { | |
$NetworkCredential = $Credential.GetNetworkCredential() | |
$scheduler.Connect($ComputerName, |
sudo nano /usr/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml
<key name="scaling-factor" type="u">
<default>2</default>
#!/usr/bin/bash | |
set -e | |
# Enables functional keys without Fn + Key | |
# https://help.ubuntu.com/community/AppleKeyboard#Change_Function_Key_behavior | |
sudo sh -c "echo 2 > /sys/module/hid_apple/parameters/fnmode" |
antfu.icons-carbon | |
aslamanver.vsc-export | |
bierner.markdown-mermaid | |
bpruitt-goddard.mermaid-markdown-syntax-highlighting | |
christian-kohler.path-intellisense | |
codezombiech.gitignore | |
craigthomas.supersharp | |
Dart-Code.dart-code | |
Dart-Code.flutter | |
DavidAnson.vscode-markdownlint |
.\qemu-img convert -p '..\Windows Server 2008 Enterprise Edition x86\Virtual Hard Disks\Windows2008Fullx86Ent.vhd' -O vmdk '..\Windows2008Fullx86Ent.vmdk' |
/******************************************************************************* | |
* | |
* A minimal Forth compiler in C | |
* By Leif Bruder <[email protected]> http://defineanswer42.wordpress.com | |
* Release 2014-04-04 | |
* | |
* Based on Richard W.M. Jones' excellent Jonesforth sources/tutorial | |
* | |
* PUBLIC DOMAIN | |
* |
@echo off | |
title Activate Windows 7 / 8 / 8.1 / 10 for FREE!&cls&echo =====================================&echo #Copyright: MSGuides.com&echo =====================================&echo.&echo #Supported products:&echo - Windows 7 Professional&echo - Windows 7 Professional N&echo - Windows 7 Professional E&echo - Windows 7 Enterprise&echo - Windows 7 Enterprise N&echo - Windows 7 Enterprise E&echo - Windows 8 Core&echo - Windows 8 Core Single Language&echo - Windows 8 Professional&echo - Windows 8 Professional N&echo - Windows 8 Professional WMC&echo - Windows 8 Enterprise&echo - Windows 8 Enterprise N&echo - Windows 8.1 Core&echo - Windows 8.1 Core N&echo - Windows 8.1 Core Single Language&echo - Windows 8.1 Professional&echo - Windows 8.1 Professional N&echo - Windows 8.1 Professional WMC&echo - Windows 8.1 Enterprise&echo - Windows 8.1 Enterprise N&echo - Windows 10 Home&echo - Windows 10 Home N&echo - Windows 10 Home Single Language&echo - Windows 10 Home Country Specific&echo - Windows 10 Professional&echo |