1. Hello Guest, selamat datang di Forum WinPoin. Kamu bisa bertanya, berdiskusi, sharing, dan ngobrolin apapun seputar Windows, Windows Phone, PC, Gadget, atau hal seputar Teknologi lainnya. Selamat berkomunitas! ;)

Windows Experience Index di Windows 8.1

Discussion in 'Windows 8' started by mabaega, Dec 20, 2013.

  1. mabaega

    mabaega Well-Known Member

    Joined:
    Nov 9, 2013
    Messages:
    2,735
    Kebetulan tadi ada kawan yang bingung cari Experience Index di Windows 8.1, eh aku juga baru tau kalau di Windows 8.1 Windows Assessment Tools nya gak ada... :malu2:

    Ngibing dech sebentar. Ternyata WinSat masih ada dalam Windows 8.1, tetapi harus dijalankan melalui PowerShell.

    Buat yang belum tau dan ingin tau Score Windows Experience Index di Windows 8.1 coba langkah berikut :

    Restart Komputer, dan biarkan 2-3 menit setelah logon
    (Agar sistem dalam kondisi santai, startup schedule selesai dijalankan)

    Buka PowerShell as Administrator
    (Klick Kanan Start Menu - Search - Ketikan PowerShell)

    Klick Kanan PowerShell dan Run as administrator

    WinSat.exe formal (untuk membuat Ulang Daftar Experience Index)
    Get-CimInstance Win32_WinSAT (Menampilkan Nilai Experience)

    ini hasil Runing di lapiku

    Code:
    Windows PowerShell
    Copyright (C) 2013 Microsoft Corporation. All rights reserved.
    
    PS C:\Windows\system32> Get-CimInstance Win32_WinSAT
    
    CPUScore              : 6,7
    D3DScore              : 4,7
    DiskScore             : 5,8
    GraphicsScore         : 4,9
    MemoryScore           : 5,5
    TimeTaken             : MostRecentAssessment
    WinSATAssessmentState : 1
    WinSPRLevel           : 4,7
    PSComputerName        :
    
    PS C:\Windows\system32>
    
    NB.
    bisa juga menggunakan perintah :
    wmic path Win32_WinSAT get CPUScore, D3DScore, DIskScore, GraphicsScore, MemoryScore, WinSPRLevel

    Code:
    C:\Windows\system32>wmic path Win32_WinSAT get CPUScore, D3DScore, DIskScore, GraphicsScore, MemoryScore, WinSPRLevel
    CPUScore  D3DScore  DiskScore  GraphicsScore  MemoryScore  WinSPRLevel
    6.7       4.7       5.7        4.8            5.5          4.7
    
    :cool:
    Semoga bermanfaat...
     
  2. Febian

    Febian Administrator Staff Member

    Joined:
    May 7, 2013
    Messages:
    8,029
    keren nih tips nya
    kirain udah dihilangkan secara total, ternyata cuman GUI nya aja yang ilang n msh bs diakses via powershell ya..

    ini punyaku, si PC tua yang setia :D


    Code:
    Windows PowerShell
    Copyright (C) 2013 Microsoft Corporation. All rights reserved.
    
    PS C:\WINDOWS\system32> Get-CimInstance Win32_WinSAT
    
    
    CPUScore              : 6.5
    D3DScore              : 3.5
    DiskScore             : 5.9
    GraphicsScore         : 3.9
    MemoryScore           : 6.5
    TimeTaken             : MostRecentAssessment
    WinSATAssessmentState : 1
    WinSPRLevel           : 3.5
    PSComputerName        :
    
    
    
    PS C:\WINDOWS\system32>
    :imut2:
     
  3. duperhero

    duperhero Member

    Joined:
    May 8, 2013
    Messages:
    248
    jempol om bwt tipsnya
    :goodjob:

    kl punyaku g hebat2 amat

    Code:
    Windows PowerShell
    Copyright (C) 2013 Microsoft Corporation. All rights reserved.
    
    PS C:\WINDOWS\system32> Get-CimInstance Win32_WinSAT
    
    
    CPUScore              : 6.9
    D3DScore              : 4.7
    DiskScore             : 6.9
    GraphicsScore         : 4.9
    MemoryScore           : 6.5
    TimeTaken             : MostRecentAssessment
    WinSATAssessmentState : 1
    WinSPRLevel           : 4.7
    PSComputerName        :
    
    
    
    PS C:\WINDOWS\system32>
    cukuplah bwt browsing2, kl bwt ngegame kurang ngangkat
    :peace:
     
  4. Junot

    Junot Member

    Joined:
    May 8, 2013
    Messages:
    47
    thanks infonya gan
    aku coba dulu
    [hr]
    jos gandhos
    ternyata berhasil
    :goodjob:

    Code:
    Windows PowerShell
    Copyright (C) 2013 Microsoft Corporation. All rights reserved.
    
    PS C:\WINDOWS\system32> Get-CimInstance Win32_WinSAT
    
    
    CPUScore              : 6.7
    D3DScore              : 5.9
    DiskScore             : 5.9
    GraphicsScore         : 6.5
    MemoryScore           : 6.5
    TimeTaken             : MostRecentAssessment
    WinSATAssessmentState : 1
    WinSPRLevel           : 5.9
    PSComputerName        :
    
    
    
    PS C:\WINDOWS\system32>
     
  5. Bayu Satriyono

    Bayu Satriyono Active Member

    Joined:
    Oct 26, 2013
    Messages:
    1,123
    Windows PowerShell
    Copyright (C) 2013 Microsoft Corporation. All rights reserved

    PS C:\WINDOWS\system32> Get-CimInstance Win32_Winsat


    CPUScore : 5.7
    D3DScore : 4.4
    DiskScore : 5.9
    GraphicsScore : 4.3
    MemoryScore : 7.2
    TimeTaken : MostRecentAssessment
    WinSATAssessmentState : 1
    WinSPRLevel : 4.3
    PSComputerName :



    Menang memoryscorenya doang :(
     
  6. Andika Xp

    Andika Xp Member

    Joined:
    Aug 18, 2013
    Messages:
    955
    Makasih buat infonya sob, sangat bermanfat!!

    ni hasil lepi saya,

    CPUScore : 6,2
    D3DScore : 5,8
    DiskScore : 5,9
    GraphicsScore : 5
    MemoryScore : 7,6
    TimeTaken : MostRecentAssessment
    WinSATAssessmentState : 1
    WinSPRLevel : 5

    Hhaah.. ga pa lah, maklum, pake prosessor tua :ketawa:
     

Share This Page