|
 | | Links |
|
|
- Fedora 11 (2009-05-26)
- Redhat Enterprise Linux 6 (Maybe 2010-Q1, base on Fedora 10/11?)
- Microsoft Online Webcast Seminars in Cantonese
- Automatically Backup Your Windows Vista Registry Daily Using ERUNT
Special config to use Scheduled Tasks to run ERUNT at startup
-
- sysprep
- WindowsR XP File Association Fixes by Doug Knox
A bunch of registry fixes to Windows XP for fixing corrupted registry caused by virus or malwares
- "Windows cannot access the specified device" error when running EXE files
Try to reset Internet Explorer security settings
- Changing Schema Master FSMO role:
1. At the target server. goto C:\windows\system32, run: regsvr32 schmmgmt.dll
2. Access to the "Active Directory Schema" from MMC
3. Right Click the root node and select Operations Master, then do the change
- How to disable Internet Explorer Enhanced Security Configuration (IE ESC) in Windows Server 2008/2003
For 2008, goto Server Manager, under Security, click: Configure IE ESC
- HOWTO Sysprep in Windows Server 2008
Simply run: c:\Windows\System32\sysprep\sysprep.exe, choose OOBE and reboot
- Wikipedia: Features removed from Windows Vista
Main differences:
- NTLDR boot loader is replaced by BOOTMGR boot loader
- Install to ACPI system only
- Install to NTFS partition only
- Due to security concerns, system services can no longer natively interact with console
- Messenger and Alerter services are removed
- Windows Mail is a lot less feature than Outlook Express
- Netmeeting, HyperTerminal are removed
- The NetBEUI protocol is no longer supported
- telnet is not installed by default
- No DirectSound/DirectSound3D, Audio is completely in software
- UPS service monitor UPS via COM port is no longer available
- Windows Vista Backup is a lot less feature than ntbackup
(Can hack to use the ntbackup from WinXP)
- WordPad don't support DOC format
- Animated GIF, WMF/EMF support is removed from Windows Photo Gallery
- Fax support by Windows Fax and Scan is only at Business/Enterprise/Ultimate edition
- HLP format not supported
- Video capture support from Analog device / Webcam is removed
- Enable AHCI after Vista is installed
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Msahci: Edit the Start key and change its value to 0
- Windows XP Services Guide
- Changing Windows XP CD between Retail/VOL/OEM by modify setupp.ini
Change the pid value to:
Retail = 51882335
Volume License = 51883270
OEM = 82503OEM
- Using the Connection Manager Administrator Kit (CMAK) to STREAMLINE VPN Client Configuration
Windows XP only
- Steps to reinstall ASP.NET 2.0
1. Open a command prompt
Stop IIS: iisreset /stop
2. Change to the .NET Framework 2.0 root directory:
C:\windows\Microsoft.Net\Framework\v2.0.50727
3. Reinstall ASP.NET 2.0 by using the following command:
aspnet_regiis -i
4. Start IIS again after it has been run:
iisreset /start
5. You will see ASP.NET 2.0 in the IIS's Web Service Extensions
- Run OpenVPN with Windows Vista / Windows 7
- have to add your current user full-control to: openvpn/config
- run the openvpn-gui as administrator (to enable the add route command properly)
- have to add 1 more openvpn virtual adapter if need to have more than 1 openvpn connection at the same time
- config file does not need to specify tun/tap device name, the driver will get available virtual adapter automatically
- Howto allow upgrade from Windows 7 RC to Windows 7 RTM
1. Copy the DVD files into a USB key
2. Edit the file: sources\cversion.ini
3. Change the value: MinClient to 7000
4. Run setup.exe from the Windows 7 RC machine to perform the in-place upgrade
- HOWTO unlimit rearm a Windows Vista machine
1. Use regedit
For Vista, goto: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SL
For Windows 7, goto: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform
2. Edit DWORD: SkipRearm, set to 1
3. Run at an elevated Command Prompt (Run As Admin): slmgr -rearm
4. Reboot (After reboot, the SkipRearm value will reset to 0)
- Fix Vista/Windows 7 cannot install Unsigned Driver problem
Run: bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS (Seems not work for Windows 7 x64)
- Driver Signature Enforcement Overrider 1.3b
Tool use to fix unsigned driver problem in Windows Vista/Windows 7
- HOWTO Install ATI Tray Tool (ATT) with Windows 7 x64
ATI Tray Tool need ATI Catalyst Driver to work!
- Sources/ei.cfg control Windows 7 install version
Remove it will allow to install any of the versions
- Windows XP: network share does not prompt for alternate credentials (no solution)
- Windows XP no password prompt at workgroup network share (no solution)
- To disable auto login network share folders in Windows XP SP2+
1. Use: control userpasswords2, to manually save a server password for a user, instead of wait network to prompt for username & password
(not work) 2. In "Local Security Policy" management console open "Local Policies > Security Options" on your left.
You will see a Policy list to your right. Browse to the Policy "Network access: Do not allow storage of credentials or .NET Passports for network authentication". Double click it, select Enabled, click Apply and then OK.
- HOWTO create a Windows 7 All-In-One DVD
Include all x86/x64, Retail/Enterprise editions
- PPPoE Server problem
- Linux disk performance
- AD Integration
- Disable or Force fsck on boot
Disable: change the value to 0 at the end of /etc/fstab
Force (seems not work): #tune2fs -c 0 -i 0d /dev/xxxx
Default: #tune2fs -c 22 -i 6m /dev/xxxx
- Force fsck on next boot
# shutdown -rF now
Only affect filesystems marked 1 at the end of /etc/fstab
- "Exe file has been blocked by your firewall" error when download EXE file from Internet
Possible turned on "Block EXE Component" at a Netscreen firewall on the network
- HKIX Switching Statistics
|
|