These are my own documented steps to get ooot to build on Windows 10 using Python 3.10.2 and Visual Studio 2019/2022
- Install Visual Studio 2019 (or 2022, it also works just fine) https://visualstudio.microsoft.com/vs/older-downloads/
| #!/bin/sh | |
| prog_name=${0##*/} | |
| version=1.0 | |
| version_text="Boilerplate for new scripts v$version" | |
| options="h o: q v V" | |
| help_text="Usage: $prog_name [-o <text>] [-hqvV] [<file>]... | |
| Boilerplate for new scripts |
| // ==UserScript== | |
| // @name Block Tildes user comments | |
| // @version 0.1 | |
| // @description Block Tildes comments | |
| // @author github.com/Celeo | |
| // @match https://tildes.net/* | |
| // @grant none | |
| // @require http://code.jquery.com/jquery-latest.js | |
| // ==/UserScript== |
| ----------------------------------------------------------------------------------------- | |
| ID Full Name Short Name Description | |
| ----------------------------------------------------------------------------------------- | |
| 256: Show TST Show global scripts and variables. | |
| 257: ShowVars SV Show variables on object. You can optionally specified a papyrus variable or script to filter with [player->sv] | |
| 258: ShowGlobalVars SGLV Show all global variables. | |
| 259: ShowQuestVars SQV Show quest variables. You can optionally specified a papyrus variable or script to filter with [svq QuestID] | |
| 260: ShowQuests SQ List quests. | |
| 261: ShowQuestAliases Show quest aliases. [ShowQuestAliases QuestID] | |
| 262: |
| [I'm an inline-style link](https://www.somewebsite.com) | |
| [I'm an inline-style link with title](https://www.somewebsite.com "somewebsite's Homepage") | |
| [I'm a reference-style link][Arbitrary case-insensitive reference text] | |
| [I'm a relative reference to a repository file](../blob/master/LICENSE) | |
| [You can use numbers for reference-style link definitions][1] |
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
| <# | |
| .NOTES | |
| =========================================================================== | |
| Created with: SAPIEN Technologies, Inc., PowerShell Studio 2016 v5.2.117 | |
| Created on: 3/25/2016 17:33 | |
| Created by: Colin Squier <hexalon@gmail.com> | |
| Filename: Lock-Computer.ps1 | |
| =========================================================================== | |
| .DESCRIPTION | |
| Uses C# to call an Win32 API to lock the computer |
| ### | |
| ### | |
| ### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
| ### https://christitus.com/windows-tool/ | |
| ### https://github.com/ChrisTitusTech/winutil | |
| ### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
| ### iwr -useb https://christitus.com/win | iex | |
| ### | |
| ### OR take a look at | |
| ### https://github.com/HotCakeX/Harden-Windows-Security |