Κυριακή 2 Νοεμβρίου 2014

The process cannot access the file because it is being used by another process" error message when you try to start a Web site in the Internet Information Services

The WWW Publishing Service, did not register the URL prefix http://x.x.x.x:80/ for Default Web Site.

A) Symptoms

1) On System log Event: 1004 Source: IIS-W3SVC Error received when trying to start the stopped Default web site:
2) The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0×80070020)

First of all we need to verify nothing else is use the x.x.x.x:80 IP address and port.
Running command prompt with Admin rights and type: netstat -ano |findstr 80
Verify no other process is listening on the x.x.x.x IP and port 80.
Check if something is listening on port 80 when the Default web site is stopped.
If nothing is listening on port 80 go on.

B) Resolve
Running command prompt with Admin rights and type:

1) net stop http
2) In regedit browse to: 
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyList
3) If an IP address is listed in the ListenOnly List, change the IP address to 0.0.0.0
4) From administrative command prompt type: net start http

From the services applet, restart the World Wide Web Publishing Service

More info: Link

Παρασκευή 14 Μαρτίου 2014

Windows 8.1 Update 1

What’s New in Windows 8.1 Update 1

  1. Boot by default to desktop in systems without a touch screen: The original Windows 8.1 added a setting to provide booting to the desktop. This update makes it automatic for non-touchscreen systems.
  2. New right-click menus: When you right-click a tile, a context menu will appear. You still must move the cursor to the apps bar to complete a task.
  3. Power and Search buttons on the Start screen: A Power button is added to the Start screen (except tablets). A Search button is added for all systems. 
  4. New taskbar functions: A number of changes are made to the taskbar. The taskbar will now be available from the Start screen and Windows Store apps can be pinned to the taskbar. 
  5. A title bar for Windows Store apps: Windows Store apps will have a title bar that appears when you move the cursor to the top of the screen. The bar has Close and Minimize buttons.
  6. SkyDrive becomes OneDrive.
  7. Disk Space Improvements 
  8. Higher Scaling Options for High-DPI Display

Δευτέρα 27 Μαΐου 2013

Hyper-V cannot be installed: A hypervisor is already running.




If you want to add a Hyper-V Role on Windows Server 2012, under VMware ESXI 5.1, you may receive the error message “Hyper-V cannot be installed: A hypervisor is already running.”
To fix this you need to do the following:
  1. First, shut down the Windows 2012 Server virtual machine on ESXI 5.1
  2. Download and modify the .vmx file associated with your virtual machine, from ESXI server. 
  3. Add the following lines to the end of the .vmx file:
·         hypervisor.cpuid.v0 = FALSE
·         mce.enable = TRUE
·         vhv.enable = TRUE
  1. Upload the new .vmx file to ESXI Server
  2. Restart your virtual machine.
Use the above at your own Risk.


Τρίτη 23 Απριλίου 2013

Windows Server 2012 Migration Guides.

By using the migration tools, administrators can migrate certain roles, features, shares, operating system settings, and other data from the source server to the destination server running Server 2012.

There is no single procedure for migrating all the Windows Server roles. Instead, Microsoft provides detailed migration guides for individual roles, and sometimes for individual role services within a role.

Up-to-date migration guides are available at the Windows Server Migration Portal at the
Windows Server 2012. Link



 

Τρίτη 12 Φεβρουαρίου 2013

Hyper-V Virtual Switch

This tutorial will show you how to use Hyper-V Virtual Switch 101, and how to create and use Virtual Switches to connect Virtual Machines to Network.

Link

Windows 8 Hyper-V

This tutorial will show you how to use the built-in Hyper Virtualisation (Hyper-V) in Windows 8 Pro or Windows 8 Enterprise to install and run a Windows XP.

Link

Παρασκευή 1 Φεβρουαρίου 2013

Error 1935 when you try to install Microsoft Office 2010

If you see "Error 1935. An error occurred during the installation of assembly component" when you install Office 2010 or 2007 or one of the Office stand-alone products like Excel, restart the computer and try to run setup again as a quick first step.

Link