diff --git a/git-clone-all.bat b/git-clone-all.bat index 56bcb44..6c55bc7 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -44,8 +44,6 @@ git clone https://git.faronear.org/npm/corend-i18n git clone https://git.faronear.org/npm/corend-toolkit git clone https://git.faronear.org/npm/corend-rpcsocket -git clone https://git.faronear.org/npm/template.user.uniapp - git clone https://git.faronear.org/npm/tic-crypto git clone https://git.faronear.org/npm/tic-chaintool git clone https://git.faronear.org/npm/tic-traction diff --git a/windows/ThisComputer-add-subfolders.reg b/windows/ThisComputer-add-subfolders.reg deleted file mode 100644 index dec70d5..0000000 --- a/windows/ThisComputer-add-subfolders.reg +++ /dev/null @@ -1,13 +0,0 @@ -Windows Registry Editor Version 5.00 - -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}] - -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}] - -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] - -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}] - -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}] - -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}] \ No newline at end of file diff --git a/windows/ThisComputer-delete-subfolders.reg b/windows/ThisComputer-delete-subfolders.reg deleted file mode 100644 index 6b67d3b..0000000 --- a/windows/ThisComputer-delete-subfolders.reg +++ /dev/null @@ -1,13 +0,0 @@ -Windows Registry Editor Version 5.00 - -[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}] - -[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{d3162b92-9365-467a-956b-92703aca08af}] - -[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] - -[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}] - -[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}] - -[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}] diff --git a/windows/install-OpenSSH-runas-Administrator.bat b/windows/install-OpenSSH-runas-Administrator.bat deleted file mode 100755 index 4ced001..0000000 --- a/windows/install-OpenSSH-runas-Administrator.bat +++ /dev/null @@ -1,17 +0,0 @@ -REM 介绍 https://winscp.net/eng/docs/guide_windows_openssh_server#installing_sftp_ssh_server -REM 下载 https://github.com/PowerShell/Win32-OpenSSH/releases -REM open a CMD or PowerShell as Administrator, then run this bat. - -cd C:\bin\OpenSSH-Win64 - -powershell.exe -ExecutionPolicy Bypass -File .\install-sshd.ps1 - -.\ssh-keygen.exe -A - -powershell.exe -ExecutionPolicy Bypass -File .\FixHostFilePermissions.ps1 - -REM Windows 8 and 2012 or newer only: -powershell.exe New-NetFirewallRule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH - -sc config sshd start=auto -sc start sshd diff --git a/windows/lock-screen.bat b/windows/lock-screen.bat deleted file mode 100644 index fffa6b8..0000000 --- a/windows/lock-screen.bat +++ /dev/null @@ -1 +0,0 @@ -C:\Windows\System32\rundll32.exe user32.dll,LockWorkStation \ No newline at end of file diff --git a/windows/right-click-classic.bat b/windows/right-click-classic.bat deleted file mode 100644 index 6713385..0000000 --- a/windows/right-click-classic.bat +++ /dev/null @@ -1 +0,0 @@ -reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f \ No newline at end of file diff --git a/windows/right-click-win11.bat b/windows/right-click-win11.bat deleted file mode 100644 index 7237152..0000000 --- a/windows/right-click-win11.bat +++ /dev/null @@ -1 +0,0 @@ -reg.exe delete “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}” /f diff --git a/windows/set-home-to-HOMEDRIVEHOMEPATH.reg b/windows/set-home-to-HOMEDRIVEHOMEPATH.reg deleted file mode 100644 index e44a8dd..0000000 --- a/windows/set-home-to-HOMEDRIVEHOMEPATH.reg +++ /dev/null @@ -1,5 +0,0 @@ -Windows Registry Editor Version 5.00 - -[HKEY_CURRENT_USER\Environment] -"HOME"=hex(2):25,00,48,00,4f,00,4d,00,45,00,44,00,52,00,49,00,56,00,45,00,25,\ - 00,25,00,48,00,4f,00,4d,00,45,00,50,00,41,00,54,00,48,00,25,00,00,00 \ No newline at end of file diff --git a/windows/show-all-notification-icons.bat b/windows/show-all-notification-icons.bat deleted file mode 100644 index 73ae8ca..0000000 --- a/windows/show-all-notification-icons.bat +++ /dev/null @@ -1,3 +0,0 @@ -echo "打开“通知区域图标”设置窗口,可设置Windows 11 通知栏显示所有图标" - -explorer.exe shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9} \ No newline at end of file diff --git a/windows/sleep.bat b/windows/sleep.bat deleted file mode 100644 index 91194a0..0000000 --- a/windows/sleep.bat +++ /dev/null @@ -1 +0,0 @@ -C:\Windows\System32\rundll32.exe powrprof.dll,SetSuspendState hibernate \ No newline at end of file diff --git a/windows/winconf.reg b/windows/winconf.reg deleted file mode 100644 index 1fdf9e6..0000000 Binary files a/windows/winconf.reg and /dev/null differ