Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #306 from Brandonbr1/block-ads
Browse files Browse the repository at this point in the history
Add a script to block ads and include things from the scripts folder into the actual main file the people download
  • Loading branch information
ChrisTitusTech authored Apr 22, 2022
2 parents 73482bf + 19e0baa commit e54bd81
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 243 deletions.
3 changes: 3 additions & 0 deletions Individual Scripts/block-ads.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$adlist= Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/Brandonbr1/ad-list-hosts/main/host'
$adfile = "$env:windir\System32\drivers\etc\hosts"
$adlist | Add-Content -PassThru $adfile
61 changes: 0 additions & 61 deletions Individual Scripts/block-telemetry.cmd

This file was deleted.

77 changes: 0 additions & 77 deletions Individual Scripts/ram-reducer.reg

This file was deleted.

104 changes: 0 additions & 104 deletions Individual Scripts/service disabler.ps1

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 CT Tech Group, LLC
Copyright (c) 2021-2022 CT Tech Group, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit e54bd81

Please sign in to comment.