Safe by design

Nothing here is a one-way door.

The whole design assumes you will want to undo it. FrameForge makes a System Restore point before the first change, writes a backup and a Revert.bat, sets services to Manual instead of disabling them, and never goes near your files, your games, or anti-cheat. Here is exactly what happens, step by step.

Reversible by defaultAnti-cheat safeManual, not DisabledBuilt-in Windows tools only
The safety model

Six things that keep this reversible.

None of this is marketing. Each point is a concrete behaviour in the app — a restore point, an exported key, a service left on Manual. Read them and decide for yourself.

01

A System Restore point, before the first change — every run

The very first thing FrameForge does, on every run, is create a System Restore point. Before a single registry value moves it asks Windows for a checkpoint named for the app, so the whole machine has a rollback target that predates anything it did.

The Free .bat is undone purely this way: it makes the point, then runs its four tweaks. If you ever want to back all of it out, you roll the system back to that point and you are where you started.

02

A timestamped backup folder and a Revert.bat

The .exe tiers go further. Before they touch anything, they write a timestamped backup folder next to the app and generate a Revert.bat inside it. Registry values get exported to .reg files first; any config they rewrite — like your Fortnite settings — is copied in untouched.

Reverting is then one double-click. The script restores the saved keys, flips services back, and puts your files back the way they were. No need to remember what you changed — the app remembered for you.

03

Services set to Manual — not Disabled

This is the line that separates a careful tweak from a reckless one. Non-essential services are set to Manual, never Disabled. Manual means a service stops idling in the background but still starts on demand the moment something actually needs it — so nothing silently breaks.

And there is a hard exclusion list it will not go near: networking, audio, security, and Windows Update services are left exactly as they are. Print Spooler and Windows Search are skipped by the default services pass too.

04

Debloat touches a known list — and keeps the essentials

The debloat step removes promo stubs and unused Microsoft apps from a fixed, known list. It is not a blunt "remove every app" sweep. It deliberately keeps the Microsoft Store, Xbox, the .NET / VC++ runtimes, and the Windows shell.

Anything it removes is reinstallable from the Store in a couple of clicks. The optional deprovision step just stops the known bloat from creeping back on new profiles or feature updates — it still only ever touches that same list.

05

Anti-cheat safe, by construction

FrameForge changes Windows settings and writes a normal Fortnite settings file. It does not read game memory, it does not inject into any process, and it never touches Easy Anti-Cheat. There is nothing for an anti-cheat to flag because it does nothing an anti-cheat watches for.

Put plainly: it is the same kind of change you could make by hand in Windows Settings and the in-game menu. The app just does it correctly and writes down how to undo it.

06

The SmartScreen warning, explained

When you open the .exe, Windows may show a blue SmartScreen prompt. That is a reputation check, not a malware verdict. SmartScreen warns on any app that has not been signed with an expensive code-signing certificate and built up download history — which describes most small, free, community tools.

To proceed: click More info, then Run anyway. FrameForge only ever calls built-in Windows tools — powercfg, reg, sc, fsutil, PowerShell. If you would rather trust nothing, compile it from source yourself.

Revert artifacts — written before any change
C:\FrameForge\Backup_2026-05-28_14-22-07\
  Revert.bat                  <- double-click to roll everything back
  power-plan.guid             <- your previous power scheme, restored
  reg\*.reg                    <- every key exported before it was touched
  services.csv                <- prior Startup type for each service
  GameUserSettings.ini.bak    <- your Fortnite config, untouched

Folder name is illustrative · the timestamp matches your run

The boundary

What it touches — and what it will not.

The clearest way to think about scope. Everything on the left is reversible Windows configuration. Everything on the right is off-limits, full stop.

What it WILL touch

  • Windows settings & the registry (power, scheduling, input, privacy)
  • Temp folders — %TEMP% and C:\Windows\Temp (in-use files skipped)
  • A known list of bloatware apps — all reinstallable from the Store
  • Services flipped to Manual, never Disabled
  • Scheduled telemetry tasks (disabled, not deleted)
  • One Fortnite config file — backed up first, then written

What it will NEVER touch

  • Your files — documents, photos, downloads, anything personal
  • Your installed games or their save data
  • Anti-cheat — no memory reads, no injection, never touches Easy Anti-Cheat
  • Networking, audio, security or Windows Update services
  • The Store, Xbox, .NET / VC++ runtimes, or the Windows shell
  • Your BIOS — DOCP / EXPO and driver updates stay your call

The default-on changes are the safe ones

Every tweak that is on by default is reversible and side-effect-free for gaming. The debated and situational ones — the timer tweak, MPO, exclusive fullscreen, Nagle — are all off by default, opt-in only, and labelled honestly in the app. You turn those on yourself, with eyes open.

Three independent ways to undo it

Run the Revert.bat next to the timestamped backup; or roll back to the System Restore point it created; or simply re-run the app and untick anything you want gone. Any one of them works on its own — they do not depend on each other. The full walkthrough is in the reverting tutorial.

One honest warning to read before you flip it

The only Pro toggle that can cost you something is Faster shutdown — it force-closes hung apps at shutdown without a "save?" prompt, so you can lose unsaved work. It is off by default and carries this warning in the app. That is the spirit of the whole suite: the moment a change has a real downside, it is opt-in and it says so.

What software still can’t do for you

Two of the biggest free wins live outside Windows, where no optimizer should reach: enabling your RAM's rated speed (DOCP / EXPO) in BIOS, and running a fresh GPU driver. FrameForge's Diagnostics will tell you whether either applies to you — it just won't touch your BIOS on your behalf. That part stays yours.

Still want to see the receipts?

The Tweak Library lists all 34 tweaks with the exact key or command each one writes. The FAQ answers the blunt questions — virus, ban, breakage — and the reverting tutorial walks the undo step by step.