VMware Workstation 7 Serial Key
Two year back I have posted an article “How To Find VMware Workstation Serial Number In Windows” which is focus on VMware Workstation version 6. Today, I just would like share another tips about “How To Find VMware Workstation 7.x Serial Key In Microsoft Windows 7″.
Please follow step by step as below:
1. Click on Windows Button.
2. Type “regedit” and press Enter.
3. The Windows Registry windows popup, browse to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VMware, Inc.\VMware Workstation\License.ws.7.0.e1.xxxxxx\
4. Please look at right hand column and refer to ‘Serial’ Name. The VMware Workstation 7 serial key just on the right hand site under data column.
Read more
Possibly Related Posts:
- WP Contact Form III – You do not have sufficient permissions to access this page Error
- WP Cache Error “semget() failed: Permission denied” Solved
- Google Public DNS Down?
- Missing /var/log/lastlog
- Telnet service_limit error
Microsoft Virtualization Summit 2010 Malaysia Slide Decks
Microsoft Virtualization Summit 2010 – Malaysia was held at Monash Sunway Campus on 22 April 2010 previously.
The agenda as detail below:
Next-Generation Desktop Strategy-Windows Optimized Desktop
by Darien Nagle, Microsoft Malaysia
App-V and Med-V Overview with Windows 7
by Edmund Lim, Redynamics and Mervin Rasiah, Microsoft Malaysia
Windows XP Mode and Virtual PC for Windows 7
by Mervin Rasiah, Microsoft Malaysia
Delivering a Comprehensive VDI Solution with Remote Desktop Services or/and Citrix XenDesktop
by Lai Yoong Seng, e-Lutions and Moe Thwin, Citrix
Read more
Possibly Related Posts:
- IDC’s Asia/Pacific 360° Security Conference 2010
- USB through RDP
- Windows 7 is available on MSDN
- Windows can’t stop your ‘Generic volume’ device because a program is still using it
- How To FixMBR using Windows Vista Bootable Disk
USB through RDP
For some reason, you may need access to external USB drive for copying some files or folders to remote server which you don’t have physically access to it.
For a temporary USB access, you can try USB through Microsoft Remote Desktop Protocol(RDP).
First connect an external USB to your computer which show as Drive H: as example below.
Run Microsoft Remote Desktop Connection(RDP) connect to remote Windows server, click ‘Local Resources‘ -> click ‘More‘ -> check ‘Drive H:’ -> click ‘connect’.
Possibly Related Posts:
- VMware Workstation 7 Serial Key
- WP Contact Form III – You do not have sufficient permissions to access this page Error
- Microsoft Virtualization Summit 2010 Malaysia Slide Decks
- WP Cache Error “semget() failed: Permission denied” Solved
- Google Public DNS Down?
Windows 7 is available on MSDN
The beta version of Windows 7, Microsoft’s next-generation PC operating system, can be downloaded today by MSDN, TechBeta and TechNet customers.
https://msdn.microsoft.com/en-gb/subscriptions/securedownloads/default.aspx
Possibly Related Posts:
- Power IT Down Day – Green IT
- Official Source for NameCheap Discounts and Promotions
- Microsoft Virtualization Summit 2010 Malaysia Slide Decks
- 2009 Year-End Google Zeitgeist Malaysia
- USB through RDP
Using Active Directory for SuSE Linux 10 Authentication
My previous post about How to Authenticate to Active Directory on SuSE Linux 9 & How to join Fedora Core 6 Samba Server to Windows 2003 Active Directory talked about using Microsoft Active Directory(AD) for Linux authentication. Yes! Linux & Microsoft can be friends.
Now we talk about SuSE Linux 10 and Microsoft AD authentication.
Basically everything are same as SLES 9 except PAM configurations.
Note: The setup running on SLES10 SP2 (It should be work on SP1)
Below are PAM configuration for SLES10:
/etc/pam.d/common-password
password sufficient pam_winbind.so
password required pam_pwcheck.so nullok
password required pam_unix2.so nullok use_authtok
/etc/pam.d/common-account
account required pam_unix2.so
/etc/pam.d/common-session
session optional pam_mkhomedir.so
session required pam_limits.so
session required pam_unix2.so
/etc/pam.d/common-auth
auth required pam_env.so
auth required pam_unix2.so
/etc/pam.d/passwd
auth include common-auth
account include common-account
password include common-password
session include common-session
/etc/pam.d/sshd
auth include common-auth
auth required pam_nologin.so
account include common-account
password include common-password
session include common-session
/etc/pam.d/login
auth required pam_securetty.so
auth include common-auth
auth required pam_nologin.so
account include common-account
password include common-password
session include common-session
session required pam_lastlog.so nowtmp
session required pam_resmgr.so
session optional pam_mail.so standard
/etc/pam.d/su
auth sufficient pam_rootok.so
auth include common-auth
account include common-account
password include common-password
session include common-session
session optional pam_xauth.so
/etc/pam.d/sudo
auth include common-auth
account include common-account
password include common-password
session include common-session
/etc/security/pam_unix2.conf
auth: call_modules=winbind
account: call_modules=winbind
password: call_modules=winbind
session: none
Possibly Related Posts:
- VMware Workstation 7 Serial Key
- WP Contact Form III – You do not have sufficient permissions to access this page Error
- WP Cache Error “semget() failed: Permission denied” Solved
- Google Public DNS Down?
- lppasswd: Unable to open passwd file: Permission denied

