UREDNIK
- Učlanjen(a)
- 28.07.2010
- Poruka
- 1.717
Вероватно сте чули да win10 прати све ваше радње на рачунару а забада нос и тамо где и не помишљате.
Можда није лоше ово прочитати:
Можда није лоше ово прочитати:
- Get Windows 10:
Torrent it fromKod:kat.cr
Kod:http://85.25.74.136/Getintopc.com/en_windows_10_enterprise_x64_dvd_6851151.iso
Restart, boot from CD, follow installation instructions. Skip all CD-Key requests.
DONT FUCKING LOG IN WITH YOUR FUCKING MICROSOFT ACCOUNT OR YOULL HAVE TO EVERY TIME YOU LOG IN TO YOUR PC
-OR-
If you're legit, go to:
Kod:http://windows.microsoft.com/en-id/windows-10/media-creation-tool-install
How to activate Windows 10 (for pirates):
After you do a fresh install with an iso, do this:
slmgr /ipk KEY
Wait for the message box popup that the key is installed.
Now type the following command and press Enter
Kod:slmgr /skms kms.xspace.in
Finally, enter the following command:
slmgr /ato
After you hit the Enter key, Windows will be activated.
Keys (go in place of KEY)
Windows 10 Home - TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
Windows 10 Pro - W269N-WFGWX-YVC9B-4J6C9-T83GX
Windows 10 Enterprise - NPPR9-FWDCX-D2C8J-H872K-2YT43
Clean up the Interface:
Open the start menu at the bottom left of the screen, remove all of the tiles if you'd like.
Type in "Settings" and press enter.
We'll start with "System":
Notifications & actions:
Turn all of these sliders to off.
Offline maps:
Delete all maps, turn all sliders to off.
Default apps:
Change as needed.
"Devices":
Typing:
Turn all sliders to off.
Autoplay:
Turn all sliders to off.
"Network & Internet":
Wi-Fi:
Advanced Options:
All sliders to off unless you have a metered connection, leave that one enabled if you do.
Manage Wi-Fi settings:
All sliders to off.
"Personalization":
I personally disabled all of the options in Start, but this is optional. No botnet detected here.
"Accounts":
Unnecessary unless you are using a Microsoft account, which you really shouldn't.
Remove it if you have one here.
"Time & Language":
Speech:
Speech, inking, & typing privacy settings:
Turn everything off in here.
"Ease of Access":
Couldn't find anything bot-netty in here.
"Privacy":
Oh boy.
"General":
All off.
"Location":
All off and clear history.
"Camera":
All off.
"Microphone":
All off.
"Speech, inking, & typing":
Already did this, but if you haven't, turn everything off in here.
"Account info":
All off.
"Contacts":
All off.
"Calendar":
All off.
"Messaging":
All off. (Seriously, what the fuck is this setting?)
"Radios":
All off.
"Other Devices":
All off.
"Feedback & diagnostics":
"Feedback Frequency":
Never.
"Diagnostic and usage data":
For now, unless you have Enterprise, you can only set the level to "Basic".
You can try to fuck around with the DiagTrack scripts listed below, but apparently there's no solution for non-Enterprise devices.
Some people say it will still work despite showing a level of 1. Just have to wait on this one.
"Background apps":
All off.
"Update & Security":
Windows Update:
Advanced Settings:
Notify to schedule restart.
Check defer upgrades.
Windows Defender:
Turn everything off, and see the special Windows Defender remover .cmd I link later on.
Activation:
Activate if you need to, otherwise follow the instructions I provided earlier for pirates.
For developers:
If you write Windows Phone, or Windows 8 or 10 apps, enable Developer mode.
Otherwise don't fuck with it.
Get rid of retarded "APPS":
Open PowerShell with Admin privileges, enter
Get-AppxPackage -AllUsers | Remove-AppxPackage
-OR- for full debloat (all on one line)
Get-AppxPackage -AllUsers | where {$_.name -notlike "*calc*" -AND
$_.name -notlike "*store*" -AND $_.name -notlike "*onenote*" -AND
$_.name -notlike "*NET.*" -AND $_.name -notlike "*VCLibs*" -AND
$_.name -notlike "*Host*" -AND $_.name -notlike "*AccountsControl*"} | Remove-AppxPackage
Get rid of OneDrive:
Use this batch file, run it.
Kod:http://www62.zippyshare.com/d/IfLGZv7J/339/OneDrive%20Uninstaller%20v0.4.cmd
Get rid of Windows Defender:
First set all of the sliders to off!
Open Admin Command Prompt and type: gpedit.msc
Manuever to: Computer Configuration->Administrative Templates->Windows Components->Windows Defender
Double click on "Turn Off Windows Defender" and select "Enabled" then click "Apply"
Disabled automatic Windows Updates:
Open Admin Command Prompt and type: gpedit.msc
Manuever to: Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update
Select it and select disable, apply and ok.
Restart after.
Disable Telemetry:
Open Admin Command Prompt and type: gpedit.msc
Manuever to: Computer Configuration -> Administrative Templates -> Windows Components -> Data Collection and Telemetr
Disable Telemetry.
Disable DiagTrack:
Open an elevated Command Prompt
sc stop dmwappushservice
sc delete dmwappushservice
sc delete DiagTrack
sc delete dmwappushservice
echo "" > C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
Edit hosts file to disable botnet metrics:
Navigate to C:\Windows\System32\drivers\etc
Open the hosts file with some notepad editor like Notepad++ or Notepad or something non autistic
Paste this pastebin below all of the commented section:
Kod:https://gist.githubusercontent.com/anonymous/4f0dc9a7353ae86114df/raw/1c76fb6b283008100a9f328b6399e9ee1491c24c/hosts
If you ever need to access a site in there, just open up the hosts file again, CTRL+F the URL and delete the entry.
If you want only pure telemetry:
Kod:http://pastebin.com/raw.php?i=7YvKJvVu
"Something Happened" error:
Change your language to English (US).
Control Panel -> Clock, Language, and Region -> Region -> Administrative -> Change system locale
Enable Dark Mode (purely aesthetics):
Open Powershell (search for it if you have to)
Enter:
New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0
Remove Dark Mode:
Open Powershell
Enter:
Remove-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme
Disable Hybrid Sleep (save on your HDD/SSD/PCI-E SSD TB write amount):
Open cmd.exe as admin, type in:
powercfg -h off[/CODE]
Poslednja izmena od urednika: