spikerwork / WakeUp

Эта программа-скрипт позволяет анализировать время загрузки операционных систем Windows Vista/7 при выводе из различных состояний.
2 stars 1 forks source link

Windows 8 #13

Open spikerwork opened 12 years ago

spikerwork commented 12 years ago

Проверить работоспособность скрипта под этой операционной системой. Проанализировать все функциональные возможности.

spikerwork commented 12 years ago

UAC must be disabled. Maybe this helps:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\System] "ConsentPromptBehaviorAdmin"=dword:00000000 "EnableInstallerDetection"=dword:00000000 "EnableLUA"=dword:00000000 "EnableSecureUIAPaths"=dword:00000000 "EnableUIADesktopToggle"=dword:00000000 "PromptOnSecureDesktop"=dword:00000000 "ValidateAdminCodeSignatures"=dword:00000000 "FilterAdministratorToken"=dword:00000000 And restart

Also: The default setting for an administrator is different in Win8 from Win7. Administrators are now in 'Admin approval mode' by default. To get back to Win7 functionality you need to turn off Admin approval mode. Control Panel (icon view) Admin tools Local Security policy Local Policies Security options 'User Account Control:Run all administrators in Admin Approval Mode' Disable

Also: Hibernate option - off by default, need to restore it (ControlPanel,Power Options, Password wakeup) (Maybe power plan contains it?)

Link: http://forums.mydigitallife.info/archive/index.php/t-35107.html

spikerwork commented 12 years ago

After every restart, need to add Send - "Win + D" to open Desktop

Two main startup folders - shell:startup shell:common startup but Intel drivers present in different dir - need to find what is dir User priority too low to start app after main session wakeup!

spikerwork commented 12 years ago

WMI disk must be disabled because many services in Windows working with disk

spikerwork commented 12 years ago

http://www.addictivetips.com/windows-tips/bypass-windows-8-start-screen-to-jump-directly-to-desktop-on-startup/

Or +Send("#d")

or http://www.howtogeek.com/108349/how-to-boot-to-the-desktop-skip-metro-in-windows-8/