Projects in Awesome Lists by sangafabrice
A curated list of projects in awesome lists by sangafabrice .
https://github.com/sangafabrice/reg-cli
Set of helper functions for updating applications on the Windows Platform in a way that avoids writing to the registry as much as possible.
Last synced: 21 Mar 2025
https://github.com/sangafabrice/add-to-path
Simple shortcut menus to modify the PATH environment variable on Windows.
advanced-query-syntax environment-variables shortcut-menu windows-registry windows-script-host windows-shell
Last synced: 05 Mar 2025
https://github.com/sangafabrice/silent-install-kb
Central repo for some windows application updaters.
7zip curl jq pup vbscript windows-shell xmlstarlet
Last synced: 13 Apr 2025
https://github.com/sangafabrice/markdown-to-html-shortcut
Windows 10/11 context menu shortcut for converting a Markdown file to an HTML file.
context-menu jscript powershell-core shortcut windows-10 windows-11 windows-registry windows-scripting-host wscript wsh
Last synced: 27 Mar 2025
https://github.com/sangafabrice/module-build-template
Template repository that serves as the skeleton of a PowerShell module build codebase.
Last synced: 05 Mar 2025
https://github.com/sangafabrice/update-msedge-winshell
Script to silently update Microsoft Edge browser and open PDF files with it as an application.
curl http-request jq json microsoft-edge microsoft-edge-pdf vbscript windows-installer windows-registry windows-shell wmi-query
Last synced: 08 May 2025
https://github.com/sangafabrice/sangafabrice
It used to be a hobby, but I now am confident I can crack that. Give me a chance and I won't disappoint you. #UnleashTheDragon
computer-science powershell software-engineering vbscript windows-shell
Last synced: 13 Apr 2025
https://github.com/sangafabrice/choco-packages
Central repository for some chocolatey packages. Packages are set by branches and the main branch sets a small test environment that may use Windows Sandbox or PowerShell v2.0.
avast-secure chocolatey-packages download-info windows-sandbox
Last synced: 05 Mar 2025
https://github.com/sangafabrice/process-inspector-mvc
The Process Inspector inspects individual processes and provides an option to stop them. It is a simple GUI application built with PowerShell WinForms and structured on the MVC architecture.
adapter-pattern factory-method-pattern gui mediator-pattern mvc task-manager
Last synced: 05 Mar 2025
https://github.com/sangafabrice/cvmd2html.vbs
WSH Tutorial | How to write VBScript automation scripts?
Last synced: 05 Mar 2025
https://github.com/sangafabrice/windows-path-type
The WindowsPath type is an alternative to the Test-Path cmdlet bound with the parameter IsValid on the Windows Platform. It excludes file path strings that contain invalid characters.
ci-cd-pipeline modules psgallery workflow
Last synced: 05 Mar 2025
https://github.com/sangafabrice/send-notepad-message
Display a message to a remote Windows desktop using PowerShell Remoting, the Task Scheduler and Notepad.
active-sessions powershell-remoting task-scheduler windows-platform
Last synced: 05 Mar 2025
https://github.com/sangafabrice/shuffler
A simple component that helps shuffle a list of related objects like a playlist.
desktop-background lockscreen-background logon-picture personalization photos-app-tile vbscript windows-script-component
Last synced: 05 Mar 2025
https://github.com/sangafabrice/howto-admin-with-visual-basic-compiler
Compile VB.NET (2012 and 2017) source code to administrator executable with the Visual Basic Compiler (vbc.exe/vbc.dll). Use the default, or the Roslyn compilers. (.NET Framework and .NET Core)
dotnet roslyn tlbimp vbc vscode
Last synced: 15 Mar 2025
https://github.com/sangafabrice/web-hugo
Hugo static sites project development environment.
hugo powershell-autocompleter powershell-automation powershell-module
Last synced: 05 Mar 2025
https://github.com/sangafabrice/notify-connect
A utility to notify of the administrative state of an NIC, the media link, in addition to the network connection state.
network-interface-card vbscript windows-script-component wmi-query
Last synced: 05 Mar 2025
https://github.com/sangafabrice/download-info
A proxy module to download update information from the host of the application to update.
github-api omaha-server sourceforge
Last synced: 05 Mar 2025
https://github.com/sangafabrice/cvmd2html.net.js
.NET Tutorial | How to write JScript.NET programs?
dotnet-framework jint jscript-compiler jscriptdotnet management-class markdig nuget resource-compiler resource-generator showdownjs snarkdown typelib-importer wmi-scripting
Last synced: 30 Mar 2025
https://github.com/sangafabrice/how-to-admin.netfx.vb
Compile VB.NET source code to administrator executable use case.
dotnet netfx powershell vb-net vbc
Last synced: 20 Nov 2024
https://github.com/sangafabrice/how-to-admin.netfx.cs
Compile C# source code to administrator executable use case.
csharp dotnet netfx powershell tlbimp
Last synced: 27 Nov 2024
https://github.com/sangafabrice/howto-admin-with-csharp
Compile C# source code to administrator executable use case.
csharp dotnet netfx powershell tlbimp
Last synced: 03 Dec 2024
https://github.com/sangafabrice/how-to-admin.netfx.fs
Compile F# source code to administrator executable use case.
Last synced: 27 Nov 2024
https://github.com/sangafabrice/howto-process-substitution-with-jscript-wsh
Implement Process Substitution with JScript\WSH using WshShell.Exec method.
ipc process-substitution wscript wsh wshshell-exec
Last synced: 05 Apr 2025
https://github.com/sangafabrice/howto-admin-with-fsharp-compiler
Compile F# 9 source code to administrator executable with the F# Compiler (fsc.exe/fsc.dll). Use the Visual Studio or the dotnet compilers. (.NET Framework and .NET Core)
Last synced: 05 Apr 2025
https://github.com/sangafabrice/howto-admin-with-jscript-compiler
Compile JScript.NET source code to administrator executable with the JScript Compiler (jsc.exe) and the Resource Compiler (rc.exe). (.NET Framework)
jsc jscript-net rc tlbimp vscode
Last synced: 05 Apr 2025
https://github.com/sangafabrice/howto-admin-with-jscript-wsh
Request administrative privileges from a JScript/WSH script using StdRegProv WMI class and ShellExecute.
Last synced: 05 Apr 2025
https://github.com/sangafabrice/howto-wmi-script-with-jscript-wsh
Write WMI scripts in JScript\WSH. Use cases: Start a process and change registry.
process processstartup stdregprov
Last synced: 05 Apr 2025
https://github.com/sangafabrice/howto-admin-with-csharp-compiler
Compile C# (5 and 13) source code to administrator executable with the C# Compiler (csc.exe/csc.dll). Use the default, or the Roslyn compilers. (.NET Framework and .NET Core)
csc dotnet omnisharp roslyn tlbimp vscode
Last synced: 21 Mar 2025
https://github.com/sangafabrice/cvmd2html.wsh.js
WSH Tutorial | How to write JScript/ES3 automation scripts?
com-object cscript ipc jscript wmi wscript wsh
Last synced: 05 Mar 2025