Skip to content

Commit c5ed255

Browse files
committed
Fix header formatting and color
1 parent 8b1a894 commit c5ed255

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
assets/.DS_Store
2+
.DS_Store
3+
assets/.DS_Store

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ powershell -ep bypass "irm 'https://riptide.codepy.org/RSR.ps1'|iex"
99
All you need is a Windows 10 or 11 computer, administrator rights to launch the reset process, and an Internet connection. This command can be launched from the run box (press WIN+R), command prompt, PowerShell, or any other method to run a system command.
1010

1111
## How does it work?
12-
# Stage 1: Single Command
12+
### Stage 1: Single Command
1313
The single line command uses the Invoke-RestMethod (**irm**) cmdlet to download the full *RIPTIDE System Reset* script, and immediately executes it by piping it into Invoke-Expression (**iex**). It also sets the **E**xecution **P**olicy for the session to ***Bypass***, meaning for this session PowerShell will not require scripts to be digitally signed.
1414

15-
# Stage 2: RIPTIDE System Reset (RSR)
15+
### Stage 2: RIPTIDE System Reset (RSR)
1616
The RSR script contains the necessary logic to start the reset process. It starts by checking if admin privileges have already been granted and, if they haven't been yet, relaunches the process with a UAC prompt for administrator rights. Then, it saves a provisioning package to disk that is embedded into the script using base64 encoding. After attempting to remove any preexisting provisioning packages (which may interfere with the reset process, if not also persist the reset), it applies the package to the system.
1717

18-
# Stage 3: Provisioning Package
18+
### Stage 3: Provisioning Package
1919
The provisioning package (PPKG) is configured to set the system to stay awake when powered, and initiate the reset process. The package also starts an embedded PowerShell script to scrub free space.
2020

21-
# Stage 4: Final Scrub
21+
### Stage 4: Final Scrub
2222
The embedded PowerShell script finds all drives attached to the system, and programmatically runs the *cipher* utility built into Windows to execute a 3-pass wipe process on all remaining free disk space.
2323

2424
## What if my antivirus stops RIPTIDE from running?

assets/.DS_Store

0 Bytes
Binary file not shown.

assets/css/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66

77
header {
8-
h1, h2 {
9-
color: #00f0ff;
8+
h1, h2, h3 {
9+
color: #00f0ff !important;
1010
}
1111
}
1212

0 commit comments

Comments
 (0)