You are on page 1of 2

Computer Name: DESKTOP-NJRCPI1

Computer Brand Name:Sony VPCS117GG


--------------------------------------------------

Run: winver
thời hạn bản quyền của Windows: Command Prompt -> slmgr.vbs -xpr
clear sạch key cũ đi: - Slmgr.vbs -upk (Enter)
- Slmgr.vbs /ckms (Enter)
Nhap key moi: - Slmgr.vbs /ipk KWWVF-VNVFM-HTVTP-YP824-WFDHC
cmd: slui 3 -> nhap key

----------------
Hard Disk (chaun MBR or GPT): CMD: diskpart -> list disk (neu GPT[*])

xem máy tính đang sử dụng chuẩn UEFI hay Legacy


Mở hộp thoại Run > gõ lệnh msinfo32 > Enter.

kéo xuống và tìm đến phần BIOS Mode


Nếu sử dụng chuẩn UEFI > thì bạn cần phải định dạng ổ cứng là GPT
Nếu sử dụng chuẩn Legacy > thì bạn cần phải định dạng ổ cứng là MBR

-------------------------
// go inside that folder:
cd /d "C:\$Windows.~BT"

// take over ownership


takeown /f *.* /R /D Y

// (go for coffee, takes a minute)


// grant full rights to everyone
icacls *.* /grant Everyone:(OI)(CI)F /T

// (coffee?)
// and all other subfolders, just be careful with use of *, naturally.
rmdir Sources /s /q

// actually, I got a few errors with rmdir. Things went smoother


// with this Unix-like ´rm´ executable in your path,
// coming from unxutils.sf.net
rm -r -f *

// after all has been wiped, also remove the parent dir

C:\$Windows.~BT>cd ..
C:\>rmdir "$Windows.~BT"

// checking...
C:\>dir /A:DHS
Volume in drive C is Windows
Volume Serial Number is ####-####

Directory of C:\
15/07/2015 19:15 <DIR> $Recycle.Bin
30/07/2015 16:39 <DIR> Boot
04/08/2015 08:35 <DIR> Config.Msi
14/07/2009 07:08 <JUNCTION> Documents and Settings [C:\Users]
01/11/2012 09:35 <JUNCTION> Dokumente und Einstellungen [C:\Users]
01/11/2012 09:35 <JUNCTION> Programme [C:\Program Files]
04/08/2015 08:35 <DIR> System Volume Information
0 File(s) 0 bytes
7 Dir(s) ########### bytes free

You might also like