Skip to content

Latest commit

 

History

History

Scripts+Configs

Information Directory


  • Customized settings for ConEmu
  • Customized setting for ERUNT registry backup
  • Scripts to create a standablone DISM folder and convert Windows ESD <-> WIM
  • Registry keys to add various cloud storage services to the Windows Explorer nav tree
  • Registry key to allow Windows to display PEM certs in GUI form
  • hosts file with MVPS and Malware Domain List entries
  • Adds Hyper-V Manager to Control Panel\Hardware and Sound
  • Custom IPtables script for SSH & VPN logging, as well as blocking commonly exploited ports
  • Auto creates an OpenWrt build environment on Ubuntu, as well as a Nano Makefile for OpenWrt
  • Custom NanoRC for Nano
  • Prebuilt custom Nginx server config for ownCloud running within a FreeNAS [FreeBSD 11] jail
  • Changes the default "Edit" option in context menus from Notepad to Notepad++
  • Prebuilt BSD/Linux & Windows OpenSSH client and server configs
  • Prebuilt custom OpenSSL config, including information and commands starting line 500
  • Custom client and server OpenVPN configs
  • Auto creates an OpenWrt build environment on Ubuntu, as well as a Nano Makefile for OpenWrt
  • An Event and Task Scheduler export to auto-start Outlook after being closed by a Task
  • Custom PowerShell profiles and scripts
  • Files and instructions required for a MultiHop SSH Tunnel or a TFTP firmware flash
  • Custom QDir config file and a useful registry key for WinPE/RE
  • Custom RoboCopy scripts and Tasks
  • Various system restore point creation scripts, with an accompanying Task Scheduler export
  • Various Task Scheduler exports
  • Various scripts for TrueNAS OS
  • Custom VimRC for Vim
  • Script to create a custom WinRE image and an accompanying bootable ISO, USB, or, VHD
  • Script to create a custom WinPE image via Windows ADK

Registry Keys
  • Some values will need to be customized to your environment

  • Explorer keys must be pointed to the right directory within the key
    • Paths in registry keys must use double backslashes \\

  • System Restore keys must have the path of the VBS script set correctly
    • I recommend placing vbs scripts in a folder with no spaces, such as %ProgramData%\Scripts
    • A junction point could also be created, creating a symbolic link without whitespaces
      • Example: cmd /c mklink /j %ProgramData%\Scripts "%UserProfile%\Documents\My Scripts"