Skip to main content

Posts

Showing posts from July, 2013

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 :)

DsReplicaGetInfo failed with status 8453 0x2105 on Windows Server 2008

I have two Domain Controller in my envorinment, Primary Domain Controller is Windows Server 2003 based and Additional domain controller is Windows Server 2008 based. When I Installed New 2008 ADC and after some time, when I check with repadmin /showreps found the error.... DsReplicaGetInfo() failed with status 8453 (0x2105):Replication access was denied. I really worried about Solutions: [ DsReplicaGetInfo failed with status 8453 ]

You have been logged on with a temporary profile - Windows 7

You have been logged on with a temporary profile. “You cannot access your files and files created in this profile will be deleted when you log off. To fix this, log off and try logging on later. Please see the event log for details or contact your system administrator.” I am an I.T Professional since 2006, I encounter this error in Windows XP, then in Vista and now in Windows 7 as well, “ I think this is a Windows Family Problem ”. Time changed, Microsoft Windows changes a lot in themes and off-course in other technical, performance and security aspects as well but this error is not fixed. From time to Time, We (I.T Professionals) works to fix this error, these are the common practices that we can do for this error. ·          Restart Your Computer , hopefully, you will be able to get your OLD profile back in normal and same working condition. ·          Corrupted Profile , Logon with ...

Dell Inspiron N5110 Drivers for Windows 7-32bit

Dell Inspiron N5110 Driver and Software Download Windows 7 (32-Bit) Application Dell Dell Digital Delivery Dell QuickSet Audio IDT 92HD87B1 Audio Driver Bios Dell Inspron N5110 System Bios Sata PLDS DS-8A5SH 12.7 SATA Trayload DVDRW Intel Turbo Boost Technology Monitor Software Chipset Intel HM67 Express Chipset Family Intel Management Engine Interface Realtek RTS5138 Card Reader Renesas USB3.0 Host Controller N5110 Chipset Driver Communication Coonexant D400,External USB 56K Modem Touchpad Alps TouchPad Network Dell Wireless WLAN 1503 Half Mini-Card MSI GX780  Notebook Drivers And Software Driver Dell Wireless 1702 802.11 b/g/n, BT3.0+HS Dell Wireless 1701 Bluetooth v3.0+HS Intel Centrino Advanced-N 6230 Realtek RTL8105E-VB 10/100 Ethernet Controller Intel Rapid Storage Technology Video AMD ATI Mobility Radeon HD 6470 VGA Driver Intel Wireless Display Connection Manager nVidia GeForce  GT 525M Driver GeForce GTX 560M Driver GeForc...

How to Schedule Daily Backup with WinRAR Command Line Application – Batch File & Schedule Task

