This file contains hidden or 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
| { | |
| "format_version": 2, | |
| "header": { | |
| "description": "Minecraft pack manifest template", | |
| "name": "Example Resource Pack", | |
| "uuid": "6e435573-7b86-4c34-9be2-ddb6fa1ea5d1", | |
| "version": [1, 0, 0], | |
| "min_engine_version": [ 1, 18, 10 ] | |
| }, | |
| "modules": [ |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>HTML 5 Boilerplate</title> | |
| <link rel="stylesheet" href="style.css"> | |
| </head> | |
| <body> |
This file contains hidden or 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
| powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 |
This file contains hidden or 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
| Windows Registry Editor Version 5.00 | |
| [-HKEY_CLASSES_ROOT\*\shell\runas] | |
| [-HKEY_CLASSES_ROOT\Directory\shell\runas] |
This file contains hidden or 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
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\*\shell\runas] | |
| @="Take Ownership" | |
| "NoWorkingDirectory"="" | |
| [HKEY_CLASSES_ROOT\*\shell\runas\command] | |
| @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" | |
| "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" |