Connecting the Plastic Network

windows

Windows 11 installation for old PC

Method 1

When Windows 11 claims your computer isn’t advanced enough to run Windows 11, MSFT is flat-out lying. Here’s how to get around it:

The Autounattend.xml drive does several things:

  • (1) It bypasses checks for TPM 2.0, SecureBoot, RAM, CPU, and Storage;
  • (2) It disables the “requirement” to log in with a Microsoft account, and creates a local account called “admin” with no password;
  • (3) It sets to en-us, hides the EULA page, the registration screen, online account nonsense, and more.

The only question screen it will prompt you for during installation is where to install, and allow you to use the disk manager. Don’t let M$FT scrap heap your perfectly capable PC.

After the installation, you’ll have an admin account and can do what you wish. I’d recommend also:

  • (1) Windows 11 Debloat: https://github.com/Raphire/Win… [github.com] (Removes all the bloatware crap, like O365 trials, the LinkedIn App, etc) [https://github.com/Raphire/Win11Debloat]
  • (2) OO ShutUp: https://www.oo-software.com/en… [oo-software.com] (Sets all your registry settings to be privacy first, disable telemetry and CoPilot, etc) [https://www.oo-software.com/en/shutup10]

https://slashdot.org/story/435727

Method 2

1. While installing Windows 11, if your computer does not meet the hardware requirements, you will see a message stating, “This PC can’t run Windows 11.” Windows 11 setup blocked due to missing hardware requirements.
2. When you see the above message, press Shift+F10 (Or Shift+fn+F10) on your keyboard at the same time to launch a command prompt. At the command prompt, type regedit and press enter to launch the Windows Registry Editor.
3. When the Registry Editor opens, navigate to: HKEY_LOCAL_MACHINE\SYSTEM\Setup, Right-click on the Setup key and select New > Key. When prompted to name the key, Type LabConfig and press enter.
4. Now right-click on the LabConfig key and select New > DWORD (32-bit) value and create a value named BypassTPMCheck, and set its data to 1.
5. Once you configure the BypassTPMCheck key-value under the LabConfig key, close the Registry Editor, and then type exit in the Command Prompt followed by enter to close the window. You will now be back at the message stating that the PC can’t run Windows 11. Click on the back button in the Windows Setup dialog.
6.You will now be back at the screen prompting you to select the version of Windows 11 you wish to install. You can now continue with the setup, and the hardware requirements will be bypassed, allowing you to install Windows 11.

https://slashdot.org/story/437233

 

Windows 11

1. Setup without MS account

When it is asking you if you are setting it up for personal/home or work, you can select for work, then on the next page, click on Sign in Options, and choose Domain Join, it will then give you the option to create local user and bypass Microsoft account. You won’t need to actually set up for domain join at all, or will this mean domain join. It is just the path to get the local account creation to come up.

If the above doesn’t work:
https://www.tomshardware.com/how-to/install-windows-11-without-microsoft-account

 

2.

Disable Startup Programs/Apps

Disable Animations and Visual Effects (remove all except for smooth fonts)

Disable Game Mode

3. Remove Apps

In PowerShell (for each accounts):

