Mainos / Advertisement:

Ero sivun ”Windows 10” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
Merkkaus: visualeditor
Rivi 18: Rivi 18:
  
 
Toinen tapa on ladata asennusohjelma täältä: https://www.microsoft.com/fi-fi/software-download/windows10
 
Toinen tapa on ladata asennusohjelma täältä: https://www.microsoft.com/fi-fi/software-download/windows10
 +
 +
== Yksityisyysasetukset ==
 +
 +
=== Estä Windows epämääräiset päivitykset ===
 +
 +
Kopioi alla oleva bat scripti esimerkiksi find.bat nimiseksi ja aja järjestelmävalvonana.
 +
@echo off
 +
set quantity=35
 +
echo Remember to RUN THIS AS ADMINISTRATOR.
 +
 +
echo The script will print out all found updates.
 +
 +
echo Running search script...
 +
 +
wmic /output:stdout qfe get hotfixid | find "KB3022345"
 +
wmic /output:stdout qfe get hotfixid | find "KB3068708"
 +
wmic /output:stdout qfe get hotfixid | find "KB3035583"
 +
wmic /output:stdout qfe get hotfixid | find "KB2952664"
 +
wmic /output:stdout qfe get hotfixid | find "KB2876229"
 +
echo 5/%quantity%
 +
wmic /output:stdout qfe get hotfixid | find "KB2923545"
 +
wmic /output:stdout qfe get hotfixid | find "KB2970228"
 +
wmic /output:stdout qfe get hotfixid | find "KB2990214"
 +
wmic /output:stdout qfe get hotfixid | find "KB3021917"
 +
wmic /output:stdout qfe get hotfixid | find "KB2592687"
 +
echo 10/%quantity%
 +
wmic /output:stdout qfe get hotfixid | find "KB2660075"
 +
wmic /output:stdout qfe get hotfixid | find "KB2506928"
 +
wmic /output:stdout qfe get hotfixid | find "KB3050265"
 +
wmic /output:stdout qfe get hotfixid | find "KB2726535"
 +
wmic /output:stdout qfe get hotfixid | find "KB2994023"
 +
echo 15/%quantity%
 +
wmic /output:stdout qfe get hotfixid | find "KB2545698"
 +
wmic /output:stdout qfe get hotfixid | find "KB3065987"
 +
wmic /output:stdout qfe get hotfixid | find "KB3077715"
 +
wmic /output:stdout qfe get hotfixid | find "KB3078667"
 +
wmic /output:stdout qfe get hotfixid | find "KB3080149"
 +
echo 20/%quantity%
 +
wmic /output:stdout qfe get hotfixid | find "KB3075249"
 +
wmic /output:stdout qfe get hotfixid | find "KB2505438"
 +
wmic /output:stdout qfe get hotfixid | find "KB2976978"
 +
wmic /output:stdout qfe get hotfixid | find "KB2977759"
 +
wmic /output:stdout qfe get hotfixid | find "KB3044374"
 +
echo 25/%quantity%
 +
wmic /output:stdout qfe get hotfixid | find "KB3050267"
 +
wmic /output:stdout qfe get hotfixid | find "KB2922324"
 +
wmic /output:stdout qfe get hotfixid | find "KB3014460"
 +
wmic /output:stdout qfe get hotfixid | find "KB3015249"
 +
wmic /output:stdout qfe get hotfixid | find "KB3075851"
 +
echo 30/%quantity%
 +
wmic /output:stdout qfe get hotfixid | find "KB3075853"
 +
wmic /output:stdout qfe get hotfixid | find "KB971033"
 +
wmic /output:stdout qfe get hotfixid | find "KB2902907"
 +
wmic /output:stdout qfe get hotfixid | find "KB2976987"
 +
wmic /output:stdout qfe get hotfixid | find "KB2670838"
 +
 +
echo All %quantity% updates searched.
 +
pause
 +
Poista epämäärinen päivitys
 +
 +
wusa /uninstall /kb:999999 /quiet /norestart

Versio 7. syyskuuta 2015 kello 16.19

Windows 10 on uusi käyttöjärjestelmä Microsoftilta joka on laitettu jakeluun 29.7.2015.

Windows 7 / Windows 8.X päivitys Windows 10

