Big problem with user Microsoft Access control

Hello

I have to work around for CCleaner (UAC) user access control that begins after every time Windows starts as an auto start the program.

Every time you start, I get the UAC prompt which warns me again and again.

I don't want to disable access to the computer, but only for CCleaner user control.

Creating a link like this: http://www.petri.co.il/bypass-uac-using-desktop-shortcut.htm there's no option for me, so I found this:

http://www.microsoft.com/en-us/download/details.aspx?id=7352.

I followed these instructions: http://www.ghacks.net/2010/07/08/get-rid-of-uac-prompts-with-microsofts-application-compatibility-toolkit/

but it does not work. I always get the guests.

What can I do?

Thank you very much in advance

George

It would be impossible because it would create an immediate and global security hole.  For example, let's say you whitelist CCLeaner.  Then all viruses and Trojan horses in the world know immediately they can simply replace the file ccleaner.exe on your computer a copy of the virus and it will be automatically approved and completely take over your computer.

Tags: Windows

Similar Questions

  • problem with users to access remote vpn site to site vpn network

    I did the Setup: asa 5510 configured remote access vpn. My vpn users receive asa 5510 range 192.168.50.0/24 addresses and users access my local lan 192.168.0.0/24. the second side of the local lan 192.168.0.0/24 on asa 5505, I did a vpn site-to-site with network 192.168.5.0/24.on that both sides of a site are asa 5505. inside the interface asa 5510 Elise 192.168.0.10 and inside the interface asa 5505 have address 192.168.0.17.third asa 5505 networked 192.168.5.0/24 address 192.168.5.1. I want my remote access vpn users can access resources on network 192.168.5.0/24. I create the static route on inside the asa 5510 static route 192.168.5.0 interface 255.255.255.0 192.168.0.17 and a static route on inside the asa 5505 static route 192.168.50.0 interface 255.255.255.0 192.168.0.10, but it's not working. What do I do?

    execution of the configuration of my asa 5510 is

    Result of the command: "show run"

    : Saved
    :
    ASA Version 8.4(2)
    !
    hostname asa5510
    domain-name dri.local
    enable password 8Ry2YjIyt7RRXU24 encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    !
    interface Ethernet0/0
    nameif outside
    security-level 0
    ip address x.x.x.178 255.255.255.248
    !
    interface Ethernet0/1
    nameif inside
    security-level 100
    ip address 192.168.0.10 255.255.255.0
    !
    interface Ethernet0/2
    description Mreza za virtualne masine- mail server, wsus....
    nameif DMZ
    security-level 50
    ip address 172.16.20.1 255.255.255.0
    !
    interface Ethernet0/3
    shutdown
    no nameif
    no security-level
    no ip address
    !
    interface Management0/0
    nameif management
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    management-only
    !
    ftp mode passive
    clock timezone CEST 1
    clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00
    dns server-group DefaultDNS
    domain-name dri.local
    object network VPN-POOL
    subnet 192.168.50.0 255.255.255.0
    description VPN Client pool
    object network LAN-NETWORK
    subnet 192.168.0.0 255.255.255.0
    description LAN Network
    object network NETWORK_OBJ_192.168.0.0_24
    subnet 192.168.0.0 255.255.255.0
    object network 192.168.0.10
    host 192.168.0.10
    object service ssl
    service tcp destination eq 465
    object service tls
    service tcp destination eq 995
    object network mail_server
    host 172.16.20.201
    object service StartTLS
    service tcp destination eq 587
    object service admin_port
    service tcp destination eq 444
    object service ODMR
    service tcp destination eq 366
    object service SSL-IMAP
    service tcp destination eq 993
    object network remote
    host 172.16.20.200
    object network test
    host 192.168.0.22
    object network mail
    host 172.16.20.200
    object network DMZ
    host 172.16.20.200
    object network Inside_DMZ
    host 192.168.0.20
    object service rdp
    service tcp destination eq 3389
    object network DRI_PS99
    host 192.168.0.54
    object service microsoft_dc
    service tcp destination eq 445
    object service https448
    service tcp destination eq 448
    object network mail_server_internal
    host 172.16.20.201
    object service Acronis_remote
    service tcp destination eq 9876
    object service Acronis_25001
    service tcp destination eq 25001
    object service HTTP3000
    service tcp destination eq 3000
    object network VPNPOOL
    subnet 192.168.50.0 255.255.255.0
    object-group network PAT-SOURCE-NETWORKS
    description Source networks for PAT
    network-object 192.168.0.0 255.255.255.0
    object-group service DM_INLINE_SERVICE_1
    service-object object admin_port
    service-object object ssl
    service-object object tls
    service-object object https448
    object-group service DM_INLINE_SERVICE_2
    service-object object admin_port
    service-object object https448
    service-object object ssl
    service-object object tls
    service-object tcp destination eq pop3
    service-object tcp destination eq smtp
    object-group service DM_INLINE_SERVICE_3
    service-object object admin_port
    service-object object https448
    service-object object ssl
    service-object tcp destination eq smtp
    service-object object tls
    service-object object Acronis_remote
    service-object tcp destination eq www
    service-object object Acronis_25001
    service-object object microsoft_dc
    object-group protocol DM_INLINE_PROTOCOL_1
    protocol-object ip
    protocol-object tcp
    object-group service DM_INLINE_SERVICE_4
    service-object object Acronis_25001
    service-object object Acronis_remote
    service-object object microsoft_dc
    service-object tcp destination eq www
    service-object tcp
    service-object ip
    access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_2 any object mail_server
    access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_1 any object mail
    access-list Split_Tunnel_List extended permit ip 192.168.0.0 255.255.255.0 any
    access-list outside_cryptomap extended permit ip 192.168.0.0 255.255.255.0 192.168.5.0 255.255.255.0
    access-list DMZ extended permit object-group DM_INLINE_SERVICE_4 172.16.20.0 255.255.255.0 any
    access-list DMZ extended permit object-group DM_INLINE_SERVICE_3 host 172.16.20.201 any
    access-list DMZ extended permit object-group DM_INLINE_PROTOCOL_1 172.16.20.0 255.255.255.0 any inactive
    access-list DMZ extended deny tcp any any eq smtp
    pager lines 24
    logging enable
    logging asdm informational
    mtu outside 1500
    mtu inside 1500
    mtu DMZ 1500
    mtu management 1500
    ip local pool vpnadrese 192.168.50.1-192.168.50.100 mask 255.255.255.0
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    nat (inside,outside) source static LAN-NETWORK LAN-NETWORK destination static VPN-POOL VPN-POOL
    !
    object network mail_server
    nat (DMZ,outside) static x.x.x.179
    object network mail
    nat (DMZ,outside) static x.x.x.180
    access-group outside_access_in in interface outside
    access-group DMZ in interface DMZ
    route outside 0.0.0.0 0.0.0.0 178.254.133.177 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    action terminate
    dynamic-access-policy-record dripolisa
    aaa-server DRI protocol ldap
    aaa-server DRI (inside) host 192.168.0.20
    ldap-base-dn DC=dri,DC=local
    ldap-scope subtree
    ldap-naming-attribute sAMAccountName
    ldap-login-password *****
    ldap-login-dn CN=dragan urukalo,OU=novisad,OU=sektor2,OU=REVIZIJA,DC=dri,DC=local
    server-type microsoft
    user-identity default-domain LOCAL
    aaa authentication enable console LOCAL
    aaa authentication http console LOCAL
    aaa authentication serial console LOCAL
    aaa authentication telnet console LOCAL
    aaa authorization command LOCAL
    http server enable
    http 192.168.1.0 255.255.255.0 management
    http 192.168.0.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
    virtual telnet 192.168.1.12
    crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec ikev2 ipsec-proposal DES
    protocol esp encryption des
    protocol esp integrity sha-1 md5
    crypto ipsec ikev2 ipsec-proposal 3DES
    protocol esp encryption 3des
    protocol esp integrity sha-1 md5
    crypto ipsec ikev2 ipsec-proposal AES
    protocol esp encryption aes
    protocol esp integrity sha-1 md5
    crypto ipsec ikev2 ipsec-proposal AES192
    protocol esp encryption aes-192
    protocol esp integrity sha-1 md5
    crypto ipsec ikev2 ipsec-proposal AES256
    protocol esp encryption aes-256
    protocol esp integrity sha-1 md5
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map outside_map 1 match address outside_cryptomap
    crypto map outside_map 1 set peer 195.222.96.223
    crypto map outside_map 1 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map outside_map 1 set ikev2 ipsec-proposal AES256 AES192 AES 3DES DES
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto ikev2 policy 1
    encryption aes-256
    integrity sha
    group 5 2
    prf sha
    lifetime seconds 86400
    crypto ikev2 policy 10
    encryption aes-192
    integrity sha
    group 5 2
    prf sha
    lifetime seconds 86400
    crypto ikev2 policy 20
    encryption aes
    integrity sha
    group 5 2
    prf sha
    lifetime seconds 86400
    crypto ikev2 policy 30
    encryption 3des
    integrity sha
    group 5 2
    prf sha
    lifetime seconds 86400
    crypto ikev2 policy 40
    encryption des
    integrity sha
    group 5 2
    prf sha
    lifetime seconds 86400
    crypto ikev2 enable outside
    crypto ikev1 enable outside
    crypto ikev1 policy 10
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    telnet 192.168.0.0 255.255.255.0 inside
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    !
    dhcpd address 192.168.0.14-192.168.0.45 inside
    !
    dhcpd address 172.16.20.2-172.16.20.150 DMZ
    dhcpd dns x.x.x.177 interface DMZ
    dhcpd auto_config outside interface DMZ
    dhcpd option 6 ip x.x.x.177 interface DMZ
    dhcpd enable DMZ
    !
    dhcpd address 192.168.1.2-192.168.1.254 management
    dhcpd enable management
    !
    threat-detection basic-threat
    threat-detection statistics port
    threat-detection statistics protocol
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    group-policy GroupPolicy_x.x.x.223 internal
    group-policy GroupPolicy_x.x.x.223 attributes
    vpn-tunnel-protocol ikev1 ikev2
    group-policy drivpn internal
    group-policy drivpn attributes
    dns-server value 192.168.0.20 192.168.0.254
    vpn-simultaneous-logins 10
    vpn-idle-timeout 30
    vpn-tunnel-protocol ikev1 l2tp-ipsec
    split-tunnel-network-list value Split_Tunnel_List
    default-domain value dri.local
    username driadmin password AojCAMO/soZo8W.W encrypted privilege 15
    tunnel-group drivpn type remote-access
    tunnel-group drivpn general-attributes
    address-pool vpnadrese
    authentication-server-group DRI
    default-group-policy drivpn
    tunnel-group drivpn ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group x.x.x.223 type ipsec-l2l
    tunnel-group x.x.x.223 general-attributes
    default-group-policy GroupPolicy_x.x.x.223
    tunnel-group x.x.x.223 ipsec-attributes
    ikev1 pre-shared-key *****
    ikev2 remote-authentication pre-shared-key *****
    ikev2 local-authentication pre-shared-key *****
    !
    class-map inspection_default
    match default-inspection-traffic
    !
    !
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect sqlnet
      inspect skinny 
      inspect sunrpc
      inspect xdmcp
      inspect sip 
      inspect tftp
      inspect ip-options
      inspect netbios
      inspect icmp
      inspect http
    !
    service-policy global_policy global
    prompt hostname context
    no call-home reporting anonymous
    Cryptochecksum:69c651e94663fc570b67e0c4c0dcbae1
    : end

    running config asa 5505

    Result of the command: "show run"

    : Saved
    :
    ASA Version 8.2(1)
    !
    hostname ciscoasa
    enable password csq7sfr0bQJqMGET encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    name 192.168.5.0 PALATA
    !
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.0.17 255.255.255.0
    !
    interface Vlan2
    nameif outside
    security-level 0
    ip address 10.13.74.33 255.255.255.0
    !
    interface Ethernet0/0
    switchport access vlan 2
    !
    interface Ethernet0/1
    !
    interface Ethernet0/2
    !
    interface Ethernet0/3
    !
    interface Ethernet0/4
    !
    interface Ethernet0/5
    !
    interface Ethernet0/6
    !
    interface Ethernet0/7
    !
    ftp mode passive
    clock timezone CEST 1
    clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00
    object-group service DM_INLINE_SERVICE_1
    service-object ip
    service-object tcp
    service-object icmp echo
    service-object icmp echo-reply
    service-object tcp eq domain
    service-object tcp eq ldap
    service-object tcp eq smtp
    object-group service DM_INLINE_SERVICE_2
    service-object ip
    service-object tcp eq domain
    service-object tcp eq www
    service-object tcp eq https
    service-object tcp eq smtp
    object-group service Sharepoint8080 tcp
    port-object eq 8080
    access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_1 any any
    access-list inside_access_in extended permit object-group DM_INLINE_SERVICE_2 192.168.0.0 255.255.255.0 any
    access-list inside_nat0_outbound extended permit ip 192.168.0.0 255.255.255.0 PALATA 255.255.255.0
    access-list outside_2_cryptomap extended permit ip 192.168.0.0 255.255.255.0 PALATA 255.255.255.0
    access-list inside_nat0_outbound_1 extended permit ip 192.168.0.0 255.255.255.0 PALATA 255.255.255.0
    pager lines 24
    logging enable
    logging asdm informational
    logging mail errors
    logging from-address
    logging recipient-address  level debugging
    mtu inside 1500
    mtu outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list inside_nat0_outbound_1
    nat (inside) 1 192.168.0.0 255.255.255.0
    static (inside,outside) 10.13.74.35 192.168.0.22 netmask 255.255.255.255
    static (inside,outside) 10.13.74.34 192.168.0.20 netmask 255.255.255.255 dns
    access-group inside_access_in in interface inside
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 10.13.74.1 1
    route inside 0.0.0.0 0.0.0.0 192.168.0.17 tunneled
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa authentication telnet console LOCAL
    http server enable
    http 10.13.74.0 255.255.255.0 outside
    http 192.168.0.0 255.255.255.0 inside
    http 10.15.100.0 255.255.255.0 outside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    virtual telnet 192.168.0.53
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto map outside_map 1 match address outside_2_cryptomap
    crypto map outside_map 1 set pfs
    crypto map outside_map 1 set peer 10.15.100.15
    crypto map outside_map 1 set transform-set ESP-3DES-SHA
    crypto map outside_map interface outside
    crypto isakmp enable outside
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    telnet 192.168.0.0 255.255.255.0 inside
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    !

    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    username driadmin password AojCAMO/soZo8W.W encrypted privilege 15
    tunnel-group 10.15.100.15 type ipsec-l2l
    tunnel-group 10.15.100.15 ipsec-attributes
    pre-shared-key *
    !
    class-map inspection_default
    match default-inspection-traffic
    !
    !
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny 
      inspect sunrpc
      inspect xdmcp
      inspect sip 
      inspect netbios
      inspect tftp
      inspect icmp
    !
    service-policy global_policy global
    smtp-server 173.194.79.109
    prompt hostname context
    Cryptochecksum:4767b6764cb597f0a7b8b138587d4192
    : end

    Thank you

    Hello

    I have previously edited the my initial response was in fact not necessary since you were actually using full Tunnel

    EDIT: Actually just noticed the the VPN client isnt using Split Tunnel. Its Full Tunnel at the moment since it doesnt have the "split-tunnel-policy tunnelspecified"

    So you don't really have any of those.

    Please mark the question answers and/or assess response

    Ask more if necessary

    -Jouni

  • BIG PROBLEM with Dell Laptop keyboard - CONTROL seems to be stuck

    The CTRL (left) seems to be stuck in a way. Not like in the operating system that you are stuck where you cannot open stuff but physically. It works and everything, but when I press on the edge of the lower left there feeling like it won't go down any further. Now here's the thing
    I had the EXACT

    Same problem with my ALT key on the top right corner, after hours and hours of press here and find good... The point 'G' {in this term well say it means good} button, who fixed it, but now I have it again with the CTRL key

    and when you tilt your head to the level of keyboards and press gently on the left-hand side of the CTRL key, you will see the L. R left side down and the right side is not, but if I do it with another key to sound normal, balanced sound, pressing on anywhere will descend the whole key.

    Sorry to be paranoid, but it drives me crazy, I don't want to send it in for repair, I tried to drag the undernath paper, there is no food or anything there, I never eat near my laptop - and I tried to suck with vacuum on LOW Power and a sliding brush. Nothing came out. Don't know what to do.

    Any help would be appreciated.

    It won't go down, he's going like halfway and feels more difficult to drive, and I don't want to break it.

    Hello

    There seems to be a hardware problem, I suggest you to contact Dell for assistance.

    http://support.Dell.com/

  • Big problem with Windows XP, IE8

    I have a big problem with windows xp. Many things do not work as they had passed him. For example the personal setting are not recalled from session to session. IE 8 does not funtion properly (icons on the desktop are re-arraged, toolbars cannot be deleted or I'm unable to load pages from the internet). Programs do not work, the files will not open. When I look at my hard C disk folders and files are hidden.

    Recently, IE has been upgraded to IE8 and I installed Norton 360 but I don't mean that they caused the problem. However, whenever the Norton scan executes a "error 8 506 421" stands up and says me that I have to uninstall and re install Norton.» But I lost the ADMIN privileges so I am not able to uninstall or go back to a restore point.

    I can't go in safe mode. Pressing F8 takes me to the quick screen C not the windows safe mode screen. I can't go in safe BOOT mode. INI or the other.

    If I switch to another user, everything seems fine but I don't have ADMIN privileges with this user to be able to make changes.

    Is this a problem with norton? IE8? A virus?

    Any thoughts will be greatly appreciated.

    Thanks in advance,

    Lost without a computer

    It sounds like you have a corrupted for your user to administrator user profile.

    You may be able to recover using System Restore to restore to a point in time before your problem.  Based on the F8 key, you bring in a command prompt window, try to start restoring the system to the command prompt by using the following procedure:

    "How to start the System Restore tool by using the option of safe mode with prompt theCommand in Windows XP"

    <>https://support.Microsoft.com/kb/304449/en-us >

    If this does not work, you can still be able to recover by performing a check disk to your command prompt window operation (after that you press the F8 key).  Enter the following command:

    CHKDSK c: /R

    If you are in the Recovery Console, it can simply begin, or you may need to restart before it will start.  Corrupt profiles are most often caused by the Corruption of system files, so a chkdsk operation should be performed little matter how you end up recovery.  Note that this can take a few hours to run.

    "How to perform disk error in Windows XP check"

    <>http://support.Microsoft.com/kb/315265/en-us >

    HTH,

    JW

  • Problem with user accounts

    I'll put up three new Lenovo 3000 N200 laptop for three employees and have problems with user accounts in XP Pro. When I go into the initial Setup, I enter the name of the employee, and it is configured as a user account. When I start the laptop, she prays for before administrator password XP will start. Start XP, I am not able to change to a different user account, when I select Logoff on the start menu, I have one is not given an option to switch users. When I go to user accounts in Control Panel, I see the user account that was created, I can change the name & photo, but I can't delete it. I can create a new account with a different name, but she plays the same thing. The administrator remains visible - it is supposed to be hidden if there is another account. It's like XP does not see other user accounts. I am at a loss to know what to do. These are new machines and all three act in the same way.

    Help please!

    I think I solved my problem - on the user accounts page there is a link "change the way user accounts log on or off. When I clicked on it I got a message saying settings could not be changed due to a layout in offline mode. When I changed this setting, I was able to select the types of user switching, and my other user accounts became available.

  • BlackBerry Q5 big problem with BB Q5 data - IP ADDRESS REJECTED. :( :(

    Hi all!! I have a blackberry Q5, the version of the 10.2.1.2102 software... It is the best blackberry smartphone I've ever had! but since one week, I have a very big problem with my BB Q5: if I want to surf the internet, with data from my phone (not in WIFI mode but with the data of the phone (4G, 3 g +)), I can not go on any website, but the only thing I watch is a white screen with this message "ERROR HTTP 403.6 ": the IP address of the client has been rejected"...! What can I do? I'm really desperate! I called my provider (SFR), they told me that my connection is ok, I'm not a problem with them, and this is my phone... HELP ME PLEASE!  

    Hello!!! Just to say that finally, after several attempts, I have solved my problem: there was a problem with my service provider SFR with my phone! I regret bringing this up on the forum, but when you call the customer service you think they know their work... but fortunately for us if we have the blackberry is because we are not so ignorant on the connections, network and telephone line! : D have a nice day blackberry users!   

  • Problems with my microsoft cd-rom

    Ive had recently problems with my microsoft cd-rom, specifically the driver. It indicates that the driver is corrupted or missing (code 39)

    Windows cannot load the driver for this hardware device. The driver may be corrupted or missing. (Code 39)

    {Unable to load device driver}
    HS device driver could not be loaded.
    Error status is 0 x %x

    Ive tried to uninstall it, install the system reset several times, and a few other methods but it is not fixed

    If someone could help me it would be appreciated

    You can check the following registry key? :

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

    To the registry for this key, in the right window, in the world is here, under 'Name', a LowerFilters and UpperFilters value?

    If so, for UpperFilters and LowerFilters, value which is listed under "data"?

  • Big problem with voice XT1068

    Hello! Sorry for my English not good!

    In my XT1068, I have a big problem with the voice: I set up the volume to hear (after call to answer etc.) other different Max-> always I hear MAX Volume headset (no helmet)! Next-> low volume - but next call... MAX AGAIN!

    Please help me!

    5 Android, XT1068, Dual Sim, of Poland but the phone is purchased in detail of the Germany.

    Try safe mode - if this solves the problem, then it's probably an app you have installed.

  • My dear friends, I have Acer s2oo smart phone. I have a big problem with it

    My dear friens, I have an Acer s 200 smartphone. I used it for many years. but now I have a big problem with it. Dears when I turn it on it is the acer logo appears on the screen, but then it keeps this process. I mean after 5 or 6 hours, when I look at my phone always logo Asher on the screen never turn off or work. then I have it connected to my computer in order to re program the windows installation, but my computer does not connect to it. My dear please help me

    How can I get it back. What kind of program will help connect my computer. If such a program exists please could you give me the link of it for download. Please help me. Take care.

    Wow this is a very old smartphone

    I suggest you take a look at this forum to find some tools useful/rom:

    http://Forum.xda-developers.com/Acer-F1

    Here you can find some ROMs to use to try to repair your S200:

    FTP://FTP.Acer-euro.com/Smartphone/S200/os_images/

  • I have a big problem with Windows Live essentials 2011. 0x8007064c error code

    I have a big problem with Windows Live essentials 2011.  I can't find in Add and remove programs or in C:\program files to remove it if I can reinstall it.  I went through the registry and deleted all instances of it.  When I try to reinstall, I get the error 0x8007064c code.  I've done everything I can find to do, but to no avail.  Help, please...

    Hello

    bad forums

    Repost in windows live forums

    http://windowslivehelp.com/

  • There is a problem with the Microsoft Teredo Tunneling adapter driver. The driver must be reinstalled.

    I notice that I need to solve problems for my computer.  The message said: there is a problem with the Microsoft Teredo Tunneling adapter driver. The driver must be installed.  One of the options is to reinstall the driver.  I tried, but it did not.  What is this adapter, and how should I do if the error message goes away?

    There is a problem with the Microsoft Teredo Tunneling adapter driver. The driver must be reinstalled.
    The device information
    Name: Microsoft Teredo Tunneling adapter
    ID: ROOT\ * TEREDO\0000
    Error code: 10
    Reinstall the device driver
    Completed
    There is a problem with the Microsoft Teredo Tunneling adapter driver. Reinstall the driver may resolve this issue.
    Problem with the PnP devices
    Detected
    There are problems with some devices PnP. Windows will take additional steps to continue troubleshooting these devices.
    It is a known problem if you have Zone alarm installed.  If you have installed remove it at least to check

    To disable Teredo tunneling 6to4 interface open an elevated command prompt and type

    netsh interface set terredo disabled state.
    To re - install
    1. Click on start.
    2. Type Device Manager in the start search box, and then open it.
    3. Click the Action tab on top and click Add legacy hardware
      then click next and next again, he will then scan and find nothing then click on the screen after that.
      Wait a minute and you will see a list of devices appear, scroll and select network adapters and click Next, then in the left column choose Microsoft then in the right hand column scroll down and choose Microsoft Teredo Tunneling adapter, and then click Next and it will install it.
      To check simply do as it is set to show hidden devices right click on the Device Manager right click view, then show hidden devices.
  • Problem with the microsoft ISATAP adapter.

    Original title: DEVICE DISC

    Hello.

    I continue to told to reinstall the legacy player.

    Problem with the microsoft ISATAP card reader. Do not understand this.

    Myrna Hello,
     
    Thanks for choosing the Microsoft forums.
     
    I would like to know some information about the problem so that we can help you further.
     
    1. What is the brand and model of the computer?
    2. are you on ISTAP adapter yellow exclamation?
    3. are you an error code during the installation of the drivers for the adapter ISTAP?
    4. what he invites you to reinstall the device driver?

    I would suggest trying the following methods and check if they work for you.

    Method 1:
    Uninstall and reinstall the device in Device Manager.
    Steps to uninstall the device:
    1. start.
    2. in the search box type run.
    3. in the Run dialog box, type devmgmt.msc and press on enter key.
    4 locate Microsoft ISTAP peripheral adapter.
    5. right click on the device and select uninstall.
    6 restart the computer so that the changes occur.
     
    Pilots should be re-installed automatically after the computer restarts.
     
    Method 2:
    Try to update the latest drivers for the card and check if it helps, here is the link:
    Updated a hardware driver that is not working properly
    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

    Method 3:

    Automatically get recommended drivers and updates for your hardware
    http://Windows.Microsoft.com/en-us/Windows7/automatically-get-recommended-drivers-and-updates-for-your-hardware

    Hope this information is useful. Please let us know if the problem persists, we will be happy to help you further.
     
    Thank you.

  • Big problem with photoshop!

    Big problem with photoshop! 6 days ago, I expired trial version of photoshop for a month, four days ago, I purchased a monthly subscription only for photoshop, after trying the steps written on the adobe page, yet I can't use photoshop because it says "trial has expired" when I try to click on buy says 'already purchased package' but the problem is that even after having uninstalled and reinstalled all adobe problem reports. talk about the Mac in Photoshop version. Being the center of Italian service does not even exist in my language... Sorry for my bad English, I hope someone can help me!

    According to the information of your account you have not activated your Computer.Looks as something must be considerate activation.

    See Solutions to connect, activation and errors in connection with creative cloud and Creative Suite applications and follow the steps. /

    ~ Assani

  • Big problem with the D810 images

    I have a big problem with lightroom. He presents objects in images to avoid. An example is the following:

    Bildschirmfoto 2014-09-20 um 15.18.04.png

    The same image converted with Nikon ViewNX 2, does to 16 bit TIF and reimported into Lightroom is much better:

    Bildschirmfoto 2014-09-20 um 15.19.01.png

    Is there something I can do? Is there a problem with my settings? Is this a known on the side of lightroom problem? Will there be improvements corrections? This may be due to active d-lightning without knowing about this in lightroom?

    Thanks for any help and suggestions!

    There is a problem of Posterization with the camera matching profiles having Lightroom for the D810. This could well be her. As I know there is no update for those yet. Try a different camera such as Adobe Standard profile. If this resolves the Posterization that this question and you will have to wait for the next update of Lightroom to get updated profiles to update (I hope).

    > This can be caused by active d-lightning without knowing about this in lightroom?

    No, but it is advisable not to use all modes like this in camera when you use Lightroom or any other software gross non-Nikon because all that camera RAW isn't to underexpose it and save a statement to apply treatment HDR with Nikon raw software. Other software will not be able to read as the statement and it will make images appear underexposed because they are in reality.

  • Adobe Muse - big problems with SEO/metadata?

    Hello

    I just finished mysite using muse adobe but I have big problems with the metadata tool, basically, it does not work.

    I can't find my site anywhere on google except if I type in the domain itself, despite the fact that I inserted a full description and several key words.  When it seems that the description is not what it is supposed to be. Rather than taking the actual description, it must be just a paragraph of my site.

    Metadata Adobe Muse option actually works? Anyone who has used with success. Seems to be a major flaw in the product Adobe Muse.

    While Muse inserts metadata into your page correctly, search engines do rely not 100% on this subject. You can add semantic properties to your pages by creating paragraph styles, applying, and then choosing the tag type in the paragraph style options. You can add h1, h2 and so on, for example.

Maybe you are looking for