Skip to main content

Posts

How to enable remote Desktop Remotely

Well ! this may be seem you an old post over the internet but I was just working on this, and I share it with you :). I am not going to write about cheating . So, for this " how to enable remote desktop remotely "; you must have some administrative access on the system or domain admins access on the network (great idea). Lets starts now; From your Windows Operating System (Client / Server), Hit Start Button then Run and type regedit. registry Windows will be open, Click on File , then select Connect Network Registry ;   Type the remote computer IP Address (best practice) or host name in the Enter the object name to select (as below image) and the click OK Press OK and you can manage now remote computer via registry :). Now, it's very simple; B rowse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server in the right panel, I have highlighted seelct   fDenyTSConnection ( REG_DWORD ...

Microsoft Visual SourceSafe File “location-project-userss-username\ss.ini” not found

One of Network user moved in remote location and he was required to dial in VPN to access Microsoft Visual SourceSafe database. Days after his work from remote site he complains that he is getting this error “Microsoft Visual SourceSafe File “ location\project\userss\username\ss.ini” not found ” I checked in VSS location and there were no ss.ini file and this is the file that contains information about user’s working folder path etc. Microsoft doesn’t give any solution on this issue but Google search give us two solutions; Solutions: Note: - Please backup before starting troubleshooting to your Production Microsoft Visual SourceSafe or any Database.   Go to your VSS location, where ss.ini is not found, hope there will be one or more .tmp files. greater in size .tmp file is your ss.ini file. What you just need to do is to rename it to ss. ini.   If you have backup of your VSS, just extract it to somewhere and copy required user’s ss.ini file to error in...

Cisco VPN Client Reason 442: "Failed to enable Virtual Adapter"

If you are Windows user and you often face an error message when you try to connect your Cisco VPN Client and it stats as; “Secure VPN Connection terminated locally by the Client. Reason 442: Failed to enable Virtual Adapter. Connection terminated on: Feb 6, 2013 19:56:04 Duration: 0 day(s), 00:00.00” In Windows XP, sometimes ' remove and reinstall ' was a great solution but in Windows 7 there is a technique that works because this problem is not associated with Cisco VPN client Software. If you face exactly same below message then below solution will surely work; Solution: Hit the start button and type " services.msc ' as shown: Locate and stop Cisco Systems, Inc. VPN Service; Stop and disable Internet Connection Sharing (ICS) Service ; Restart Cisco System, Inc. VPN Service. Launch the Cisco VPN Client again, and the problem is now gone! Solution 2 : Open regedit , and navigate to   HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi...

How to Check version of your Windows DVD or ISO file

Sometimes, we need to check that what Operating System Version we have in our ISO (this tutorial is for only checking operating systems) and we only need some basic information to determine our DVD / CD. I also was required to check this and I just done this with this very command. Basically it returns value from WIM file, let’s do the miracle now; Solution: ·          Run Command Prompt (RUN as Administrator) ·          Type / Paste this command; o    dism /Get-WimInfo /WimFile:F:\sources\install.wim /index:1 (:F: is my DVD ROM) Below is image / text output of my command; ================================================================= Microsoft Windows [Version 6.2.9200] (c) 2012 Microsoft Corporation. All rights reserved. C:\Windows\system32>dism /Get-WimInfo /WimFile:F:\sources\install.wim /index:1 Deployment Image Servicing and Management tool Version: ...

Linux Admin - Nginx Server Interview Question and Answers

What is Nginx Server? Nginx (pronounced "engine x") is an open source web server and a reverse proxy server for HTTP, SMTP, POP3, and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. What is the Best Usage of Ngins Server? Nginx can deploy dynamic HTTP content on a network using FastCGI, SCGI handlers for scripts, WSGI application servers or Phusion Passenger module, and it can serve as a software load balancer. What’s the Difference between Apache Web Server and Nginx? Nginx uses an asynchronous event-driven approach to handling requests, instead of the Apache HTTP Server model that defaults to a threaded or process-oriented approach. Nginx's event-driven approach can provide more predictable performance under high loads. Describe Some Best Features of Nginx? Simultaneous Connections with low memory, Auto Indexing, Load Balancing, Reverse Proxy with Caching, Fault Tolerance What is the Configuration File for Nginx and...

Outlook Send email Message an unknown error occurred error code 0x80040607

First of all let me clear that it is not Microsoft Outlook Product Error, This error is about miss configurations of Microsoft Outlook POP3 and SMTP email Address. This error comes with Microsoft Office Outlook 2003, 2007 & 2010 as well and on all Microsoft Operating Systems. If you test your account while POP3 / SMTP email account settings in outlook, you may get this error stating “ Send test e-mail message: An unknown error occurred, error code: 0x80040607 ”. As I noticed that this error indicates wrong SMTP settings in Microsoft outlook. If you don’t test your account while setting up outlook email account then your error may be different. In my experience when you send an email from your outlook, your email account may be sent but hopefully you will get an e-mail with delivery failure notification “Undeliverable”. There must be something like this   “ The following recipient(s) cannot be reached:   'rizwan@solexpert.blogspot.com' on 12/14/2011 12:4...

Disable Dell Inspiron N5110 touchpad Problem - Solved

You may be looking for a solution to resolve your problem of disabling touchpad on your newly bought Laptop Dell Inspiron N5110 , Well There is a special Download available on Dell Website named Alps-Driver under Input section of Windows 7-64bit, I know you are now loving to have a link even :) Solution :- Uninstall touchpad driver from Control Panel>Programs and Features . Download Alps-Driver (Touchpad) After downloading, install it and Restart your computer. Hope you will be able to find a touchpad icon on your system tray, otherwise in All Programs. there you can disable Touchpad. thanks for having a look on my post :)