-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3 Finished (& ToC) and .markdownlint.json in .vscode & user settings.โฆ
โฆjson
- Loading branch information
1 parent
ace4164
commit 2a9e196
Showing
3 changed files
with
98 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
@echo on | ||
rem Win OS .reg files Activator: | ||
|
||
runas /user:Administrator regedit /s CMD.reg && regedit /s Node.reg && regedit /s Notepad.reg && regedit /s Powershell.reg && regedit /s Pycharm.reg && regedit /s VSCode.reg && regedit /s bash.reg | ||
|
||
References: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/reg | ||
rem References: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/reg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"markdownlint.config": { | ||
"MD001": false, | ||
"MD013": false, | ||
"MD024": false, | ||
"MD029": false, | ||
"MD033": false, | ||
"MD045": false | ||
} | ||
} |
Oops, something went wrong.