Get-AppxPackage Clipchamp.Clipchamp | Remove-AppxPackage
Get-AppxPackage Microsoft.3DBuilder | Remove-AppxPackage
Get-AppxPackage Microsoft.549981C3F5F10 | Remove-AppxPackage
Get-AppxPackage Microsoft.BingFinance | Remove-AppxPackage
Get-AppxPackage Microsoft.BingFoodAndDrink | Remove-AppxPackage
Get-AppxPackage Microsoft.BingHealthAndFitness | Remove-AppxPackage
Get-AppxPackage Microsoft.BingNews | Remove-AppxPackage
Get-AppxPackage Microsoft.BingSports | Remove-AppxPackage
Get-AppxPackage Microsoft.BingTranslator | Remove-AppxPackage
Get-AppxPackage Microsoft.BingTravel | Remove-AppxPackage
Get-AppxPackage Microsoft.BingWeather | Remove-AppxPackage
Get-AppxPackage Microsoft.Messaging | Remove-AppxPackage
Get-AppxPackage Microsoft.Microsoft3DViewer | Remove-AppxPackage
Get-AppxPackage Microsoft.MicrosoftJournal | Remove-AppxPackage
Get-AppxPackage Microsoft.MicrosoftOfficeHub | Remove-AppxPackage
Get-AppxPackage Microsoft.MicrosoftPowerBIForWindows | Remove-AppxPackage
Get-AppxPackage Microsoft.MicrosoftSolitaireCollection | Remove-AppxPackage
Get-AppxPackage Microsoft.MixedReality.Portal | Remove-AppxPackage
Get-AppxPackage Microsoft.NetworkSpeedTest | Remove-AppxPackage
Get-AppxPackage Microsoft.News | Remove-AppxPackage
Get-AppxPackage Microsoft.Office.OneNote | Remove-AppxPackage
Get-AppxPackage Microsoft.Office.Sway | Remove-AppxPackage
Get-AppxPackage Microsoft.OneConnect | Remove-AppxPackage
Get-AppxPackage Microsoft.Print3D | Remove-AppxPackage
Get-AppxPackage Microsoft.SkypeApp | Remove-AppxPackage
Get-AppxPackage Microsoft.WindowsFeedbackHub | Remove-AppxPackage
Get-AppxPackage Microsoft.WindowsMaps | Remove-AppxPackage
Get-AppxPackage Microsoft.WindowsSoundRecorder | Remove-AppxPackage
Get-AppxPackage Microsoft.*xbox* | Remove-AppxPackage
Get-AppxPackage Microsoft.*Xbox* | Remove-AppxPackage
Get-AppxPackage Microsoft.ZuneVideo | Remove-AppxPackage
Get-AppxPackage MicrosoftCorporationII.MicrosoftFamily | Remove-AppxPackage
Get-AppxPackage MicrosoftTeams | Remove-AppxPackage

4. Disable services

Windows Search
Windows Biometric Service
Geolocation Service

Phone

5. Disable Copilot

reg add HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f

Windows 10

0. Remove Windows 10 bloat

Get-AppXProvisionedPackage -Online

Remove-AppxProvisionedPackage -Online

1.  Remove Windows10 built-in Apps

Using PowerShell (for each accounts):

Get-AppxPackage *windowsstore* | Remove-AppxPackage
Get-AppxPackage *Cortana* | Remove-AppxPackage
Get-AppxPackage *oneconnect* | Remove-AppxPackage
Get-AppxPackage *solitair* | Remove-AppxPackage
Get-AppxPackage *onenote* | Remove-AppxPackage
Get-AppxPackage *bing* | Remove-AppxPackage
Get-AppxPackage *communications* | Remove-AppxPackage
Get-AppxPackage *advertising* | Remove-AppxPackage
Get-AppxPackage *stickynotes* | Remove-AppxPackage
Get-AppxPackage *store* | Remove-AppxPackage
Get-AppxPackage Microsoft.GetHelp | Remove-AppxPackage
Get-AppxPackage Microsoft.Getstarted | Remove-AppxPackage
Get-AppxPackage Microsoft.Microsoft3DViewer | Remove-AppxPackage
Get-AppxPackage Microsoft.People | Remove-AppxPackage
Get-AppxPackage Microsoft.Print3D | Remove-AppxPackage
Get-AppxPackage Microsoft.ScreenSketch | Remove-AppxPackage
Get-AppxPackage Microsoft.Wallet | Remove-AppxPackage
Get-AppxPackage Microsoft.WindowsFeedbackHub | Remove-AppxPackage
Get-AppxPackage Microsoft.WindowsMaps | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxGameOverlay | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxSpeechToTextOverlay | Remove-AppxPackage
Get-AppxPackage Microsoft.YourPhone | Remove-AppxPackage
Get-AppxPackage Microsoft.WindowsCamera | Remove-AppxPackage
# Get-AppxPackage Microsoft.Windows.Photos | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxIdentityProvider | Remove-AppxPackage
Get-AppxPackage Microsoft.DesktopAppInstaller | Remove-AppxPackage
Get-AppxPackage Microsoft.Messaging | Remove-AppxPackage
Get-AppxPackage Microsoft.MicrosoftOfficeHub | Remove-AppxPackage
Get-AppxPackage Microsoft.MixedReality.Portal | Remove-AppxPackage
Get-AppxPackage Microsoft.SkypeApp | Remove-AppxPackage
Get-AppxPackage Microsoft.Xbox.TCUI | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxApp | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage
Get-AppxPackage Microsoft.ZuneMusic | Remove-AppxPackage
Get-AppxPackage Microsoft.ZuneVideo | Remove-AppxPackage

