Customising Metro screen (Windows 8.1 SL)

I am at my wits end trying to get a default start tiles to work. I am not sure because I am trying this on Windows 8.1 SL
Whatever I do during post the OOBE on First logon the User set up runs and I get the default start tiles
I have to use Windows 8.1 SL since I am shipping thousands of tablets for a project, requirement is similar to an OEM setup.Windows 8.1 SL was decided as this would used by independent clients without any domain logon requirements. I require to enter different
product keys as each system comes up and then the user (Just one admin and a standard user) to have a default start tiles. The users should be limited to the apps which I allow
I have followed CopyProfile instructions to the letter (I believe) as in  the following TechNet articles
Customize the Default User Profile by Using CopyProfile
Customize the Start Screen
Numerous other sources in the net
Here is what I am doing
Install Windows (Windows is not activated)
Boot in Audit mode by typing sysprep/audit /reboot (no generalize)
Remove all Provisioned apps except reader which is required
Add a Custom appx as a Provisioned app (I have installed and tested this on test PC's it works for all users)
Add all applications, drivers etc. for devices which will be connected to the tablet as part of project
Customised the Start tiles exactly as required
Changed default browser to the browser provided by Customer (Chrome)
Copy out the appFolderLayout.bin to a USB drive
Sysprep the image with sysprep /oobe /generalize /shutdown /uanttend:MyCustom.xml
Capture the Image to a WIM File (DISM /Capture-Image)
Mount the captured wim file and copy the appsFolderLayout.bin file to Default User profile
During the trouble shooting I had also applied the Provisioned App to the mounted image too for good measure to see if that would help keep the application after sysprep. I also used FirstLogonCommand to apply the Provisioned app on first logon of admin
during the multiple iterations I did
The issue I am having and the observations are as below
Once the user logs on the user setup runs and I get the Default start tiles (IE, File Explorer, Desktop, Skydrive, store). I had removed all other apps before creating the image
The Custom Shortcuts on the desktop are there
Default Browser has switched to IE
Product key is prompted only if I have set SkipMachineOOBE to true. This would mean a lot of other settings too.
The Custom App is missing. But appears if I Install it again as provisioned app and then its available to all users. (FirstLogonCommand helps here. one issue worked around)
If I copy the appFolderLayout.bin manually from Default profile to the user profile, log out and log in the start tile appears back as required. So this looks as if the Default profile is being overridden by the user setup as the user logs on for the first
time
If I check the registry for default browser setting it is set to Chrome (HKCR/http, HKCU/.../http etc.) But I still have to set it again for each user
I might be missing something or this just wont work with SL!
My Answer file setting is listed below. I have removed links from here
************* ANSWER FILE *******************************************************************************
<?xml version="1.0" encoding="utf-8"?>
<unattendxmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
            <AutoLogon>
                <Password>
                    <Value>Chnaged</Value>
                    <PlainText>false</PlainText>
                </Password>
                <Username>Admin</Username>
                <LogonCount>1</LogonCount>
                <Enabled>true</Enabled>
                <Domain></Domain>
            </AutoLogon>
            <OEMInformation>
                <Manufacturer>XXXXX</Manufacturer>
                <Model>HP Elitepad900</Model>
                <SupportPhone>800-XXXXX</SupportPhone>
                <HelpCustomized>false</HelpCustomized>
            </OEMInformation>
            <UserAccounts>
                <AdministratorPassword>
                    <Value>Chnaged</Value>
                    <PlainText>false</PlainText>
                </AdministratorPassword>
                <LocalAccounts>
                    <LocalAccountwcm:action="add">
                        <Password>
                            <Value>Changed<Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <Description>Administrator</Description>
                        <DisplayName>Admin</DisplayName>
                        <Group>Administrators</Group>
                        <Name>Admin</Name>
                    </LocalAccount>
                    <LocalAccountwcm:action="add">
                        <Password>
                            <Value>Changed</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <Description>XX Partner Account</Description>
                        <DisplayName>XX Partner</DisplayName>
                        <Group>Users</Group>
                        <Name>Partner</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
            <FirstLogonCommands>
                <SynchronousCommandwcm:action="add">
                    <CommandLine>cmd/c &quot;d:\DisableAll.bat&quot;</CommandLine>
                    <Description>Install HP Scan</Description>
                    <Order>1</Order>
                    <RequiresUserInput>false</RequiresUserInput>
                </SynchronousCommand>
                <SynchronousCommandwcm:action="add">
                    <CommandLine>Powershell-noninteractiveImport-StartLayout-LayoutPathd:\CustomStartLayout.bin -MountPathc:\</CommandLine>
                    <Description>Get Layout in</Description>
                    <Order>2</Order>
                    <RequiresUserInput>false</RequiresUserInput>
                </SynchronousCommand>
            </FirstLogonCommands>
            <OOBE>
                <HideEULAPage>false</HideEULAPage>
                <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
                <SkipUserOOBE>true</SkipUserOOBE>
                <SkipMachineOOBE>false</SkipMachineOOBE>
                <HideLocalAccountScreen>true</HideLocalAccountScreen>
                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                <NetworkLocation>Work</NetworkLocation>
            </OOBE>
            <RegisteredOwner/>
        </component>
        <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" >
            <InputLocale>en-gb</InputLocale>
            <SystemLocale>en-gb</SystemLocale>
            <UILanguage>en-gb</UILanguage>
            <UILanguageFallback>en-us</UILanguageFallback>
            <UserLocale>en-gb</UserLocale>
        </component>
    </settings>
    <settings pass="specialize">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
            <ComputerName>*</ComputerName>
            <CopyProfile>true</CopyProfile>
            <TimeZone>Arabian Standard Time</TimeZone>
            <OEMName>XXXXXX</OEMName>
            <RegisteredOrganization>XX</RegisteredOrganization>
            <RegisteredOwner>XX Partner</RegisteredOwner>
            <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
            <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet>
            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
            <ShowWindowsLive>false</ShowWindowsLive>
        </component>
    </settings>
    <settings pass="generalize">
        <component name="Microsoft-Windows-PnpSysprep" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS>
            <DoNotCleanUpNonPresentDevices>true</DoNotCleanUpNonPresentDevices>
            <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
        </component>
    </settings>
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" >
            <UserData>
                <ProductKey>
                    <WillShowUI>Always</WillShowUI>
                </ProductKey>
                <AcceptEula>true</AcceptEula>
                <FullName>XX</FullName>
                <Organization>XX</Organization>
            </UserData>
        </component>
    </settings>
    <cpi:offlineImagecpi:source="wim://win7-ws-1/users/admin/desktop/windows.wim#Windows" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Yes,
the SID is is not generated in Audit mode, after audit mode the computer starts, the specialize configuration pass runs. A new security ID (SID) is created, and the clock for Windows activation resets, if the clock has not already been reset three
times.
this also can be seen from this article:
http://technet.microsoft.com/en-us/library/cc721973(v=ws.10).aspx
Regards
Wade Liu
TechNet Community Support

Similar Messages

  • Copy / deploy metro screen

    I have several tablets to deploy. These start metro screens must be the same. The tablets are not on a domain, but stand alone.
    Thru the internet i came across the following idea:
    Copy appsfolder.itemdata.ms (and .bak) to the c:\user\appdata\local\microsoft\windows en make the file read only afterwards. Restart and the metro screen is copied to another user.
    My tablet is WIndows 8.1 Pro but above method does not give me a new metro screen.
    The user where the file is copied to is a standard user not an administrator.
    I must deploy a few tablets and it would be nice to have a standard metro screen without a domain with gpo etc.
    freddie

    Hello Freddie,
    Do you mean that you want to Customize the Start Screen?
    If yes, you could refer to the following article.
    https://technet.microsoft.com/en-us/library/dn467928.aspx
    If you want to capture the Images by MDT, please refer to the following article.
    http://blogs.technet.com/b/askpfeplat/archive/2014/08/04/mdt-2013-part-i-mdt-configuration-capture-a-windows-server-2012-r2-base-os-image.aspx
    Best regards,
    Fangzhou CHEN
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How do I play a video in full-screen mode on one screen of a dual-screen Windows 7 system without blanking out the other screen?

    How do I play a video in full-screen mode on one screen of a dual-screen Windows 7 system without blanking out the other screen?  Not losing the other screen would be useful as I would like to, for example, monitor my emails whilst watching a video or to work on a project whilst watching an instructional video.
    Note : Resizing a window to fill the screen is not acceptable as it still leaves unsightly borders.

    bump

  • How to go back to the previous selection screen window?

    I have a selection screen and I have a button that calls a basic report and displays it on screen 0. The basic report is displaying however when I push the back button the program exits.
    If I use "set screen 0" and if I press back button, the program goes to the code. It does exit.
    If I use "leave to list processing" and if I press back button, the screen is just stuck on that screen 0 forever.
    What I want is to go back to the selection screen window when I press the back button at the top.
    <b>Pls help. Im a newbie. Thanks people. </b>
    at selection-screen.
    case SY-UCOMM.
      when 'BTN1_PUSH'.            " Calls Plain Report
          set screen 0.
          perform plainreport.
      when 'BTNEXIT_PUSH'.
        leave program.
    endcase."

    Hi Jabbar,
    The reason it is exiting the program is because you are using set screen.
    Try the following instead:
    at selection-screen.
    case SY-UCOMM.
      when 'BTN1_PUSH'.            " Calls Plain Report
           call screen 0.
          perform plainreport.
      when 'BTNEXIT_PUSH'.
        leave program.
    endcase."
    Think of the call screen command as a chain that the program follows and exits the previous. When you say set screen you are leaving the history in the program and it will always go back to the last screen it remembers which is why you were stuck in screen 0.

  • I see only black screen windows when upload pdf documents in safari

    Hi. I see only black screen windows when upload pdf documents in Safari. Also in old version of Safari, and in old System. In some windows, i can save the document, only now i can see this, open from pdf reader. Thank for some info.

    Back up all data.
    In the Finder, select Go ▹ Go to Folder from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    I've seen an unconfirmed report that the "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you might need to remove it as well, if applicable.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Full Screen Window on second screen minimizes when windows explorer opens..

    I did implement a full screen window on my second screen (it's a feature needed by my application)
    When I open windows explorer (I'm on windows XP), or when I click in a windows explorer window, the second screen window is minimized, even if explorer pops in the first screen.
    Is there any way to overcome this problem?
    Any help would be appreciated...
    Laurent
    (sample code below)
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JWindow;
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.GraphicsDevice;
    import java.awt.GraphicsEnvironment;
    import java.awt.Window;
    import javax.swing.JButton;
    import javax.swing.JToggleButton;
    import java.awt.Rectangle;
    import java.awt.GridBagLayout;
    import javax.swing.JLabel;
    public class FullScreenTest {
         private JFrame jFrame = null;  //  @jve:decl-index=0:visual-constraint="94,35"
         private JPanel jContentPane = null;
         private JToggleButton jToggleButton = null;
         private JPanel jFSPanel = null;  //  @jve:decl-index=0:visual-constraint="392,37"
         private JLabel jLabel = null;
         private Window window;
          * This method initializes jFrame     
          * @return javax.swing.JFrame     
         private JFrame getJFrame() {
              if (jFrame == null) {
                   jFrame = new JFrame();
                   jFrame.setSize(new Dimension(474, 105));
                   jFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                   jFrame.setContentPane(getJContentPane());
              return jFrame;
          * This method initializes jContentPane     
          * @return javax.swing.JPanel     
         private JPanel getJContentPane() {
              if (jContentPane == null) {
                   jContentPane = new JPanel();
                   jContentPane.setLayout(null);
                   jContentPane.add(getJToggleButton(), null);
              return jContentPane;
          * This method initializes jToggleButton     
          * @return javax.swing.JToggleButton     
         private JToggleButton getJToggleButton() {
              if (jToggleButton == null) {
                   jToggleButton = new JToggleButton();
                   jToggleButton.setBounds(new Rectangle(50, 23, 360, 28));
                   jToggleButton.setText("Show Full Screen Window on 2nd screen");
                   jToggleButton.addActionListener(new java.awt.event.ActionListener() {
                        public void actionPerformed(java.awt.event.ActionEvent e) {
                             showFullScreenWindow(jToggleButton.isSelected());
              return jToggleButton;
         protected void showFullScreenWindow(boolean b) {
              if(window==null){
                   window = initFullScreenWindow();
              window.setVisible(b);
         private Window initFullScreenWindow() {
              GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
              GraphicsDevice[] gds = ge.getScreenDevices();
              GraphicsDevice gd = gds[1];
              JWindow window = new JWindow(gd.getDefaultConfiguration());
              window.setContentPane(getJFSPanel());
              gd.setFullScreenWindow(window);
              return window;
          * This method initializes jFSPanel     
          * @return javax.swing.JPanel     
         private JPanel getJFSPanel() {
              if (jFSPanel == null) {
                   jLabel = new JLabel();
                   jLabel.setBounds(new Rectangle(18, 19, 500, 66));
                   jLabel.setText("Hello ! Now, juste open windows explorer and see what happens...");
                   jFSPanel = new JPanel();
                   jFSPanel.setLayout(null);
                   jFSPanel.setSize(new Dimension(500, 107));
                   jFSPanel.add(jLabel, null);
              return jFSPanel;
          * @param args
         public static void main(String[] args) {
              FullScreenTest me = new FullScreenTest();
              me.getJFrame().setVisible(true);
    }

    I suppose that you have this exception when the second window is initiated...
    Excuse my remark, it may be perfectly stupid : do you have two screens? The full screen window is supposed to show itself on the user's second screen.
    Or maybe the screens are not handled the same way on each computer? (I'm not used at developping applications working on two screens...)
    thanks for your help
    LK

  • How to Increase the Selection screen window length width big....

    How to Increase the Selection screen window length width big....  I cant able to do some enter text... because of the window size it gives error... can anyone help me out this...
    Thanks in advance

    hi,
    Maximum size is fixed for selection-screen.
    Split your text into different lines to fit it.
    Create a text element for your text and write it as comments.
    selection-screen begin of block b3 with frame title text-041.
      selection-screen begin of line.
        parameters : p_all radiobutton group g2 default 'X'.
        selection-screen comment 10(75) text-049.
      selection-screen end of line.
      selection-screen begin of line.
        parameters : p_iloc radiobutton group g2.
        selection-screen comment 10(75) text-050.
      selection-screen end of line.
    selection-screen end of block b3.
    Regards
    Sailaja.

  • IPhone 4s on screened Window Sill on rainy night - BLACK SCREEN, FLASH ON, VIBRATING, how do I revive?

    Lastnight I left my Iphone 4s CHARGING on a screened window sill.
    I wokeup at 8:30 and checked my phone to see that it was completely fine; went back to sleep until 10:30 and woke up to a black screen, flash on, and the phone frequently and randomly vibrating.The phone was not overly drenched. Only a couple raindrops on it, and around it.
    I immediately stuck it in a bag of rice.
    I need solutions! Any help is appreciated!
    How long should I keep it in the bag of rice?
    Is there a way to turn off my phone with a black screen?
    Thank you for your help!

    Just wind it by dryer and then don't try to switch it off because any electrical interchange cause damage. and then put it in a rise bucket. and in few hours it shuld be fine.. or take it to apple store if you are still in Warranty...

  • [SOLVED] Open new Screen windows in current directory?

    GNOME Terminal has been my preferred terminal application for quite some time; lately, however, I have been using xterm and screen.
    In gnome-terminal (and probably in other tabbed terminal apps), opening a new tab (by default) presents the user with a shell (BASH, in my case) opened to the old tab's PWD. If possible, I'd like to have Screen re-create this functionality....
    I've found this page on the subject, but my experimentation with Screen windows (which has shown me that new windows are not started as subshells of the window from which they are created) suggests that the described method will not work.
    Does anyone know of a way to make Screen emulate this bit of gnome-terminal behavior?
    Thanks!
    Edit:
    I just found this information. It seems that issuing the screen command itself (from within Screen) will open a new window in the current directory. As I almost always use the C-a c keybinding to open new windows, I hadn't realized that this works.
    I'm going to attempt to create a keybinding to do what I want. I'll post an update with the results.
    Last edited by ssjlegendx (2008-08-03 01:38:29)

    After looking further into the issue, it seems that the aforementioned keybinding might not be possible. (Explicitly binding C-a c to screen does not alter the normal functioning of that key combination.) Thinking about the situation, it makes sense that Screen cannot know the PWD without getting information from inside the shell (i.e., without being invoked from within the shell).
    To overcome this issue, I added the following to my ~/.bashrc:
    if [ $TERM == "screen" ]; then
    alias s='screen'
    fi
    Though this leaves the behavior of C-a c unaltered, using the alias s seems to be a simple way to achieve the functionality I wanted. (It might even prove useful to have the "option" of creating a window in the original directory via C-a c.)
    Edit:
    I have since modified the above as follows:
    if [[ $TERM =~ screen(.linux)? ]]; then
    alias s='screen'
    fi
    This causes the alias to be set even when running screen from a regular tty (where $TERM is screen.linux).
    Last edited by ssjlegendx (2009-04-22 17:41:28)

  • How we can assign the customised selection screen to report category

    hai
    gurus
    how we can assign the customised selection screen to report category

    Hi Naresh,
    You can do like this.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    SELECTION-SCREEN BEGIN OF BLOCK SELECTION WITH FRAME.
    SELECT-OPTIONS: S_FKART FOR VBRK-FKART.
    SELECT-OPTIONS: S_FKDAT FOR VBRK-FKDAT OBLIGATORY.
    SELECT-OPTIONS: S_VBELN FOR VBAK-VBELN.
    SELECT-OPTIONS: S_AUART FOR VBAK-AUART.
    SELECTION-SCREEN END OF BLOCK SELECTION.
    SELECTION-SCREEN END OF BLOCK B1.
    if you give me brief i can help you out more.
    Thank you .
    Regards
    Ram

  • Obnoxious finder/screen/window behavior -- oh, and crashes

    I'm getting increasingly angry at this Beta release Apple sold us all.
    Am I the only one experiencing random finder crashes? Literally in the MIDDLE of just typing a sentence on a forum I was on this morning, everything stopped. No more typing. I could move the mouse around, but it wouldn't let me click or select anything. I couldn't do anything but force a reboot. I had a similar crash this morning in the middle of drawing a curve in Illustrator, one in the middle of opening a new browser window, and one when opening up a folder from the dock. Yeah, that's FOUR CRASHES in one day. So far.
    Also, when I'm scrolling around in messages, I get all sorts of weird artifacts in the screens -- like polygons shearing in a bad video game, only the polygons are parts of the screen/window I'm in. I also get an occasional pink shadow (square, solid in one corner with a sort of fading gradient toward the opposite corner) popping up from time to time randomly.
    On top of the headache over trying to get Mail to work properly again, I'm now convinced that Apple has rushed an unfinished release out too early.
    (I think they've gone more than just putting Intel inside the Mac -- they've now firmly adopted the Microsoft system-marketing mentality.)
    Does anyone know a fix to keep the damned thing from crashing? I've gotten so paranoid I save every 30 seconds, but when working on posts I am living in fear that a long post such as this may just disappear with the next crash, and I'll have to start all over again. (again.)
    Tony

    Find outthe graphics card you are using and do a search on Leopard forums for > graphics problems - it may be a matter of reinstalling the drivers.
    You can also search for the graphics card name.
    One example of a similar issue
    http://discussions.apple.com/thread.jspa?messageID=5884566&#5884566

  • Customising the login window

    In the good old days of MacOS 10.6.n the Login Window could be customised
    by editing the file DefaultDesktop.jpg. We were able to add the school's
    name address and phone no. to act as a deterrent to thieves.
    Lion has the same file in the same place, but it's not the image used on
    the Login Window. That image is just a dull greyish pattern with the
    various user accounts shown in circular windows.
    My questions are: where this image is stored and if it can be customised as
    was done with Snow Leopard?

    AFAICT, Apple's decided that they don't want users mucking with their modern, gray, drab, ugly login window, so they've moved things and made it almost impossible to customize. You know the one size fits all mart, sorta like what occurs in the classrooms these days. As best I can tell, there are some workarounds: see http://osxdaily.com/2012/01/18/set-user-agreement-on-login-mac-os-x/ and http://osxdaily.com/2011/07/28/login-and-lock-screen-message-in-mac-os-x-lion/ for starters.
    Also, just noticed https://discussions.apple.com/thread/3945451?tstart=0

  • Firefox opens, and preview shows when hover on the task bar link, but the window will not maximize, or show up at any size on my screen (Windows 7) Help?!

    I am running Windows 7 and just updated Firefox to the 7.0 version. I can open Firefox, in the sense that I can run the application. I can see that it is open because the link shows up on my task bar, and when I hover over it I can see the thumbnail preview - which, incidentally says "You're almost there!"; but I can not open the window! I have tried clicking once on the task bar link, and once again (just in case I was clicking to minimize instead of maximize). I have tried double clicking the shortcuts on my desktop, then the one in my program files, as well as the one in my start menu, and the static one pinned to my task bar. I have tried accessing Firefox from every path available on my computer and I can open it every time, but *never* not even once have I been able to view it on my screen. I can't understand what would cause this and maybe I'm just an idiot but can anybody help me... please? Oh, and I don't know if it makes any difference, but I did try restoring 6.0 and I re installed 7.0 again, all to the same end... Many thanks to anyone willing to help me fix this!

    -> [[Software Update Failed#w_run-as-administrator|Run as Administrator]]
    -> right-click Firefox icon and choose Properties
    * go to Compatibility tab
    * click Use Resolution 640x480 pixels
    * click OK and start Firefox
    -> Firefox will now start but you should be able to change the size of the window.
    * Close Firefox and now Uncheck the 640x480 resolution
    * Start Firefox again and now all should be fine
    Check and tell if its working.

  • When watching Youtube clips firefox causes windown blue screen - windows 7 on HP8540w

    Hi
    HP8540w laptop with Windows7 professional.
    when watching youtube clips windows crashes - blue screen of death!
    watching the same clips in Internet explorer doesn't cause a crash - isolated to Firefox.

    See below -- the way I asked the question the first time may not be clear. This post was a goof but I can't figure out how to delete it

  • Blue screen, Windows stopped working, BC code 50

    I did a clean install of Windows 7 Home Premium 32 bit, on my vista laptop.
    I have had two blue screens in the past week, stating windows stopped working here are the details:
    BC code - 50
    BCp1 - 80024114
    BCP2 - 0000000
    BCP3 - 9850ED3A
    BcP4 - 0000000
    OS Version 6_1_71
    Service pack 1_0
    Product 768_1
    Can you help me with where the source of the problem is?

    We do need the actual DMP file as it contains the only record of the sequence of events leading up to the crash, what drivers were loaded, and what was responsible.  
    We prefer at least 2 DMP files to spot trends and confirm the cause.
    Please follow our instructions for finding and uploading the files we need to help you fix your computer. They can be found here
    If you have any questions about the procedure please ask
    Wanikiya and Dyami--Team Zigzag

Maybe you are looking for