My Infrastructure Administrator was engaged to backup Microsoft Visual SourceSafe Projects ( don't say something that why we are still using VSS 6.0d) and I just come to know that he is use to backup VSS with WinRAR and the most great thing is this that he always Log-in to VSS Server and right click on Folder and then give it a name and Archive it. There is nothing pathetic in this but if he forgets to backups ( as his ratio to forget is high) we have no more option to restore two weeks old backup. I Just create a schedule job with WinRAR command line batch file to backup and give it a name as per his format ( vssbackup-dd-mm-yy.rar ) WinRAR Command line Backup

The file is corrupt and cannot be opened" - error in Microsoft Office 2010

Mostly we have seen this error with email attachments, when a user gets an email in his / her inbox having, Microsoft Word, Microsoft Excel or Microsoft PowerPoint file in some older version. This error is not Microsoft Office bug, as so many blogs says but it is your security settings that are preventing Internet E-mail attachments to being opened at your computer. Secondly, this error comes to Lucky person J not everyone gets this error. Quick Fix , Open your Microsoft Word 2010, Microsoft Excel 2010 or Microsoft PowerPoint 2010 and try as under; 1. Open Microsoft Word, Excel or PowerPoint 2010. 2. Click on File > Options. 3. Select Trust Center > Trust center settings. 4. Select Protected view. 5. Uncheck “Enable Protected View for files originating from the Internet” under Protected View > OK. 6. Restart Microsoft Word / Excel or PowerPoint 2010 and try to open document. If you are unable to open your document with only this desel...

Event ID: 14158 Source: Microsoft Forefront TMG Firewall - How to change intra-array address in TMG 2010

In my organization, we are privious using Microsoft ISA Server 2006 ENT for proxy and gateway purpose. There are two website published on ISA 2006 Server and I install Microsoft TMG 2010, this morning. When I was making installations and configurations of my New Microsoft TMG 2010 Firewall Server with 192.168.10.17 but when I replace server with my existing Microsoft ISA Server 2006 and change Internal IP to my privous gateway IP, Microsoft TMG 2010 start showing events with ID 14158  and Configurations Error with "Description : The IP address specified for communication between this Forefront TMG computer (192.168.10.17) and other array members is not bound to a network adapter installed on this computer. The IP address specified for intra-array communication must be bound to a network adapter installed on the computer." Event ID 14158 Solution - 1: (Easy One)  Management Console : Start > All Programs > Microsoft Forefront TMG > Micr...

How to Add “My Computer” to the Windows 8 Start Screen

I personally think that there is nothing change in Microsoft Windows but they change in Windows GUI mode. Windows 8 is again on boom because of it awesome Graphical User Interface. If you don't find Computer on Windows 8 Start Screen. No worries, it is pretty easy to add and all you need to do is as under; Come to Start Screen and Right Click on any empty place and click All Apps Navigate to Windows System in All Apps Right Click on Computer & Sub-menu will Appear and there you will find Pin to Start option. Click on Pin to Start as shown in below image After this, you will be able to see you "My Computer" on your Start Screen and it will be available on single click.  However, you can check "How to add my Computer on Desktop in Windows 8" permanently from control panel.

How to find My Computer in Windows 8

I have finish Windows 8 Pro Installation on my PC and soon I was required to find My Computer in Windows 8. Although I was using Windows 8 since it was in Developer's Preview but today I really search it again like a newbie.Well , here's the way to find my computer in Windows 8; Press Windows Key on your keyboard & Start Typing Computer and it will be searched in seconds OR just take your mouse in System Tray Corner near to Date or on top and Press Search button and search Computer and it will be as under;   Take your Mouse on OLD Start Menu Location and a Start Menu icon will be appear, click on that and right click on any free space. Now click on All Apps and you will find Computer under Windows System .   I hope this will help you but you can also try for " How to add My Momputer in your Windows 8 Start Screen " List or you can add it on your desktop as well.

Event ID 16 - Windows Update Agent - Error Number 0x80092026

I am facing this issue in Windows since I am in I.T profession, Your Windows updates are working fine but one day you come to know that your Windows is not more updating, Windows Updates. You Start Windows Updates manually by going to http://www.update.microsoft.com/windowsupdate/v6/default.aspx?ln-en-us but, after some time you get an error message " Error number: 0x80092026 ", and in your Events Viewer, you get an event with ID 16, saying something like as under Event Type:    Error Event Source:    Windows Update Agent Event Category:    Software Sync Event ID:    16 Date:        3/16/2012 Time:        4:41:28 PM User:        N/A Computer:    MAC-ISA1 Description: Unable to Connect: Windows is unable to connect to the automatic updates service and therefore cannot download and install updates accordi...

Event ID 8003 Source: mrxsmb - The Master Browser Has Received a Server Announcement that believes it is the master Browser

Event ID 8003 contains description as below and it mostly comes on Domain Controller’s and it must be on your Primary Domain Controller or at least a Server holding PDC Emulator role. I am getting this error because of an Microsoft ISA Server 2006. “The master browser has received a server announcement from the computer <MAC-ISA> that believes that it is the master browser for the domain on transport NetBT_Tcpip_{07365139-D064-41C7-B. The master browser is stopping or an election is being forced.” As per Microsoft "This computer is a master browser, and another computer has announced that it is the master browser. There can be only one master browser on a subnet at any given time. This message is logged for informational purposes only”. Solutions: Identify Culprit First : Look at the System Event log on your server and look for the error 8003. Within that log, identify the “computer” that is announcing itself as a master browser. If your identified comput...

GoToMeeting (g2mcomm.exe) - Computer Overloaded

When you are busy in client meeting and suddenly you get a message on your screen and your computer restart / shutdown automatically. No matter how good relations you have with you client or even you family. you feel bad. While using GoToMeeting, you may have faced this issue that you get this error; “ Your Computer is overloaded Would you like to hide all webcams and stop sharing your webcam if you are doing so? ” I face this issue on couple of old desktop computers having old processor/technologies. I wasn’t sure at the beginning that it is because of some malware or it’s because of GoToMeeting ( g2mcomm.exe ). During Troubleshooting I come to know that g2mcomm.exe is consuming too much processor and its high on Task Manager Processes. Obviously, I read a lot on Internet and come to know that g2mcomm.exe can be stopped. Computer Restart before meeting was also suggested, Closing other application that use internet and audio/video was also recommended but all ar...

How to search "Data" or "Keyword" in all tables in your Microsoft SQL database

Being a System Administrator, most often I required to search a keyword within a database and  During Google search, I come to know that a Microsoft SQL Server store procedure can help in this regards. Mean, you can find any keyword in your database. I found a great example and with little modification, I am able to search any keyword or string in my database. Here is it; SOLUTION :    USE [ DATABASENAME ] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON Read More ...

Event 7026 : Service Control Manager Logfile : System - cdrom

You may be face  Event 7026 on your Windows systems and as this Event shows that " The following boot-start or system-start driver(s) failed to load: cdrom ", you may be wonder that why it is happening while system don't have any CDROM connected with it. In my scenario, I start explore and comes to know that in registry, cdrom service is set to 1 that indicate that it is a system / boot type device. Cause: Normally this error / Event ID indicates that there were priviously a CDROM was installed and now Physical Drive is no more connected but its services is up and running. Solution: You simple need to disable or set to manual cdrom in registry as under; Click on Start > RUN > Type regedit  and Press Enter   Navigate to  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cdrom Find Subkey Name Start Type REG_DWORD Set its Data Type to 3 ( Manual ) or 4  (  Disable  ) Important Link: http://support.microsoft.c...

How to Add / Assign IP Address to Ethernet1 on MikroTik RouterOS CLI

MikroTik Router is a great Freeware OS for PC and they also Provide RouterBOARD as a hardware router. I am not going to tell the details about the products as these can be find on the vendor website but here is the very little tutorial about “ How to add or assign IP Address to MikroTik RouterOS” and you will be surely feel great as its quite simple. Note : Every router is factory pre-configured with IP address 192.168.88.1/24 on ether1 port. Default username is admin with empty password. If your device has a graphics card (i.e. regular PC) simply attach a monitor to the video card connector of the computer (note: RouterBOARD products don't have this) and see what happens on the screen. You should see a login prompt like this: http://wiki.mikrotik.com/wiki/Manual:First_time_startup#Monitor_and_Keyboard I am assuming that you are already login on MikroTik RouterOS and here is the command that you need to enter on your CLI. [ admin @ MikroTik ] >  ip address add...