Is it legal to replace the OEM Windows system?

Hi guru,
Let's say, my company bought a computer, which is pre-installed a Windows, for example, Windows 8.1, can I replace the Windows 8.1 with a Windows 7 (I downloaded a Windows 7 ISO from internet).
Q1. Can I use the OEM key to activate the Windows 7?
Q2. Is it legal to do so?
This topic first appeared in the Spiceworks Community

Hi guru,
Let's say, my company bought a computer, which is pre-installed a Windows, for example, Windows 8.1, can I replace the Windows 8.1 with a Windows 7 (I downloaded a Windows 7 ISO from internet).
Q1. Can I use the OEM key to activate the Windows 7?
Q2. Is it legal to do so?
This topic first appeared in the Spiceworks Community

Similar Messages

  • CSV file replacing the parent window

    Joined: Dec 16, 2011
    Posts: 5
    posted    Friday, December 16, 2011 3:35:15 PM
    0
    Hi,
    I'm trying to download a .csv file from my web application using Content-Disposition
    here is my code
    response.setContentType("application/octet-stream");
    filename = filename.concat(downloadType);
    response.setHeader("Content-Disposition","attachment; filename="+filename+";");
    //response.setHeader("Content-Disposition","application/octet-stream; filename="+filename+";");
    String source = (String)ivHttpRequest.getAttribute("downloadFile");
    if(downloadType.equals(".txt")) {
    source = Utils.decodeHtmlEntities(source);
    byte [] byteArray;
    if(source == null)
    // use ivRequest instead
    String source2 = (String)ivRequest.getAttribute("downloadFile");
    if(downloadType.equals(".txt")){
    source2 = Utils.decodeHtmlEntities(source2);
    byteArray = source2.getBytes();
    else
    byteArray = source.getBytes();
    ServletOutputStream out = response.getOutputStream();
    out.write(byteArray);
    out.close();
    I'm able to download the file in all the browsers, But while using IPAD the content of the file replaces the existing window (Parent Window) without asking for Save or Open option.
    Please let me know is there any special content type or anythinmg else i have to change.. So that i could be able to open the csv file in a new tab without replacing the parent window.The problem i faced only with IPAD

    You are probably better off asking in the developer forums : https://devforums.apple.com/index.jspa

  • CSV file downloading replaces the parent window

    Hi,
    I'm trying to download a .csv file from my web application using Content-Disposition
    here is my code
    response.setContentType("application/octet-stream");
    filename = filename.concat(downloadType);
    response.setHeader("Content-Disposition","attachment; filename="+filename+";");
    //response.setHeader("Content-Disposition","application/octet-stream; filename="+filename+";");
    String source = (String)ivHttpRequest.getAttribute("downloadFile");
    if(downloadType.equals(".txt")) {
    source = Utils.decodeHtmlEntities(source);
    byte [] byteArray;
    if(source == null)
    // use ivRequest instead
    String source2 = (String)ivRequest.getAttribute("downloadFile");
    if(downloadType.equals(".txt")){
    source2 = Utils.decodeHtmlEntities(source2);
    byteArray = source2.getBytes();
    else
    byteArray = source.getBytes();
    ServletOutputStream out = response.getOutputStream();
    out.write(byteArray);
    out.close();
    I'm able to download the file in all the browsers, But while using IPAD the content of the file replaces the existing window (Parent Window) without asking for Save or Open option. So i'm unable to get the parent window again.
    Please let me know is there any special content type or anythinmg else i have to change.. So that i could be able to open the csv file in a new tab without replacing the parent window.The problem i faced only with IPAD

    Hi,
    For pdf file if we choose adhoc or by giving the proper name, we can able to get the options like OPEN or SAVE. This will work fine for pdf.
    But here im trying with csv file /html file, so the file is replacing the existing screen itself when i click the csv link. In my web application, i cannot get the parent window by using back button once i get the csv file instead page gets expired.
    So my best suggestion is should we able to open the csv file in new Tab of safari instead of replacing the parent window where im clicking to open the csv file.
    Suggestions pls.

  • Will reinstalling Lion via the Lion recovery partition cause you to loose all of your applications, documents, etc or does it just replace the Lion operating system and leave everything else untouched?

    Will reinstalling Lion via the Lion recovery partition cause you to loose all of your applications, documents, etc or does it just replace the Lion operating system and leave everything else untouched?

    The latter. I cant tell you how many times I've reinstalled lion! all your apps will be fine!
    Things that will change are system graphics if you altered them with something like candybar or did it manually.
    Having said that, you should always backup your stuff with time machine incase something does happen.
    This is a very important step which will insure the safety of your files while doing things like updating or installing the OS.
    Please exercise caution when doing things with a Hard Drive.

  • How to put Java application in the MS. Windows System tray

    dear all,
    Is it possible to make a Java application communicate with the MS. Explorer and to put a Java application in the MS. Windows System tray
    Regards

    http://www.esus.com/docs/GetQuestionPage.jsp?uid=624
    or look for madcap on sourceforge

  • How can I replace the old commenting system with Disqus?

    How can I replace the old commenting system on Business Catalyst with Disqus? Please help

    Hi,
    The Disqus integration has been done by at least one BC partner – simpleflame.com, on this site: http://kiyuco.com/free-videos . You could reach out to them inquiring for more details on how it has been done.
    Kind regards,
    -Sidney

  • Does Installing Awesome WM also Install the X Window System?

    I am trying to use Awesome WM as my window manager and installed it and it's dependencies using "pacman -S awesome". Does installing Awesome WM install the X window system as a dependency? I have not installed X separately and have been unable to start Awesome using startx after writing an .xinitrc file with "exec awesome" in it.
    Thanks.
    Last edited by haziz (2012-11-15 17:04:25)

    haziz wrote: Does installing Awesome WM install the X window system as a dependency? I have not installed X separately and have been unable to start Awesome using startx after writing an .xinitrc file with "exec awesome" in it.
    https://wiki.archlinux.org/index.php/Be … _Interface
    The quick answer to your question is no. The package mainainers assume that you've followed the instructions and installed xorg-server etc. before you start installing stuff that runs on it. The good news is that installing xorg-server etc. will install almost everything you need for awesome.
    Edit for clarification:  no one but you knows what X server you might be using. You'll probably use xorg-server, but there are other servers than that: https://bbs.archlinux.org/viewtopic.php?id=87281
    Presumably awesome will work with them too.
    Last edited by Antoine (2012-11-15 17:49:59)

  • Is this script legal to recover the OEM Product-Key?

    Is known as ShowKey.vbs, but I want to know if it is legal to use:
    Set WshShell = CreateObject("WScript.Shell")
    Key = "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\"
    DigitalID = WshShell.RegRead(key & "DigitalProductId")
    ProductName = "Product Name: " & WshShell.RegRead(Key & "ProductName") & vbNewLine
    ProductID = "Product ID: " & WshShell.RegRead(Key & "ProductID") & vbNewLine
    ProductKey = "Installed Key: " & ConvertToKey(DigitalID)
    ProductID = ProductName & ProductID & ProductKey
    If vbYes = MsgBox(ProductId & vblf & vblf & "Save to a file?", vbYesNo + vbQuestion, "Windows Key Information") then
       Save ProductID
    End if
    Function ConvertToKey(Key)
        Const KeyOffset = 52
        isWin8 = (Key(66) \ 6) And 1
        Key(66) = (Key(66) And &HF7) Or ((isWin8 And 2) * 4)
        i = 24
        Chars = "BCDFGHJKMPQRTVWXY2346789"
        Do
            Cur = 0
            X = 14
            Do
                Cur = Cur * 256
                Cur = Key(X + KeyOffset) + Cur
                Key(X + KeyOffset) = (Cur \ 24)
                Cur = Cur Mod 24
                X = X -1
            Loop While X >= 0
            i = i -1
            KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
            Last = Cur
        Loop While i >= 0
        If (isWin8 = 1) Then
            keypart1 = Mid(KeyOutput, 2, Last)
            insert = "N"
            KeyOutput = Replace(KeyOutput, keypart1, keypart1 & insert, 2, 1, 0)
            If Last = 0 Then KeyOutput = insert & KeyOutput
        End If
        a = Mid(KeyOutput, 1, 5)
        b = Mid(KeyOutput, 6, 5)
        c = Mid(KeyOutput, 11, 5)
        d = Mid(KeyOutput, 16, 5)
        e = Mid(KeyOutput, 21, 5)
        ConvertToKey = a & "-" & b & "-" & c & "-" & d & "-" & e
    End Function
    Function Save(Data)
        Const ForWRITING = 2
        Const asASCII = 0
        Dim fso, f, fName, ts
        fName = "Windows Key.txt"
        Set fso = CreateObject("Scripting.FileSystemObject")
        fso.CreateTextFile fName
        Set f = fso.GetFile(fName)
        Set f = f.OpenAsTextStream(ForWRITING, asASCII)
        f.Writeline Data
        f.Close
    End Function

    Hi!
    From what I can understand, this is in a bit of a "gray zone", showing the key isn't illegal, but if you plan on using it again, when doing a re-install of the system it isn't allowed, or use it on another computer for that matter,
    In these cases, you should use the recovery media that is shipped with your computer or download it from the manufacturer.
    The OEM
    recovery media should match the product version originally preinstalled on the system; no other image may be used to restore the system to its original
    state.
    I would contact MS and see what they are saying, depending
    on what you need the key for of course:
    https://support.microsoft.com/en-us/kb/326246?wa=wsignin1.0
    Best regards
    Andreas Molin
    Andreas Molin | Site: www.guidestomicrosoft.com | Twitter: andreas_molin

  • Recover the OEM Windows Key

    Hi there, A couple of months ago my Toshiba laptop fell and the HDD got damaged, so I had to replace it  I would like to activate a legitimate copy of W8 again, but I don't have the OEM activation key for that. Is there any way I can get it? :/ Thank you in advance.

     
    Satellite C45-ASP4311FL (PSCD2P-014LM2)
    Downloads here.
    The product key for Windows 8 (not 8.1) is burned into the motherboard. So Windows 8 will self-activate when installed.
    But you would need to install essentially all of the many drivers and utilities at the site above for the laptop to work as designed. And the order of installation matters.
    I don't have the time or inclination to mess around with that. Better to restore the hard disk to its original out-of-the-box contents using Toshiba recovery media. All the drivers and utilities are properly installed.
    If you failed to create recovery media, obtain it from Toshiba. Scroll down to Get Recovery Media here
    See the instructions in the section Restoring from recovery media, which begins on p. 56 of the User's Guide.
       Satellite/Satellite Pro C40/C50/C70 - A Series User’s Guide
    After you have Windows 8 installed, follow these instructions carefully to upgrade to Windows 8.1.
       How to Update from Windows 8 to Windows 8.1

  • "Open file location" option from the search window replaces the search window to open the file location

    After searching for  some files, when I right click on any file from the search window and click "open file location", the file location is opened in the same search window there by detroying my search. In Vista this option would open the file location in a separate window. This is really annoying if I want to open locations of several files from the search window.

    The more thorough explanation of how to do this is right-click the item then CTRL-Left Click "Open file Location". This will open it in a new window.
    I agree that Microsoft makes unnecessary changes to the operating system which cause it to behave less productively. The search is an important part of an operating system and Microsoft managed to make it the worst part.
    Bring back the XP search option. I'm very sad so see this terribly executed search is still the norm in Windows 8. 
    To put it bluntly, I don't use Windows by choice, it's my job to deal with it.

  • Can I replace the default user "system" in WLServer6.0Sp1?

    Can I replace dafault user "system" in WLServer6.0Sp1 with another user, and how
    can I do that?
    I have seen docs in e-docs.bea.com,But I still can't find out any solution.

    there was a way to add support for some later Opticals in OS9, but I can't rember just how now.
    There are modified device plugins here.

  • How do I get my OEM windows product key that came with my laptop when I bought it? Lost info/discs

    I needed to clean install my laptop with Win8.1 before I upgraded to Win10, i was told that the BIOS held the key so I wouldnt need it and I dont have the OEM windows product key sticker that came with it when I bought it and I cant activate!!? Help

    Hi
    what if my recovery partition is lost too? I hace an HP15 Notebook with windowa 8.1 and a "friend" deleted the recovery partition. Now I dont know what to do to reformat and recover my laptop to its original condition. Saddly i dont have the recovery dvds either.
    Thanks,
    Adolfo

  • Installing OEM Windows 8.1 on a new SSD

    How do I install the OEM Windows 8.1 OS that shipped with my new desktop PC on a new SSD? I have created the HP recovery discs but I can not find instructions for using them to install Windows on a new drive. There are numerous posts about doing this on this forum but none with a consensus.It goes from 'it can't be done", "you need third party disc software" to "yes, it's easily done" followed by links to existing HP tutorials that don't actually address the procedure. The one that comes the closest is this one: HP PCs - Recovering your computer from a USB flash drive I scroll down to Desktop computer (Windows 8) and under that Recovery from a USB flash drive (Windows 8).Those instructions seem like they might work but I have Discs not a USB drive and I'm not permitted to make a second one.So my question is will the discs work the same way as the Flash drive? And my next question is, will these instructions work without resulting in a disk size error?The SSD is a Samsung 850 Pro 256GB 2.5-Inch SATA III Internal SSD The PC shipped with a 2 TB Seagate Hard Drive. HP Envy 700-430qe
    Windows 8.1 x64
    i7-4790CPU@ 3.60Mhz
    GPU: Nvidia Geforce GTX 660
    PSU: Corsair GS700
    RAM: 12.0 GB

    Hi: See if this works... 1. You have to change two settings in the BIOS in order to boot from a DVD. See the info at the link below for what settings to change. http://support.hp.com/us-en/document/c03659945 2. Put disk 1 in the dvd drive and restart the PC. Tap the esc key to get a menu options list. Select the F9 boot options menu from the list. Select the DVD drive and hit the enter key. Watch the screen for further instructions. Here are some problems that may occur based on specific circumstances... 1.  If the SSD you bought is much smaller than the factory hard drive you removed, you may get an error that states in substance that the disks won't work on a smaller hard drive. 2.  If you made any hardware changes to the PC such as changing the graphics card, the recovery disks may not work.  This should not be applicable if you added memory or the fact that you just added a SSD (other than #1 above). If the recovery disks you made don't work, see if making a plain W8.1 installation disk by following the instructions from the link below allows you to install W8.1.  Hopefully this media will work with the W8.1 OEM product key encrypted in your PC's BIOS. http://windows.microsoft.com/en-us/windows-8/create-reset-refresh-media

  • Trying to Create a Catalog file using WSIM (Windows System Image Manager)

    I have been looking online for a solution to htis problem for days and come up with nothing so any help would be amazingly helpful.
    I have created a Windows 8.1 image which I would like to role out to all users within my company but when trying to create a catalog file I am getting an erorr message saying "Windows SIM was unable to generate a catalog."  It says "Mounting
    Windows Image file......This might take a few minutes" and then fails after 6-7mins.
    When opening the log file I get this:
    10:00 : Cannot obtain read/write access for F:\sources\install.wim.
    In order to generate a catalog file, you must have read/write access to the Windows image file and its containing folder.
    10:13 :
    10:13 : Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: 'Windows System Image Manager Technical Reference' in the Windows OPK or Windows AIK User's Guide.
    10:13 :
    10:13 : System.InvalidOperationException: The operation failed to complete. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: String reference not set to
    an instance of a String.
    Parameter name: source
       at System.Globalization.CompareInfo.IsPrefix(String source, String prefix, CompareOptions options)
       at ?A0xfe36268f.ConvertToNtPath(String path)
       at Microsoft.ComponentStudio.ComponentPlatformInterface.CbsSessionAdaptor..ctor(String bootDrive, String imageWinDir, String servicingPath)
       at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageImpl.InitializePackages()
       at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageImpl..ctor(OfflineImageInfo imageInfo)
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
       at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
       at Microsoft.ComponentStudio.ComponentPlatformInterface.Cpi.PlatformImplementation.CreateOfflineImageInstance(OfflineImageInfo imageInfo)
       --- End of inner exception stack trace ---
    The one image that did work (LiteTouchPE_x64.wim) was from the OS I imported to Microsoft Workbench but the components are different to any that I have seen online when looking on how to do this.
    I have made sure that the architecture is x64 and tried from ISO files I have on the system already but get the same error.
    This is the first project I have been involved in and only ever done IT support before this.
    Thanks for your help in advance.

    Yes I am trying to capture a reference image that I have created on another machine and then reploy this through MDT. I am trying to open the Unattend.xml file because the "Capture and Sysprep" fails on the reference machine when trying to run
    Sysprep. When I try to open the Unattend.xml file in MDT I get the error below:
    Performing operation "generate" on Target "Catalog".
    Starting: "C:\Program Files\Microsoft Deployment Toolkit\Bin\Microsoft.BDD.Catalog35.exe" "D:\Windows8.1 TEST3\Operating Systems\Windows8.1 x64\Sources\install.wim" 1 > "C:\Users\*****\AppData\Local\Temp\3\Microsoft.BDD.Catalog.log"
    2>&1
    No existing catalog file found.
    PROGRESS: 0: Starting.
    PROGRESS: 0: Creating mount folder: C:\Users\*****\AppData\Local\Temp\3\IMGMGR_install_Windows 8.1 Enterprise_njegg3ph.con.
    PROGRESS: 5: Creating temp folder: C:\Users\*****\AppData\Local\Temp\3\IMGMGR_install_temp_qj0x3ga5.obv.
    PROGRESS: 10: Mounting Windows image: D:\Windows8.1 TEST3\Operating Systems\Windows8.1 x64\Sources\install.wim. This might take a few minutes.
    ERROR: Unable to generate catalog on D:\Windows8.1 TEST3\Operating Systems\Windows8.1 x64\Sources\install.wim: System.ComponentModel.Win32Exception: The process cannot access the file because it is being used by another process
       at Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo.PreCreateCatalog()
       at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageInfo.CreateCatalog()
       at Microsoft.BDD.Catalog.Program.DoCatalog()
    Non-zero return code from catalog utility, rc = 2002

  • Windows System Image Manager (WSIM) fails to catalog

    WSIM (version 6.3.9600.16384) from Windows 8.1 AIK does not work with Windows 10 Preview Enterprise. It fails to generate a catalog file for the Windows 10 .wim image.
    Error message shown below
    Log file
    1:39 PM : This application requires version 6.3.9600.16384 of the Windows ADK.
    Install this version to correct the problem
    1:44 PM :
    1:44 PM : Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: 'Windows System Image Manager Technical Reference' in the Windows ADK User's Guide.
    1:44 PM :
    1:44 PM : System.ComponentModel.Win32Exception (0x80004005): Unknown error (0xc1420117)
    Server stack trace:
       at Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo.PostCreateCatalog()
       at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageInfo.CreateCatalog()
       at Microsoft.ComponentStudio.ComponentPlatformInterface.CatalogCreatorImpl.CreateCatalog(OfflineImageInfo offlineImageInfo)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.ComponentStudio.ComponentPlatformInterface.ICatalogCreator.CreateCatalog(OfflineImageInfo offlineImageInfo)
       at Microsoft.ComponentStudio.CatalogGenerator.CreateCat(ProgressDialog pd, Object o)
    WSIM Version
    Surprising that it fails on the cleaning up portion, after mounting, serializing and un-mounting the Image.
    Is there an updated version of AIK or WSIM that needs to be used?

    It uses a new image format. The DISM and imaging api from even version 6.3.x (win 8.1) won't be able to access it. 
    But I think it's got some issues.  I can do a get-windowsimage -ImagePath install.wim and see the images, but dism /image:install.wim /? says "Unable to access the image.  Same with the boot wim. 
    Here's what dism.log says that is relevant:
    2014-10-09 13:25:29, Info                  DISM   DISM Provider Store: PID=1724 TID=3028 Loading Provider from location C:\Windows\System32\Dism\FfuProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-10-09 13:25:29, Info                  DISM   DISM Provider Store: PID=1724 TID=3028 Connecting to the provider located at C:\Windows\System32\Dism\FfuProvider.dll.
    - CDISMProviderStore::Internal_LoadProvider
    2014-10-09 13:25:29, Error                 DISM   FolderManager: PID=1724 base\ntsetup\opktools\dism\providers\folderprovider\dll\folderimage.h:190 - CFolderImage::CreateFolderImage(hr:0x80070032)
    2014-10-09 13:25:29, Info                  DISM   DISM WIM Provider: PID=1724 TID=3028 [c:\temp\boot.wim] does not exist and is not a WIM mount point. - CWimMountedImageInfo::Initialize
    2014-10-09 13:25:29, Info                  DISM   DISM VHD Provider: PID=1724 TID=3028 [c:\temp\boot.wim] is not recognized by the DISM VHD provider. - CVhdImage::Initialize
    2014-10-09 13:25:29, Info                  DISM   DISM Provider Store: PID=1724 TID=3028 Getting Provider VHDManager - CDISMProviderStore::GetProvider
    2014-10-09 13:25:29, Info                  DISM   DISM Provider Store: PID=1724 TID=3028 Provider has previously been initialized.  Returning the existing instance.
    - CDISMProviderStore::Internal_GetProvider
    2014-10-09 13:25:29, Info                  DISM   DISM VHD Provider: PID=1724 TID=3028 [c:\temp\boot.wim] is not recognized by the DISM VHD provider. - CVhdImage::Initialize
    2014-10-09 13:25:29, Info                  DISM   DISM Imaging Provider: PID=1724 TID=3028 The provider VHDManager does not support CreateDismImage on c:\temp\boot.wim
    - CGenericImagingManager::CreateDismImage
    2014-10-09 13:25:29, Info                  DISM   DISM Provider Store: PID=1724 TID=3028 Getting Provider WimManager - CDISMProviderStore::GetProvider
    2014-10-09 13:25:29, Info                  DISM   DISM Provider Store: PID=1724 TID=3028 Provider has previously been initialized.  Returning the existing instance.
    - CDISMProviderStore::Internal_GetProvider
    2014-10-09 13:25:29, Info                  DISM   DISM WIM Provider: PID=1724 TID=3028 [c:\temp\boot.wim] does not exist and is not a WIM mount point. - CWimMountedImageInfo::Initialize
    2014-10-09 13:25:29, Info                  DISM   DISM Imaging Provider: PID=1724 TID=3028 The provider WimManager does not support CreateDismImage on c:\temp\boot.wim
    - CGenericImagingManager::CreateDismImage
    2014-10-09 13:25:29, Info                  DISM   DISM Imaging Provider: PID=1724 TID=3028 No imaging provider supported CreateDismImage for this path - CGenericImagingManager::CreateDismImage
    2014-10-09 13:25:29, Error                 DISM   DISM.EXE: Failed to access the image folder or image's windows folder.
    2014-10-09 13:25:29, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.

Maybe you are looking for