Changing values in Numlock register

I want to change the value in the numlock registry ao that numlock is turned on at the start but when I look at the registry value, I see the following number

KKEY_USERS /. By DEFAULT/Panel configuration/keyboard/InitialKeyboardIndicators = 2147483648

I thought it would be 0 which will affect if I change this to a different value

Thanks Jason

Hi Jasoman,

What Version of Windows you are using on the computer?

Change the InitialKeyboardIndicators value for 2 (do not type in any other value), to activate the Numlock key for the logon screen.

Or you can run the fixit available in the link below to automatically perform this task.

How can I activate the Numlock key for the logon screen?
http://support.Microsoft.com/kb/154529

(Article is for Windows 7)

Ensure that you back up your registry database before you try anything in the registry

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

How to back up and restore the registry in Windows
http://support.Microsoft.com/kb/322756/

Note: InitialKeyboardIndicators value is set to 2147483648 when the NUM Lock key is on, to get the Num Lock only works when the PHONE is pressed.

Thank you, and in what concerns:

Ajay K

Microsoft Answers Support Engineer

Visit our Microsoft answers feedback Forum and let us know what you think.

Tags: Windows

Similar Questions

  • Control vs control tree string: "changed value" calendar race?

    I develop a configuration dialog box that uses a tree control and a tabbed pane and I have problems with the timing of the event. The tree control presents the structure of the connected equipment and the tabs pane shows the configuration for the selected node. The tree control is used as a tabbed pane may not have additional tabs created during execution, and the connected equipment vary from installation to installation. Rather than write a pane tabs hardcoded for each deployment, I use a flexible class structure that allows an "m x n' configuration - m zones with n channels per area, but n varies by area. By selecting a node in the tree fills the tab corresponding to the values of the node. The number of zones is limited the number of configured system views (discrete monitors) and the total number of channels is limited to the number of installed channels A/D. To capture the configuration data, each control in the tabs pane is a 'value changing' event, which sets the value of the element in the class.

    Now that you know what it is supposed to do, here's the problem: it only works if you do not click on the tree after a value is changed. For example if you enter in a new 'ladder' and then click elsewhere on the tabbed pane, the value is correctly associated with the node. If you click another node in the tree before leaving the field, the value is assigned to the node clicked instead. I looked at the timestamps for events and field "changed value" fires first, so the value of the tree should still be the original node. On the contrary, the tree seems to update before the event to "change the value" of the field is managed, even if the event of the field were pulled everything first. I read the value of the tree inside the event handler for the field, but there is no way to get the 'previous' value is the field control in the tabs pane.

    So where should I go from here? Is this a legitimate race condition, or am I just not processing events properly? I prefer not to post the code because it is pretty heavy with all its dependencies, but I can try to do a simple example.

    Cranky wrote:

    It seems that it is not an event filter for the change of the tree: value.

    This kind of surprises me.  But I couldn't find either.

    My other thought (like Altenbach) would store in a shift of the currently selected item register.  Since the change in value of the tree that happens after change in the value of the parameter, you read the registry value of offset for the change of setting and then update the registry to offset with the change in value of tree.  Do not forget to connect the values directly but for any event except the change in value of tree.

  • structure of the event recorded does not change value

    I have a VI that communicates with an FPGA via a telnet interface.  I have several Boolean controls on the front panel.  When you click a control, it sends a write command on the face i in telnet to the FPGA.  Similarly, if a process in the FPGA himself wrote the same registry (that control written when I clicked on it), an order is generated in the FPGA and returned to the VI and the control (via a local variable) lights or unlights accordingly (based on value).  In other words, these controls are read-write...

    It's all workers, except for one important thing.  I have the code that runs through a structure of event whenever the value of the control changes.  I can see that this code executes in fact when I click on the control via the front panel.  HOWEVER - when something is generated in the FPGA finally changes the value of the control, the structure of the event does not, even if I see the value of the change of control on my front.

    A specific example, I have a control named CLIENT_LB.  When I click on CLIENT_LB, I see it lights up, and I see the event structure code run.  Now, if I have the FPGA process to set CLIENT_LB to 0, I see unlight on my front, but does not run the code structure of the event.  I have probes in place who have checked the associated local variable CLIENT_LB evolving impact of values.  The structure of the event reads: 'CLIENT_LB': value change.

    Shouldn't an event structure "value change" run when the value changes, regardless of whether if it happened manually (i.e. me by clicking on the control) or automatically (i.e. the FPGA written in VI and changes the value of the control)?

    The VI is great, and you would not be able to test it in any case unrelated to the material, to remedy that I've attached 2 screenshots, I have described below.

    1. This is where the string from the FPGA analysis occurs.  The chain between the sub - VI, and then the data chain part is hidden to determine if the Boolean value of the control is true or false.  I put a probe on CLIENT_LB, and I see that as the FPGA changes the value of the register, CLIENT_LB passes from false to true as a result.  I checked this several times.

    2. it is the structure of the event.  This code runs when I click on CLIENT_LB on my face, but does not run when the peak CLIENT_LB #1 local variable is changed.

    Writing to variables never fires events to "change the value. If writing should raise this event, use the property "Value (follow the signs).

    Norbert

  • Why my event structure reacts to an event of "change value"?

    Hello

    I created a VI with 2 while loops and structure 1 integrated event. The first while loop creates a square wave and the value of the pass signal periodically - this event is registered by a property node and also shown on an indicator. I've linked the second event called "Mode-number: changed value" so that the signal and tried in various ways to "activate" the structure of the event (I tried to use event dynamic registration, property nodes, event tool etc.

    Attached to this message is a png of the VI file.

    No idea what could be the problem?

    Thanks much :-)

    Bruno

    You must use "user events. You should also look at some of the examples/tutorials on how to use them, see here: http://zone.ni.com/reference/en-XX/help/371361K-01/lvhowto/creating_user_events/

    What you have done is to try to enter a value in both structures change event - this is not actually generate a value change event. Value change events are generated when you (as a user) change a value of a control on the front panel.

    Alternatively, you can use the 'Value (signalling)' property that will allow you to update the value of an indicator and also generate the event changes its value. I think in your case if you are better to use user events.

  • LabVIEW digital control does not raise an event changed value when the button entry is hit

    I used to be able to type a value in a numeric control of LabVIEW, then press 'Enter' to trigger an event "changed value".  Then at some point, this no longer works.  I have to click elsewhere to trigger the event of value has changed.  The up and down arrow keys work always, but just typing a number then press enter does not work.  Is this a configuration settings got accidentally changed?  Help, please!


  • Picture of the events of clusters - change value and the mouse down

    Hello everyone

    I am facing a problem of triggering events using two arrays of clusters.

    I have two paintings of clusters: A and B. There is a Boolean control within each group and to maintain the two paintings in clusters at the same index value (indexVals), the vertical scroll bar of A is hidden but the vertical scroll bar of B is visible. I was using a case with 3 cases triggered by structure: the mouse down, timeout and the mouse upwards. The case of "mouse down" feeds of terminal 1, which makes the case "timeout" the waiting period. The case of "timeout" continues to fuel terminal 1 timeout and has two property nodes (one for A and for B) makes the value of B indexVals is written on the indexVals of a. inside the case of "mouse up" it has a value of-1 for the terminal timeout, putting an end to the process. OK, it was working great. But...

    Now I need to keep the same procedures described above, but I need to raise an event when the user clicks any boolean (led) change state. I thought about the event "change value", but when I click on the led to trigger the event of "change value", the "mouse down" event is also triggered.

    Any suggestions?

    The real VI is a little different from what I described, but the problem is exactly the same.

    Thank you

    Dan07

    Like this:

  • Help on changing value of variables

    trace (now1);

    trace (now2);

    function now(now1:String,_now2:String):void

    {

    var now11:int;

    var now12:int;

    var now21:int;

    var now22:int;

    If (now1 is 'Cloud')

    {

    now11 = 2;

    now12 = 3;

    }

    If (now.2 is 'Mud')

    {

    Now21 = 1;

    now22 = 3;

    }

    trace (now11 + now21);

    trace (now11 + now22);

    trace (now12 + now21);

    trace (now12 + now22);

    }

    and on the way out, that's what I get:

    Cloud

    Mud

    0

    0

    0

    0

    How the variables within the function change value?

    OK, I made a new film, copied your code from the last quote in the film. I've created two text entry fields and called 'text1' and 'text2' and put 'Cloud' and 'Mud' in them. I created a button and baptized "btnNew".

    I got this in the output window:

    Cloud

    Mud

    3

    5

    4

    6

    You have more in your movie, or do you have some assets in different settings?

    Here is a copy of the film that I made: http://www.ddg-designs.com/downloads/gentifa.zip

  • How to change values to text using VBscript

    I have a model that contains the part of text-value 6 and a table. I figured out how to import the string table to the table, but I couldn't find how to change my text values. Below, you can see my table of text values.

    I'll send this table to DIAdem report function. Could you please help me how to change my text values in TDR using VBscript.


  • How to change values listbox during execution

    Hello

    In the below attached VI. IAM using a ListBox that has certain values and display this box values in a table. I can change the values in the list box and the change can be displayed in the table. But my goal is to change the values during the execution itself. It is without a showdown the VI we can change the values in the list box and that change must be reflected in the Array.Can change us using the property node? Please share some suggestions.

    Thank you.

    right click on your list box and check mark it "cells editable." Runtime... Click the cell you want to change, and then wait a second and click again on...

  • urgent request: how to read the value of a register using VISA read?

    Hello world

    This is a very urgent investigation. can someone help me please? Thank you very much!!

    I wrote a few commands in several registers using VISA write. now, I want to read the value of a different register.

    But the bytes returned are just the commands, I wrote before and a few other commands that I don't know what they are for.

    This is the format of the command, and I enclose the sheet... I want to read the value of register (0 * 41)

    .

    Ravens, if you have something more than me, do not so much it at all =)

    The command you have posted has several components:

    The gray area of the transport layer uses for a checksum

    several bits set to 0.

    a single bit to define if it's a read/write operation

    a byte to identify the register of interests.

    two bytes for the data.

    With what you have provided, there are only three things we need to worry:

    (1) set the R/W bit to 0 to mean we're reading rather than write.

    (2) set the second byte 0 x 41 to focus on the register of interests.

    (3) with a reading, I can't imagine the last issue of two bytes.  They probably ignored.  The documentation you provided does nothing to explain this.  The most logical thing I can think is that these two bits contain the data, you go to the registry if you set the R/W bit to 1.

    There are two parts to this communication.  The first part is an entry VISA to send this control unit.  It is likely that you will need to complete the message.  You will need to know how to do this.

    The device must respond with the message that you mentioned in the original post.  Crows is right.  He's coming back as a string.  You can use the subset of string to separate the components defined by the standard.  You can use these components to determine if the data is legitimate and then do what you want with the data.

  • Filter unwanted numbers when changing values

    Hello

    I want to filter unwanted numbers that occur when switch between different values.

    I have 5 buttons that are all interconnected to disable the other when one of them is enabled (using the Set/Reset mechanism). The Boolean value of each key are sent in an array that is converted to an integer. The values I need that exits Digital are 1,2,4,8,16. When I change the values from 1 to 4 for example, it will be in the order of 1-> 5-> 4. This is caused by the fact that for a very short time, two tables are True.

    In other words, I need to filter the number 5 and all the other values that aren't 1,2,4,8,16 and only pass these values. It must also work in the opposite direction, for example, 4-1.

    .

    Any thoughts?

    / Johan

    ... or this:

    This isn't what you asked, but it does what I think you want, is more easy to scale and easier to use on the front panel.

  • How to compare the original value of table size and the changed value

    juice I took a table and then took the function of the size of the array so that it shows me the number of the elements present in it. so it'll be the original table size value. If the items in the table even changes another value, then I want to compare the original table size value and the value of table size has changed. How to compare... Please help me. you are looking for a possible solution. Thank you

    Hi stara,

    the attached picture shows the ony solution.

    It will be useful.

    Mike

  • Control tab 'magical' changing value? (a riddle for all)

    Preface: after a number of hours of testing involutees, probe and banging my head against the wall, I actually found the cause of the unusual behavior in question.  I write here for educational entertainment purposes.

    The installation program:

    I have a moderately complex user interface that uses a tab control to prevent the different modal shares.  The default tab to select a worksheet to load, and when the user loads a worksheet, the data in this worksheet are used to populate the controls ring on different pages and initialize controls.  The problem is that when the user loads the file, the tab control is changing to another worksheet.

    No local variable that references the tab control have been used in the manufacture of this VI.

    The crux of the matter is... What other actions in LabVIEW may change the value of this tab?

    Procedure:

    I would like to run this in the model of the classic puzzle game.  All questions should be in the form of Yes/No.  There are implicit relevant info, but not disclosed by the previous information. good questions that reveal easily.  The person who correctly deduced the cause of the strange behavior wins a free week or drink and/or the infinite respect for their peers *,.

    * Limited time offer.  Your mileage may vary.  No express or implied warranty.  Tip for your server.

    Trager wrote:

    Preface: after a number of hours...  I write here for educational entertainment purposes.

    The installation program:

    ... modal separate actions.  .. When the user loads a worksheet, the data in this worksheet are used to populate the controls ring on different pages and initialize controls.  The problem is that when the user loads the file, the tab control is changing to another worksheet.

    No local variable that references the tab control have been used in the manufacture of this VI.

    The crux of the matter is... what other actions in LabVIEW may change the value of this tab?

    Procedure:

    I would like to run this in the model of the classic puzzle game.  All questions should be in the form of Yes/No.  ...

    Changinge key focus to a control on another tab will go to this tab, then...

    Key-focus nodes are present in the submarines or a diagram?

    Ben

  • Cancel the registration of events does not not to change value

    Cancel the registration of events does not seem to prevent the change in value of firing event.

    I've attached an example of change that disables the mouse enter and exit events to include the value Change event.

    Document ID 4ATCBP1U

    http://digital.NI.com/public.nsf/allkb/E3E5E1B3021D8EFA8625730A0062F52D

    You use the standard event, not the dynamic one (note that the Boolean value does not have the <> ).

  • changing value of text with the cursor

    Hi you all

    I need a help from your side

    I have created a slider and change the size of the listview text with the cursor

    Here is my code

     Slider {
                           id: slider
                            fromValue: 8.0
                            toValue: 16.0
                            value: 8.0
                            layoutProperties: StackLayoutProperties {
                                spaceQuota: 0.1
                            }
                            preferredWidth: 200.0
                            maxWidth: 250.0
                            preferredHeight: 20.0
                            visible: true
                            enabled: false
                            horizontalAlignment: HorizontalAlignment.Center
                   onImmediateValueChanged: {
    
    // descriptionText is the id of label
              descriptionText.textStyle.fontSize = FontSize.PointValue
               descriptionText.textStyle.fontSizeValue = immediateValue
                            }
    
                        }
    
    /***********************************************************************//
    i am adding data to listview using remote source
    
      Container {
                id: listviewContainer
    
                layout: StackLayout {
    
                }
                ListView {
                    id: myListView1
                    dataModel: dataModel1
                    //{
                    //  source: "asset:///models/xmldata.xml"
                    //      }
    
                    // Use a ListItemComponent to determine which property in the
                    // data model is displayed for each list item
                    listItemComponents: [
                        ListItemComponent {
                            type: "item"
                            Container {
                                rightPadding: 20
                                leftPadding: 20
                                horizontalAlignment: HorizontalAlignment.Center
                                verticalAlignment: VerticalAlignment.Center
                                layout: StackLayout {
                                    orientation: LayoutOrientation.TopToBottom
    
                                }
    
                                Container {
                                    topPadding: 40
    
                                    horizontalAlignment: HorizontalAlignment.Fill
    
                                    layout: DockLayout {
    
                                    }
                                    // The Item content container
                                    Container {
    
                                        verticalAlignment: VerticalAlignment.Top
                                        horizontalAlignment: HorizontalAlignment.Right
                                        layout: StackLayout {
                                            orientation: LayoutOrientation.RightToLeft
    
                                        }
    
                                    }
    
                                }
    
                                // Description text label
                                Label {
                                    id: descriptionText
                                 //
                               //     objectName: descriptionText
                                    //  leftMargin: 20
                                    horizontalAlignment: HorizontalAlignment.Right
                                    verticalAlignment: VerticalAlignment.Top
                                    text : ListItemData.des
                                    textStyle.color: Color.create("#868686")
                                    textStyle.textAlign: TextAlign.Justify
                                    multiline: true
                                    textFormat: TextFormat.Plain
                                    textStyle.fontSizeValue: 8.0
                                }
    
                        }
    
                    }
            ]
    
        }
    
        attachedObjects: [
            GroupDataModel {
                id: dataModel1
    
                // Sort the data in the data model by the "pubDate" field, in
                // descending order, without any automatic grouping
                sortingKeys: [ "date" ] //[ "pubDate" ]
                sortedAscending: false
                grouping: ItemGrouping.None
            },
            DataSource {
                id: dataSource1
                objectName: ""
                // Load the XML data from a remote data source, specifying that the
                // "item" data items should be loaded
                source:"http://10.121.10.139/simplehtmldom/getdescnews.php?newsid="+dataSource1.objectName
    
                query: "/news/property/"
                type: DataSourceType.Xml
    
                onDataLoaded: {
                    // After the data is loaded, clear any existing items in the data
                    // model and populate it with the new data
                    dataModel1.clear();
                    dataModel1.insert(data)
                    myIndicator12321.setRunning(false);
                    myIndicator12321.setVisible(false);
                    //      dataModel.insert(data)
    
                }
    
                    }
        ]
    }
    
    // in the end i am calling on creating complete
    
    onCreationCompleted: {
            // When the top-level Page is created, direct the data source to start
            // loading data
            dataSource1.load();
        }
    

    problem I am facing is, it does not find the descriptionText variable, which is the id of the label

    can someone help?

    OK, the problem is that listItemComponents attached to a control, such as ListView have their own context. ListItemComponent documentation refers to what I think. If you must do the following:

    1. do you have a property that is defined as an attribute of the ListView

    2 bind your fontSizeValue to listItemComponent tag to the ListView. Note, however, to do this, you need to get a reference to the ListView using your label ListItem.view is found in the container. Not obvious, I know.

    3. do you have your cursor to update the property you have defined for the ListView.

    Cursor---> p_font_size ListView property<---------->

    Like this:

    {To ListView
    ID: myListView1
    property real p_font_size: 10

     

    listItemComponents:]
    {ListItemComponent}
    type: 'point '.
    ID: sample

    {Of container
    ID: mainListViewContainer

    {Label
    ID: descriptionText

    ..........
    textStyle.fontSize: FontSize.PointValue
    textStyle.fontSizeValue: mainListViewContainer.ListItem.view.p_font_size

    }

    and elsewhere on your page

    Slider {}
    ID: slider

    fromValue: 8.0
    toValue: 16.0
    value: 8.0
    layoutProperties: {StackLayoutProperties}
    spaceQuota: 0.1
    }
    preferredWidth: 200.0
    maxWidth: 250,0
    preferredHeight: 20.0
    visible: true
    enabled: true
    horizontalAlignment: P

    onImmediateValueChanged: {}
    myListView1.p_font_size = immediateValue
    }
    }

    I test it and it works. Please make this response as the solution if it works for you too :-)

Maybe you are looking for