Skip to content

Instantly share code, notes, and snippets.

View danieltharp's full-sized avatar
💭
Computers help us solve problems we didn't have before.

Daniel Tharp danieltharp

💭
Computers help us solve problems we didn't have before.
  • ParkMobile
  • New Mexico
View GitHub Profile
@Kreloc
Kreloc / DangItBobby.ps1
Last active April 12, 2016 21:30 — forked from danieltharp/DangItBobby.ps1
PowerShell script to find where a user is logged into on the network and disable their NIC.
Function Disable-NICBasedOnUser
{
<#
.SYNOPSIS
Disables the network adapter on remote computer based on inputted user name and computer filter.
.DESCRIPTION
Disabled the IP enabled network adapters on remote computers. Computers are found using Get-ADComputer and user accounts
are verified against Active Directory.
@alirobe
alirobe / reclaimWindows10.ps1
Last active May 15, 2024 14:23
This Windows 10 Setup Script turns off a bunch of unnecessary Windows 10 telemetery, bloatware, & privacy things. Not guaranteed to catch everything. Review and tweak before running. Reboot after running. Scripts for reversing are included and commented. Fork of https://github.com/Disassembler0/Win10-Initial-Setup-Script (different defaults). N.…
###
###
### 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
###
###