Remove Windows Activation Product
1.Open your regedit RUN > REGEDIT
2.Find key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents
3.see the string OOBETimer
4.Double click.change all content with this one FF D5 71 D6 8B 6A 8D 6F D5 33 93 FD
5.Right Click on WPAEvents(Regedit)and choose Permissions
6.Window will show up,click to System and check all of DenyListbox
7.Restart Your PC
Works!
Reference: http://xuser.wordpress.com
Sunday, July 22, 2012
Sunday, July 15, 2012
Ubuntu : How to Install DKMS Package
http://linux.dell.com/dkms/permalink/dkms-2.2.0.3.tar.gz
แตกไฟล์ออกมา
tar -xzf dkms-2.2.0.3.tar.gz
แล้วเข้าไปใน Folder ที่แตกออกมา
cd dkms-2.2.0.3
make
sudo make install
ไปสร้างไฟล์ dkms.conf ใน /usr/src/[package path]
nano /usr/src/e1000e-2.0.0.1/dkms.conf
ก๊อปโค้ดด้านล่างไปใส่ในไฟล์
PACKAGE_NAME="hello"
PACKAGE_VERSION="0.1"
CLEAN="make clean"
MAKE[0]="make all KVERSION=$kernelver"
BUILT_MODULE_NAME[0]="hello"
DEST_MODULE_LOCATION[0]="/updates"
AUTOINSTALL="yes"
แล้ว save
make clean
sudo dkms add -m [package name] -v [package version]
sudo dkms add -m e1000e -v 2.0.0.1
sudo build add -m e1000e -v 2.0.0.1
sudo install add -m e1000e -v 2.0.0.1
tar -xzf dkms-2.2.0.3.tar.gz
แล้วเข้าไปใน Folder ที่แตกออกมา
cd dkms-2.2.0.3
make
sudo make install
ไปสร้างไฟล์ dkms.conf ใน /usr/src/[package path]
nano /usr/src/e1000e-2.0.0.1/dkms.conf
ก๊อปโค้ดด้านล่างไปใส่ในไฟล์
PACKAGE_NAME="hello"
PACKAGE_VERSION="0.1"
CLEAN="make clean"
MAKE[0]="make all KVERSION=$kernelver"
BUILT_MODULE_NAME[0]="hello"
DEST_MODULE_LOCATION[0]="/updates"
AUTOINSTALL="yes"
แล้ว save
make clean
sudo dkms add -m [package name] -v [package version]
sudo dkms add -m e1000e -v 2.0.0.1
sudo build add -m e1000e -v 2.0.0.1
sudo install add -m e1000e -v 2.0.0.1
Tuesday, July 10, 2012
How to : Clear Temporary Files ลบไฟล์ขยะ แก้ปัญหาคอมพิวเตอร์อืด รวน ช้า
- Open Notepad [เปิด Notepad]
- Copy code from below into notepad and change enjoy_sonic to your computer's User Account [Copy โค้ดข้างล่างไปใส่ (เปลี่ยน enjoy_sonic เป็นชื่อ User Account ของเครื่องตัวเอง)]
Windows XP
------------------------------------------------------------------------------
@echo of
del "C:\Documents and Settings\enjoy_sonic\Cookies"\*.*/s/q/f
del "C:\WINDOWS\Temp"\*.*/s/q/f
del "C:\DOCUME~1\enjoy_sonic\LOCALS~1\Temp"\*.*/s/q/f
del "C:\Documents and Settings\enjoy_sonic\Local Settings\Temporary Internet Files\Content.IE5"\*.*/s/q/f
del "C:\WINDOWS\Prefetch"\*.*/s/q/f
------------------------------------------------------------------------------
Windows 7
------------------------------------------------------------------------------
@echo of
del "C:\Users\hp\AppData\Roaming\Microsoft\Windows\Cookies"\*.*/s/q/f
del "C:\Users\hp\AppData\Roaming\Microsoft\Windows\Cookies\Low"\*.*/s/q/f
del "C:\WINDOWS\Temp"\*.*/s/q/f
del "C:\Users\hp\AppData\Local\Temp"\*.*/s/q/f
del "C:\Users\hp\AppData\Local\Microsoft\Windows\Temporary Internet Files\Low\Content.IE5"\*.*/s/q/f
del "C:\WINDOWS\Prefetch"\*.*/s/q/f
del "C:\Users\hp\AppData\Roaming\Microsoft\Windows\Cookies"\*.*/s/q/f
del "C:\Users\hp\AppData\Roaming\Microsoft\Windows\Cookies\Low"\*.*/s/q/f
del "C:\WINDOWS\Temp"\*.*/s/q/f
del "C:\Users\hp\AppData\Local\Temp"\*.*/s/q/f
del "C:\Users\hp\AppData\Local\Microsoft\Windows\Temporary Internet Files\Low\Content.IE5"\*.*/s/q/f
del "C:\WINDOWS\Prefetch"\*.*/s/q/f
------------------------------------------------------------------------------
- Save to .bat file [Save เป็นไฟล์ .bat]
- Run file by double click on file [ดับเบิ้ลคลิกที่ไฟล์ที่ save]
## ให้ Run ทุกครั้งที่เปิดเครื่อง ให้ย้ายไป Save ไว้ใน Start --> Program --> Start up
Subscribe to:
Posts (Atom)