Jump to content











Photo
- - - - -

Accessibility


  • Please log in to reply
5 replies to this topic

#1 joshW

joshW
  • Members
  • 4 posts
  •  
    United States

Posted 17 March 2014 - 07:39 PM

can any one help i am trying to get "Accessibility options sticky keys" Win Pe? 

I am using wINBUILD 082

 

 

 

 

 

 

 

Thanks

Josh



#2 joshW

joshW
  • Members
  • 4 posts
  •  
    United States

Posted 04 April 2014 - 03:18 PM

i thank you! This will really help me. :1st:



#3 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 04 April 2014 - 03:23 PM

In order to explain why JoshW thanks whom, here a copy of the latest PM coversation:

 

Sorry Josh!

 

It took a while because I have been really full engaged with the new Winbuilder.

 

But I found something:

 

http://msdn.microsof...2(v=vs.85).aspx

http://forums.mydigi...s)-via-reg-file

 

Following that it should be sufficient to add an registry entry

HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys, "Flags"="511"

 

I tested in WinBuilder 2013 win7pe and it works fine.

 

When you use still WinBuilder 82, you can add the command 

RegWrite,HKCU,0x2,"Control Panel\Accessibility\StickyKeys",Flags,511

at a suited place.

 

Because I do not know which project you are using, i cannot recommend a script where to add this.

In every case you must take care that the hive is open by RegHiveLoad.

 

Peter



#4 joshW

joshW
  • Members
  • 4 posts
  •  
    United States

Posted 02 March 2015 - 07:19 PM

i thank you! This will really help me. :1st:

hi me again

 

where do i put "HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys, "Flags"="511"

 

thanks

josh



#5 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 03 March 2015 - 11:46 AM

Theoretically everywhere in your project.

 

A good place would be a script which logically deaqls with keyboard or accessibility.

 

Because I do not know your project, I cannot guess the script.

 

But be sure that it is between something like 

RegHiveLoad,WB-Default,%target_sys%\config\default

and

RegHiveUnLoad,WB-Default

line.

And the line itself should be in this case (many possible syntaxes, but they must fit)

RegWrite,HKLM,0x1,WB-Default\Control Panel\Accessibility\StickyKeys, "Flags"="511"

Peter



#6 joshW

joshW
  • Members
  • 4 posts
  •  
    United States

Posted 09 March 2015 - 01:58 PM

sorry, i am work with the WinPe7 SE project sorry for being a pest






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users