How to undo Windows server 2012 installation? - windows-server-2012

I,ve just installed windows server 2012 , after login i can see only cmd . How to get back to previous version (windows 10) ?

You installed windows server 2012 and erased the windows 10
Boot from your Windows 10 installation DVD or USB, or ISO file
When you see Windows Setup, press the Shift + F10 keys.
Click/tap on Repair your computer

Related

How to boot to Windows 10 after Server Core 2016 installation

I installed Server Core 2016 (without the GUI) onto my Windows 10 computer.
Now, whenever I boot up the computer, it just opens a single command prompt with Server Core commands.
How do I go back to Windows 10?

Couchdb on windows server 2012

Is anyone using couchDB with windows server 2012.
Only version I could find is X86, is there version avilable for 64bit for download.
I'm using CouchDB(x86) with Windows Server 2012
No there is not a 64bit version for Windows.
Sources : http://couchdb.apache.org/

Install Visual Studio 2015 on Linux Mint using Wine

I am using Linux Mint and I have the Visual Studio 2015 exe installation file.
I use Wine for Windows applications, but it doesn't work with VS.
Has someone successfully installed VS using Wine on Linux Mint?
VS 2015 doesn't works with wine, because VS will require a full Windows stack. Use virtualization for example VirtualBox or VMware.

Hyper-V error. Running Windows Phone Emulator and VM in the same time (Windows 8)

I'm developling a WP8 application on my computer (OS : Windows 8).
I need to install a VM to have linux.
In the same time i need to use my Emulator of Windows Phone.
I downloaded VMWare and create a virtual machine, but i had this error :
VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role
from the system before running VMware Workstation.
I can't remove the Hyper-V because i need it, to use the Emulator of Windows Phone.
Maybe i didn't search well , but i only found solutions who will make me cut my Hyper-V. So it will not be possible to use my Emulator and my VM in the same time.
So, my question is : Is it possible to use my Emulator Windows Phone and in the same time to have a VM with linux who is running ?
No, you can't. You have two ways:
1) Install your Linux into Hyper-V
2) Turn Off Hyper-V, restart Windows, Use VMware. Then turn on Hyper-V, restart and use Windows Phone Emulator.
You can turn on or off Hyper-V from command line:
bcdedit /set hypervisorlaunchtype off

What value should I use for OnlyBelowVersion in InnoSetup for Windows 2000 only?

I want to use OnlyBelowVersion to install the sc.exe program if the Windows version is 2000 and not at all for Windows NT and below.
What is the only below version required for Windows 2000 only, ie what is the minimum windows XP or Windows 2003 string?
From the InnoSetup help file:
Windows versions:
4.0.950 Windows 95
4.0.1111 Windows 95 OSR 2 & OSR 2.1
4.0.1212 Windows 95 OSR 2.5
4.1.1998 Windows 98
4.1.2222 Windows 98 Second Edition
4.9.3000 Windows Me
Windows NT versions:
4.0.1381 Windows NT 4.0
5.0.2195 Windows 2000
5.01.2600 Windows XP or Windows XP 64-Bit Edition Version 2002 (Itanium)
5.02.3790 Windows Server 2003 or Windows XP x64 Edition (AMD64/EM64T)
or Windows XP 64-Bit Edition Version
2003 (Itanium)
6.0.6000 Windows Vista
6.0.6001 Windows Vista with Service Pack 1 or Windows Server 2008
6.01.7600 Windows 7 or Windows Server 2008 R2
>
And:
OnlyBelowVersion Basically the
opposite of MinVersion. Specifies the
minimum Windows and Windows NT version
for the entry not to be processed. For
example, if you put 4.1,5.0 and the
user is running Windows 95 or NT 4.0
the entry will be processed, but if
the user is running Windows 98 (which
reports its version as 4.1) or Windows
2000 (which reports its version as NT
5.0), it will not be processed. Putting "0" for one of the versions
means there is no upper version limit.
Build numbers and/or service pack
levels may be included in the version
numbers. This overrides any
OnlyBelowVersion directive in the
script's [Setup] section.
An entry without an OnlyBelowVersion
parameter is always processed, unless
other parameters say it shouldn't be.
Example: OnlyBelowVersion: 4.1,5.0

Resources