2 . Next services to stop and disable

Windows Search
Windows PushToInstall Service
Windows Push Notification System Service
Windows Biometric Service
Connected User Experience and Telemetry
Microsoft Account Sign-In Assistant
Microsoft Store Install Service
Geolocation Service
SecurityHealthService

Disable Bing and Cortana Search
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
“BingSearchEnabled”=dword:00000000
“CortanaConsent”=dword:00000000

Disable ads from Microsoft
To disable such ads in the Start menu, right-click the ad when you see it and select “Turn off all suggestions” option in the context menu. You can also open Settings and navigate to Personalization > Start, and disable the following option:
Occasionally show suggestions in Start.

Defer Windows 10 update
Settings > Update & Security > Advanced Options
set 10 days for quality and feature update.

Other services to disable:

http://www.blackviper.com/service-configurations/black-vipers-windows-10-service-configurations/

3. Scheduled tasks to disable

UpdateOrchestrator (Recurring Scan and UX broker)
Windows Defender disable (all)
Application Experience (all)
AutoChk
Customer Experience Improvement Program (all)
DiskDiagnostic (Collector)
Feedback (all)
PushToInstall (Registration)
RetailDemo (all)
Windows Update (all)

4. Disable IPv6

netsh interface teredo set state disabled
netsh interface isatap set state disabled
netsh interface 6to4 set state disabled

5. Dis-allow telemetry

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection
AllowTelemetry = 0

  • Open Registry Editor, and go to HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DataCollection.
  • Right-click DataCollection, click New, and then click DWORD (32-bit) Value.
  • Type AllowTelemetry, and then press ENTER.
  • Double-click AllowTelemetry, set the desired value from the table above, and then click OK.

6. Turn off Windows Features

Internet Explorer

Media Features

MS Print to PDF

MS XPS Document Writer

7. Turn on SMB v1.0 / CIFS File Sharing

8. Remove unnecessary startup applications after installing all apps

9. setup scripts

https://www.google.com/search?q=windows+10+setup+script&ie=utf-8&oe=utf-8&client=firefox-b-m

http://checkthebenchmarks.com/2019/09/11/win10-initial-setup-script/

https://gist.github.com/alirobe/7f3b34ad89a159e6daa1

https://m.slashdot.org/story/363846


Thunderbird

1. Disable hyperlinks

Open Thunderbird
Go to Edit>Preferences.
Go to the Advanced>General tab, then click Config Editor.
Promise that you will be careful
Type this into the search bar: network.protocol-handler.external-default
Double click on the option that appears to make it false.
Note: If it’s alerady false, you are not able to click on any link anyway.
Done, you can now close the two windows.


Firefox

1. Disable telemetry

https://www.askvg.com/tip-disable-telemetry-and-data-collection-in-mozilla-firefox-quantum/

2. Disable PDF javascript

about:config

pdfjs.enableScripting

set to false


Workaround for Follina

  • You can disable the preview pane in windows explorer, but it will not prevent the payload to run when entering the document itself:
    • Open file explorer.
    • Click on the View tab.
    • Click on the preview pane button to hide it
  • Refrain from opening .rtf files that originate from internet, even in preview mode.
  • Run Command Prompt as Administrator.
    • Execute the command “reg delete HKEY_CLASSES_ROOT\ms-msdt /f”.