Tässä ohjeistamme päivittämään Windows 7 ja Windows 8.X käyttöjärjestelmän uuteen Windows 10 käyttöjärjestelmään. Ennen päivittämistä on suositeltavaa ottaa varmuuskopioi ja varmistamaan laitteiston yhteensopivuuden. Näin vältyt mahdollisilta ongelmilta päivityksessä. Testaamme päivitystä Windows 7 käyttöjärjestelmällä ja päivitämme tätä ohjetta sen mukaan kun päivitys etenee. Päivitys kestää aika kauan sillä Microsoft jakelee päivitystä porrastetusti, ettei tulisi ongelmia.

Olemme aloittaneet asentamalla tietokoneelle Windows 7 Home Premiun englanninkielisen version SP1 paketilla ja Windows 7 käyttöjärjestelmään yhteensopivat ajurit. Asensimme lisäksi kaikki Windows Updatet.

  1. Windows Update - Päivityksien jälkeen ilmestyi tehtäväpalkkiin Windows 10 ikoni:
  2. Klikkaamalla tätä kuvaketta sinulle tule mainos Windows 10 ilmaisesta päivityksestä
  3. Anna sähköpostiosoitteesi niin sinulle tulee ilmoitus kun asennus valmiina aloittamaan

Toinen tapa on ladata asennusohjelma täältä: https://www.microsoft.com/fi-fi/software-download/windows10

Yksityisyysasetukset

Estä Windows epämääräiset päivitykset

Kopioi alla oleva bat scripti esimerkiksi find.bat nimiseksi ja aja järjestelmävalvonana.

@echo off
set quantity=35
echo Remember to RUN THIS AS ADMINISTRATOR.

echo The script will print out all found updates.

echo Running search script...

wmic /output:stdout qfe get hotfixid | find "KB3022345"
wmic /output:stdout qfe get hotfixid | find "KB3068708"
wmic /output:stdout qfe get hotfixid | find "KB3035583"
wmic /output:stdout qfe get hotfixid | find "KB2952664"
wmic /output:stdout qfe get hotfixid | find "KB2876229"
echo 5/%quantity%
wmic /output:stdout qfe get hotfixid | find "KB2923545"
wmic /output:stdout qfe get hotfixid | find "KB2970228"
wmic /output:stdout qfe get hotfixid | find "KB2990214"
wmic /output:stdout qfe get hotfixid | find "KB3021917"
wmic /output:stdout qfe get hotfixid | find "KB2592687"
echo 10/%quantity%
wmic /output:stdout qfe get hotfixid | find "KB2660075"
wmic /output:stdout qfe get hotfixid | find "KB2506928"
wmic /output:stdout qfe get hotfixid | find "KB3050265"
wmic /output:stdout qfe get hotfixid | find "KB2726535"
wmic /output:stdout qfe get hotfixid | find "KB2994023"
echo 15/%quantity%
wmic /output:stdout qfe get hotfixid | find "KB2545698"
wmic /output:stdout qfe get hotfixid | find "KB3065987"
wmic /output:stdout qfe get hotfixid | find "KB3077715"
wmic /output:stdout qfe get hotfixid | find "KB3078667"
wmic /output:stdout qfe get hotfixid | find "KB3080149"
echo 20/%quantity%
wmic /output:stdout qfe get hotfixid | find "KB3075249"
wmic /output:stdout qfe get hotfixid | find "KB2505438"
wmic /output:stdout qfe get hotfixid | find "KB2976978"
wmic /output:stdout qfe get hotfixid | find "KB2977759"
wmic /output:stdout qfe get hotfixid | find "KB3044374"
echo 25/%quantity%
wmic /output:stdout qfe get hotfixid | find "KB3050267"
wmic /output:stdout qfe get hotfixid | find "KB2922324"
wmic /output:stdout qfe get hotfixid | find "KB3014460"
wmic /output:stdout qfe get hotfixid | find "KB3015249"
wmic /output:stdout qfe get hotfixid | find "KB3075851"
echo 30/%quantity%
wmic /output:stdout qfe get hotfixid | find "KB3075853"
wmic /output:stdout qfe get hotfixid | find "KB971033"
wmic /output:stdout qfe get hotfixid | find "KB2902907"
wmic /output:stdout qfe get hotfixid | find "KB2976987"
wmic /output:stdout qfe get hotfixid | find "KB2670838"

echo All %quantity% updates searched.
pause

Poista epämäärinen päivitys

wusa /uninstall /kb:999999 /quiet /norestart

Mainos / Advertisement: