Anonymous ID: 1208dc Jan. 7, 2024, 6:52 p.m. No.20204204   🗄️.is 🔗kun

>>20204171

 

Trump did all those things, we need to fix the election process once and for all by making it an election and recall system. Everyone can get fired except those that hold office. This is the real problem and this solution will fix it or you are out of a job like the rest of us. I should run for President, logical thinking.

Anonymous ID: 1208dc Jan. 7, 2024, 7:18 p.m. No.20204347   🗄️.is 🔗kun   >>4364

>>20204326

>It has often been repeated there is “no evidence” of fraud in the 2020 Election. In

>actuality, there is no evidence Joe Biden won…

 

I decoded RemoveRestrictions.bat from Mike Lindell's symposium and that script proves tampering with a voting machine security, remote access, and because it was a script makes it wide spread fraud.

 

How come, no one has even addressed this to this day? It is the smoking gun.

Anonymous ID: 1208dc Jan. 7, 2024, 7:21 p.m. No.20204366   🗄️.is 🔗kun

>20204346

>Nope, have you?

 

This may be a good thing as maybe something is about to happen. I am ready for anything.

Anonymous ID: 1208dc Jan. 7, 2024, 7:25 p.m. No.20204381   🗄️.is 🔗kun   >>4412

>>20204364

>I agree, CM

 

I am not Code Monkey, he opened the file but did not decode it and glossed over it. It took me about an hour or so to decode. It wasn't a simple thing, terms had to be looked up in order to understand the flow.

Anonymous ID: 1208dc Jan. 7, 2024, 7:34 p.m. No.20204429   🗄️.is 🔗kun   >>4476

>>20204412

>Oh. I haven't seen that.

 

Here you go.

 

>>16440518 pb

 

Once again: RemoveRestrictions.bat from Mike Lindell Sympossium proves widespread election fraud. Essentially what the script does is switches a voting machine local security to point to a temporary database so nefarious activities can be logged there and leave no trace. Then after the machine reboots, it utilizes the normal database that is on the local hard drive.

 

Echo off means no output to console

Echo on means output to console, used for debugging

 

Line by Line

 

1 Shut off output to console window and set a local variable enableextensions to true

 

2 types Removing Security Restrictions out to console, when Echo is on

 

  1. sets the configuration for the database, db, to a temp database and silently overwrites the initiatization file. This is the database that the windows local security authority logs all information, metrics, and changes to the system. It is the machines system of records.

 

  1. Overwrites the GroupPolicy for the windows/system32 giving it new authority rules and policies.

 

  1. Modifies the windows registry to force it to accept the new security providers

 

  1. if errorlevel os negative or 0 pause

 

  1. types Critical restrictions disabled when Echo is on, set on line 1, and types Registry value that indicates the current hardening state

 

  1. Modifies Dominion SQL database registry key Hardened variable and forces a Dehardened-WS2016 string to be set.

 

  1. Sets the local machines SQL server socket network library to disable encryption

 

10 stop the SQL database

11 start the SQL database without encryption

12 starts the SQLServerAgent

 

Because this is a script, it takes a long time to write and test to get correct. This is only done when one wants to repeat the same tasks on many many machines instead of doing commands by interacting with the mouse and keyboard. Because it tampers with a machines local security on a voting machine it is a crime. In addition, to run a web server on a voting machine is remote access; which is also illegal.