Power wash refers to a factory reset, so clean slate. It does allow a re-install of Chrome OS onto the Chromebook.
Push Escape + Refresh + Power on the keyboard
| ## Source https://v.firebog.net/hosts/lists.php?type=tick | |
| ## | |
| https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt | |
| https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts | |
| https://v.firebog.net/hosts/static/w3kbl.txt | |
| https://adaway.org/hosts.txt | |
| https://v.firebog.net/hosts/AdguardDNS.txt | |
| https://v.firebog.net/hosts/Admiral.txt | |
| https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt | |
| https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt |
| <html> | |
| <body> | |
| <script type="text/javascript"> | |
| var urls = [ | |
| "https://eyes.nasa.gov/apps/earth/#/", | |
| "https://threatmap.fortiguard.com/", | |
| "https://earth.nullschool.net", | |
| ] |
Depending on the ExecutionPolicy set on your machine you can try this
Invoke-WebRequest https://chocolatey.org/install.ps1 -UseBasicParsing | Invoke-Expression
or if that fails try this
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
111|04xxxxxxx!|021xxxxxx|[2-9]xxxxxx|0800xxxxxx|0508xxxxxx|021xxxxxxx|0900!
Summary:
Allow 111 Allow 0800 free-call Allow mobile (example 021 & 7 digits, could use non-021 also of course, just an example) Allow local landline within Region / without area code in front
Replace the text starting with "Category" and any text after it.
Use "Replace" and ensure you select Regular Expression in your text editor, example Notepad++
CTRL+H is the shortcut for "Replace" in Notepad++
We will not be using "matches newline" in this example.
\bCategory.*\b
| #Requires -RunAsAdministrator | |
| Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) | |
| choco install sysinternals keepass vlc treesizefree 7zip winscp putty filezilla notepadplusplus brave firefox git vscode chocolateygui |
Most modern client devices may now support, random hardware address aka randomized mac addresses.
From an I.T op perspective, this may cause DHCP pool exhaustion issues.
From a user perspective, they may not know what issues this may cause, besides a "I can't connect to the network anymore" issue.
This maybe of interest too, https://github.com/SystemJargon/mac-changer
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Color Test</title> | |
| <style> | |
| body { | |
| -webkit-animation: colorchange 20s infinite; | |
| animation: colorchange 20s infinite; | |
| } | |
| @-webkit-keyframes colorchange { |