From 62c5646ac51325c99d6935d90b82671eded2459a Mon Sep 17 00:00:00 2001 From: EstebanMqz Date: Sun, 14 Jul 2024 21:54:44 -0600 Subject: [PATCH] ToC 1/2 --- README.md | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 90eb4dc..d139437 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,18 @@ Background Context Menu Registries [![HTML](https://img.shields.io/badge/HTML-100000?style=flat&logo=html5&logoColor=red)](https://htmlpreview.github.io/?https://github.com/EstebanMqz/Registries/blob/main/.html/README.html) +1. UAC (User Account Control)
++ Admin. Permissions
++ Secure Desktop UAC
++ Variables & PATHs
+Folder's Commands
+Inquiries
+
-Enable [User/System Environment Variables](https://learn.microsoft.com/en-us/windows/win32/procthread/environment-variables) so that + + +Enable [User/System Environment Variables](https://learn.microsoft.com/en-us/windows/win32/procthread/environment-variables) to have [](https://anaconda.org) [](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cmd) [](https://git-scm.com) @@ -19,16 +28,19 @@ Enable [User/System Environment Variables](https://learn.microsoft. [](https://learn.microsoft.com/en-us/powershell/) [](https://www.jetbrains.com/pycharm/) [](https://code.visualstudio.com) -prompts in cd are displayed in every Folder 📂 +access in [cd](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cd) $\forall$ 📂 Profile Bashrc

-User Account Control: + +
+1. User Account Control:

+
-#### 1. Grant `%USERNAME$` Administrative permissions. +#### 1.1 Grant [`$Env:Username`]() Admin. permissions. Run [``Admin.ps1``](https://github.com/EstebanMqz/Registries/blob/main/.ps1/Admin.ps1). @@ -40,8 +52,9 @@ Run [``Admin.ps1``](https://github.com/EstebanMqz/Registries/blob/main/.ps1/Admi Administrative Permissions to <$env:USERNAME>: Successful. ``` +
-#### 2. Left-click [``UAC.bat``](https://github.com/EstebanMqz/Registries/blob/main/.bat/UAC.bat) to enable secure desktop UAC. +#### 1.2 Left-click [``UAC.bat``](https://github.com/EstebanMqz/Registries/blob/main/.bat/UAC.bat) to enable secure desktop UAC.
Recommended: Secure dimmed desktop highest privileges.
@@ -69,13 +82,15 @@ Value ConsentPromptBehaviorAdmin exists, overwrite(Yes/No)? Yes ``` -##### 3. Add your Environment Variables & PATHs: +##### 1.3 Add your Environment Variables & PATHs: + +
``` CMD SystemPropertiesAdvanced ``` -##### 4. Use [``PATHs_verification.sh``](https://github.com/EstebanMqz/Registries/blob/main/.sh/PATHs_verification.sh) &[``System_Environments.sh``](https://github.com/EstebanMqz/Registries/blob/main/.sh/PATH.sh) your PATHs & directories. +##### 1.4 Use [``PATHs_verification.sh``](https://github.com/EstebanMqz/Registries/blob/main/.sh/PATHs_verification.sh) &[``System_Environments.sh``](https://github.com/EstebanMqz/Registries/blob/main/.sh/PATH.sh) with your PATHs & directories. ``` bash #PATHs @@ -127,9 +142,11 @@ reg query HKEY_CLASSES_ROOT /f "" /s /e

-

Background Context & Commands

+

2. Background Context & Commands


+
+

Description:

Remove TrustedInstaller FullControl on needed Registries, grant it to Administrator manually in [Registry Editor](https://learn.microsoft.com/en-us/troubleshoot/windows-server/performance/windows-registry-advanced-users)
@@ -209,10 +226,12 @@ Run [``PowerShell.reg``](https://github.com/EstebanMqz/Registries/blob/main/.reg

Enable User/System Environment Variables & PATHs at Startup

+
+ To be able to use the previously enabled [.reg](https://github.com/EstebanMqz/Registries/tree/main/.reg) files you will need to do the following: -6. Open your Unix-like environment and input.
+1. Open your Unix-like environment and input.
It will open startup files which could be virtual for your OS With a few modifications on [`~/.bashrc`](https://github.com/EstebanMqz/Registries/blob/main/%24HOME/.bashrc)
.