Saturday, August 18, 2012
[How to] Windows 2008 : Disable password complexity rule in Active Directory
- Go to Start / Run / GPMC.MSC
- Right click and Edit the "Default Domain Policy"
- Then dig into the Computer Configuration > Windows Settings > Security Setttings > Account Policies > Password Policy
- Editing the "Password must meet complexity requirements" to "Disabled"
- Editing the "Maximum password age" to 0 (never expired)
- Editing the "Minimum password age" to 0 (password can be changed immediately)
- OK (Save)
:)
Sunday, July 22, 2012
Windows XP 30 days left for activation
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
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 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
Tuesday, June 26, 2012
[Solved] Pure Networks Platform Services
Error windows: Pure Networks Platform Services has encountered a problem and needs to close. We are sorry for the inconvenience.
Solutions:
- Go to Start --> Run
- Write "services.msc" and Enter
- In the services windows, locate Pure Networks Platform Service.
- Double click on the service and click Restart (or disable)
- Restart computer.
Works!!
Solutions:
- Go to Start --> Run
- Write "services.msc" and Enter
- In the services windows, locate Pure Networks Platform Service.
- Double click on the service and click Restart (or disable)
- Restart computer.
Works!!
Wednesday, May 23, 2012
[Sovled] Windows Genuine Advantage Notifications
Go to Start > Search > For files or folders (or press F3) Select All files and folders Search for " Wga* "
Delete or rename all result :)
Works!
Saturday, May 19, 2012
Drive Name hidden on My Computer - ไม่มีชื่อไดร์ขึ้น
Solution
---------------------------------------------------------------------
กด Shift ค้างไว้ ปรับเป็น List กด Shift ปรับเป็น Thumbnails
---------------------------------------------------------------------
---------------------------------------------------------------------
กด Shift ค้างไว้ ปรับเป็น List กด Shift ปรับเป็น Thumbnails
---------------------------------------------------------------------
Subscribe to:
Posts (Atom)