├── README.md ├── 一行命令激活Windows系统与Microsoft Office办公套件 ├── 永久激活windows.bat └── 清理C盘垃圾.bat /README.md: -------------------------------------------------------------------------------- 1 | # 工具合集 2 | -------------------------------------------------------------------------------- /一行命令激活Windows系统与Microsoft Office办公套件: -------------------------------------------------------------------------------- 1 | 一行命令激活Windows系统与Microsoft Office办公套件 2 | 3 | irm https://get.activated.win | iex 4 | 5 | 使用 Powershell 执行此命令,会自动唤起管理员UAC弹窗,同意即可。 6 | -------------------------------------------------------------------------------- /永久激活windows.bat: -------------------------------------------------------------------------------- 1 | %1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit 2 | 3 | slmgr /skms one.kmspass.com && slmgr /ato 4 | 5 | @REM 适用版本: 6 | @REM 1 = Windows Server 2008 Standard 63 = Windows 7 Professional N 7 | @REM 2 = Windows Server 2008 Standard V 64 = Windows Vista Enterprise 8 | @REM 3 = Windows Server 2008 Datacenter 65 = Windows Vista Enterprise N 9 | @REM 4 = Windows Server 2008 Datacenter V 66 = Windows Vista Business 10 | @REM 5 = Windows Server 2008 Enterprise 67 = Windows Vista Business N 11 | @REM 6 = Windows Server 2008 Enterprise V 68 = Windows ThinPC 12 | @REM 7 = Windows Server 2008 Web 69 = Windows Embedded POSReady 7 13 | @REM 8 = Windows Server 2008 Compute Cluster 70 = Windows Embedded Industry 8.1 14 | @REM 9 = Windows Server 2008 R2 Standard 71 = Windows Embedded Industry E 8.1 15 | @REM 10 = Windows Server 2008 R2 Datacenter 72 = Windows Embedded Industry A 8.1 16 | @REM 11 = Windows Server 2008 R2 Enterprise 73 = Office Access 2010 17 | @REM 12 = Windows Server 2008 R2 Web 74 = Office Excel 2010 18 | @REM 13 = Windows Server 2008 R2 Compute Cluster 75 = Office Groove 2010 19 | @REM 14 = Windows Server 2012 Datacenter 76 = Office InfoPath 2010 20 | @REM 15 = Windows Server 2012 Standard 77 = Office Mondo 2010 21 | @REM 16 = Windows Server 2012 MultiPoint Premium 78 = Office Mondo 2010 22 | @REM 17 = Windows Server 2012 MultiPoint Standard 79 = Office OneNote 2010 23 | @REM 18 = Windows Server 2012 R2 Datacenter 80 = Office OutLook 2010 24 | @REM 19 = Windows Server 2012 R2 Standard 81 = Office PowerPoint 2010 25 | @REM 20 = Windows Server 2012 R2 Cloud Storage 82 = Office Project Pro 2010 26 | @REM 21 = Windows Server 2012 R2 Essentials 83 = Office Project Standard 2010 27 | @REM 22 = Windows Server 2016 Datacenter Preview 84 = Office Publisher 2010 28 | @REM 23 = Windows 10 Enterprise 85 = Office Visio Premium 2010 29 | @REM 24 = Windows 10 Enterprise N 86 = Office Visio Pro 2010 30 | @REM 25 = Windows 10 Enterprise LTSB 87 = Office Visio Standard 2010 31 | @REM 26 = Windows 10 Enterprise LTSB N 88 = Office Word 2010 32 | @REM 27 = Windows 10 Education 89 = Office Professional Plus 2010 33 | @REM 28 = Windows 10 Education N 90 = Office Standard 2010 34 | @REM 29 = Windows 10 Professional 91 = Office Small Business Basics 2010 35 | @REM 30 = Windows 10 Professional N 92 = Office Access 2013 36 | @REM 31 = Windows 10 Home 93 = Office Excel 2013 37 | @REM 32 = Windows 10 Home N 94 = Office InfoPath 2013 38 | @REM 33 = Windows 10 Home Single Language 95 = Office Lync 2013 39 | @REM 34 = Windows 10 Home Country Specific 96 = Office Mondo 2013 40 | @REM 35 = Windows 8.1 Enterprise 97 = Office OneNote 2013 41 | @REM 36 = Windows 8.1 Enterprise N 98 = Office OutLook 2013 42 | @REM 37 = Windows 8.1 Professional WMC 99 = Office PowerPoint 2013 43 | @REM 38 = Windows 8.1 Professional 100 = Office Project Pro 2013 44 | @REM 39 = Windows 8.1 Professional N 101 = Office Project Standard 2013 45 | @REM 40 = Windows 8.1 Core 102 = Office Publisher 2013 46 | @REM 41 = Windows 8.1 Core N 103 = Office Visio Standard 2013 47 | @REM 42 = Windows 8.1 Core ARM 104 = Office Visio Pro 2013 48 | @REM 43 = Windows 8.1 Core Single Language 105 = Office Word 2013 49 | @REM 44 = Windows 8.1 Core Country Specific 106 = Office Professional Plus 2013 50 | @REM 45 = Windows 8.1 Core Connected 107 = Office Standard 2013 51 | @REM 46 = Windows 8.1 Core Connected N 108 = Office Professional Plus 2016 52 | @REM 47 = Windows 8.1 Core Connected Single Language 109 = Office Project Pro 2016 53 | @REM 48 = Windows 8.1 Core Connected Country Specific 110 = Office Visio Pro 2016 54 | @REM 49 = Windows 8.1 Professional Student 111 = Office Publisher 2016 55 | @REM 50 = Windows 8.1 Professional Student N 112 = Office Access 2016 56 | @REM 51 = Windows 8 Professional WMC 113 = Office Skype for Business 2016 57 | @REM 52 = Windows 8 Professional 114 = Office Mondo 2016 58 | @REM 53 = Windows 8 Professional N 115 = Office Visio Standard 2016 59 | @REM 54 = Windows 8 Enterprise 116 = Office Word 2016 60 | @REM 55 = Windows 8 Enterprise N 117 = Office Excel 2016 61 | @REM 56 = Windows 8 Core 118 = Office Powerpoint 2016 62 | @REM 57 = Windows 8 Core N 119 = Office OneNote 2016 63 | @REM 58 = Windows 8 Core Country Specific 120 = Office Project Standard 2016 64 | @REM 59 = Windows 8 Core Single Language 121 = Office Standard 2016 65 | @REM 60 = Windows 7 Enterprise 122 = Office Mondo R 2016 66 | @REM 61 = Windows 7 Enterprise N 123 = Office Outlook 2016 67 | @REM 62 = Windows 7 Professional 68 | -------------------------------------------------------------------------------- /清理C盘垃圾.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ping11700/Tools/13934ed3cdfcc47c5b3c1e6569ffecda993deb8f/清理C盘垃圾.bat --------------------------------------------------------------------------------