How to restrict users to install software on XP pro

I want to know how to prevent users from installing software on our PC. I watched security policies, but it was not completely clear how to proceed. Where can I find the good ploicy of change?

can install only Administrator/s.

configure accounts log no administrator for them

password protect the admin log - on.

Tags: Windows

Similar Questions

  • How to prevent users from installing new programs in Windows 7

    Hello

    I need to prevent users to install (and download) of new programs in Windows 7. I am responsible for three computers. They are not on one network (other than the internet, of course).

    I read the article "How to prevent users from installing new programs in Windows 7" but I'm not sure what choice to make when I get to the choice of Windows Installer. I'm also not quite know how to cancel that so I can install the software when I have to. I've never done this if I want to be very careful.

    Can anyone help?

    Many thanks,

    KK

    Are their accounts 'Administrator' or 'Standard' user level?

    If they are directors of the machine, and then create a new Admin account (only you know the password) and then lower their Standard user accounts. If they attempt to install programs now it should be prompted to enter the Admin password that they won't.

    User accounts - https://support.microsoft.com/en-us/kb/2663817

    Also see http://www.sevenforums.com/tutorials/299-user-account-control-uac-change-notification-settings.html for info UAC - and adjust the required level.

    If their accounts are accounts administrator and for some reason must be a competent user, then will probably be able to undo everything you put up anyway.

    PS - what specific article?

  • How to prevent users from installing new programs in windows 7 Home premium

    I see that if you have full or professional that there is a thing called Local Group Policy Editor but I can't find it in the Home Premium edition. Y at - it something I can do on Home Premium to disable other users to install software on my computer. I have three children and they constantly put unwanted programs on the computer. Help, please. Thank you

    It would be good!

    Well seems the only thing to do is to spend the money, you will need to upgrade your version of Windows to the professional or ultimate edition:-

    http://Windows.Microsoft.com/en-in/Windows7/products/features/Windows-Anytime-Upgrade

    I also suggest to make a new profile user limited to children and put a password on your.

  • XP: Restrict users to install programs, but allow users to update

    Hello

    How can I, as an administrator, set up Windows XP as a user cannot install a program, but a user can install an update.   For example, a user would be forbidden to install Adobe Acrobat.  But once installed by the administrator, the user can install the updates later.

    Thank you

    karlo88

    If it comes to only Adobe Acrobat it not there no available for this group policy.
    Other functions of Windows, use the Group Policy Editor.

  • How to do a clean install of Windows 8 Pro (x 64) without the bloat-ware?

    I just got my W530 but its no fun to use it until I made a correct installation.

    How do a - clean install - of windows 8 Pro (x 64) without the bloat-ware that are on the recovery discs?

    As I read I need an ISO file but which I expect and where?


  • Allow a standard user to install software designated as updates of Adobe reader with group policy

    Hello

    I have the users configured as standard users to prevent them from installing unapproved software.

    This causes problems with products such as java and adobe reader running automatic updates.  We then get cranky users because they are prompted to install the update and approval from the administrator.

    Is it possible with group policy to allow pre-approved software to install as update of adobe reader?

    Thank you
    Andrew Andrew

    Hi Delva,

    Your question is beyond the scope of what is generally answered in these forums Microsoft Answers to consumers. It is better suited for the IT Pro TechNet public. Please ask your question in the Forum on Technet group policy. Thank you!

    Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to restrict user access to must enter a value in the mandatory fields

    Greetings!

    I had a personal information form. I want to restrict the user to enter values in all areas of mandatory for example fields (username, date of birth, etc.)
    How to limit the search user must enter a value in the mandatory fields

    Create dynamic actions for each of the fields, or you can create javascript.
    for example create dynamic action 1 with event as tune-up losing select the item and the condition as NULL and action as alert and type the message you want to display in the text section.

    Thank you
    Mehabub

  • Received message that my copy of WIndows is not activated. How can I activate pre-installed software?

    I have XP Pro Version 2002; Service Pack 3.  This software came pre-loaded on my Dell and I used the same computer and software for several years.  I don't have a product key code.  Why is this activation is requested for the moment?  What can I do about it?

    Hi Wyatt33,

    It would be if you changed or added hardware and this pushed Windows XP become out of tolerance.

    You will need to reactivate the copy of Windows XP.

    How to activate Windows XP

    http://support.Microsoft.com/kb/307890

    For more assistance, contact the Microsoft Activation Center.

    http://www.Microsoft.com/licensing/existing-customers/activation-centers.aspx

  • How to restrict user access to edit page content or page

    Hi all

    I want to restrict the user to access certain pages in my application or even if the user cannot access the page, you must disable to insert, change, or delete any item in the form on the page.

    Thanks and greetings

    Pankaj Kumar says:

    I want to restrict the user to access certain pages in my application or even if the user cannot access the page, you must disable to insert, change, or delete any item in the form on the page.

    You need to read the security of the APEXdocumentation, specifically using authorisation schemes to restrict access to pages and the rendering of the control of the components.

  • How to restrict user entered numbers/extracts only numbers

    qst1- I use a text input (flash component) to which the user will enter numbers only in (the integers and floating-point numbers) but not any other symbol.

    Copy the following code


    on keyDown me

    If ("1234567890 -") contains the key or the key = backSpace or key = tab keyCode = 123 or the keyCode 124 = then
    Pass
    on the other
    stopEvent
    end if

    end

    works fine when I use it with old text style of the fields to the Director. However, it does not work with the new flash component style (text).

    QST 2- and, possibly, very simple problem:

    I have an another text field that the user must enter numbers (integers or floating-point number), separated by a comma. Then after the button presses to calculate a mathematical operation on them.

    What I need is access to the numbers only (and not commas) in a list then do some math advanced on these figures.

    How can I write a piece of code for this?

    My own code


    Repeat with i = 0 to nPoints-1
    xList.append (float (xTmp.char [2 * i + 1]))
    end repeat

    (where he resumed (2 * i + 1) odd number entered (e.g. 1. 3 5. ..., because I know that users start with the first number in position 1 then separate with comma second number gets 3. position,...)

    As said it does the job only if the whole written user and the code does not work when the user enters decimal numbers.

    Any suggestion/help is appreciated?

    Best regards!

    HUMAN RESOURCES

    QST 2

    I have an another text field that the user must enter numbers (integers or floating-point number), separated by a comma. Then after the button presses to calculate a mathematical operation on them.

    What I need is access to the numbers only (and not commas) in a list then do some math advanced on these figures.

    How can I write a piece of code for this?

    Have you considered text segmentation in defining 'itemDelimiter' and then grabbing point-by-point? For example:

    aString = "1,2,3,4,5,67,3.1415"
    the itemDelimiter = ","
    put aString.item.count
    -- 7
    put aString.item[7]
    -- "3.1415"
    
  • How to restrict user access mutiple clicks with asynchrounous behavior of FLEX

    I developed a flex application and it has a datagrid control, and double click on the DataGrid, I show a pop-up window (the code in the pop-up window to call httpService.send () to get the data and display). Before the popup is open, the user is double clicking again on the data grid, which inturn is trying to open the pop-up window (with a new call to the web service). These calls are piling up. How can I limit using httpService.send () when the user double clicked for the second time on the datagrid control. Since then, call web service async by nature, I'm not able to find a way to do this. Can someone please help.

    set

    This.Enabled = false;

    After the service.

    and in the event of failure/result.

    This.enabled = true;

    Yet, all things BUSYCURSOR, because referring the good user.

  • Problems installing software JO 8600 pro hp as wireless on win 7 pro

    Computer no HP Officejet Pro 8600 Premium N911N, Win 7 Pro

    I installed the printer as wireless six months initially.  It worked without problem until a few weeks ago the scan function would no longer work.  The screen of the printer has an error message which I have omitted to write but as I recall it was a failure of communication and listed the possible reasons [3].  The print function worked fine.  Printing and scanning doctor froze after choosing to set the scan function.  I uninstalled the existing software to install the full features software, that I downloaded.  I was not able to reinstall the software from.  I chose the wireless connection and the software crashes when searching for devices, never find any yet the printer is connected to my network.  I repeated the process, more than a dozen times and times [2] the facility found the printer but has frozen shortly after that I chose and I continued.  I have to finish the program in the Task Manager.  I currently installed the device in USB and tried to convert wireless, still frozen.  Scan and Disk Doctor does not work because it says I don't have the full software installed.

    I'm sorry that the link does not work. I have re-posted here 'Windows 7: the Network Installation hangs on the control environment of the network screen'. Please let me know how the troubleshooting.

    Thank you.

  • How to prevent any user to install the software?

    Hello

    In our environment, we have the field. We are in the domain user.
    I need to restrict the user to install software that have the admin privilege?

    You need to change the 'Admin' user to 'Standard' account, as the Admin account can always install software on their local computer.

    You can also post your question on the Windows 7 IT Pro forum for a possible alternative: http://social.technet.microsoft.com/Forums/en-US/w7itproinstall/threads

    J W Stuart: http://www.pagestart.com

  • How to limit users to create GOLD from requisition autocreate/find in Oracle

    How to restrict the users and buyers to create PO from find/autocreate order form in Oracle? IE I want to stop users to manually enter purchase orders.

    It will be as simple as creating a responsibility with a menu such as the function Create PO is removed?

    Hello

    Please find below Metalink which allows you to configure your condition effectively.

    How to restrict users to only create purchase orders that are associated with applications? (Doc ID 1304521.1)

    to hit the correct answer if you find the answer useful.

    Kind regards

    Hidayatulla

  • How can I install a printer bluetooth as a restricted user?

    How can I install a printer bluetooth as a restricted user?

    Windows does not allow installation in limited user mode.
    However, there is a solution that can meet the needs described here:
    http://APS2.toshiba-tro.de/KB0/HTD9602MN0000R01.htm

Maybe you are looking for