Problem z otwieraniem obojętnie jakieś instalki

siemka

mój problem polega na tym że ściągłęm na komputer rainmeter chciałem go zainstalować wyskoczył błąd odniesienie z serwera zostało zwrocone

i teraz kazda instalke ktora odpalam wyskakuje ten blad :confused:

Wyłącz UAC w systemie :slight_smile:

nic nie pomaga zrobie screena tego bledu

gallery/image_page.php?album_id=20&image_id=3141

1. Check to see if your current user is part of the Administrators group.

Restart in Safe Mode (F8) with command prompt

Type in net localgroup administrators

See if your name is listed.

2. Check in registry at HKLM/Software/Microsoft/Windows/CurrentVersion/Polices/System

Make sure the ValidateAdminCodeSignatures entry is set to 0. If it is set to 1 than any piece of software (that includes drivers) that are digitally unsigned will be denied access with following “Referral returned to server” prompt.

If you can’t access registry (because you are given same “referral returned to server” prompt) copy the following registry code in notepad and save as ValidateAdminCodeSignatures.reg

Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]

"ConsentPromptBehaviorAdmin"=dword:00000002

"ConsentPromptBehaviorUser"=dword:00000001

"EnableInstallerDetection"=dword:00000000

"EnableLUA"=dword:00000001

"EnableSecureUIAPaths"=dword:0000000

"EnableVirtualization"=dword:00000000

"PromptOnSecureDesktop"=dword:00000001

"ValidateAdminCodeSignatures"=dword:00000000

"dontdisplaylastusername"=dword:00000000

"legalnoticecaption"=""

"legalnoticetext"=""

"scforceoption"=dword:00000000

"shutdownwithoutlogon"=dword:00000001

"undockwithoutlogon"=dword:00000001

"FilterAdministratorToken"=dword:00000000

"EnableUIADesktopToggle"=dword:00000000


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\UIPI]


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\UIPI\Clipboard]


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\UIPI\Clipboard\ExceptionFormats]

"CF_TEXT"=dword:00000001

"CF_BITMAP"=dword:00000002

"CF_OEMTEXT"=dword:00000007

"CF_DIB"=dword:00000008

"CF_PALETTE"=dword:00000009

"CF_UNICODETEXT"=dword:0000000d

"CF_DIBV5"=dword:00000011

3. Activate hidden administrator account in Vista, reboot in safe mode, log in under Administrator and disable UAC.

Open commmand prompt, type in net user administrator /active:yes

Restart in safe mode (F8)…

Log in under default administrator account, go into control panel, blah blah, disable user account control. An idiot solution but it might just work.

rozwiązanie ze strony : http://social.msdn.microsoft.com/forums … 3a6481e48/

dzieki wszytko jest ok :smiley: