Click here to Skip to main content
15,892,005 members

Toby Opferman - Professional Profile



Summary

    Blog RSS
90,329
Author
810
Authority
510
Debator
10
Editor
20
Organiser
1,371
Participant
0
Enquirer
Toby Opferman has worked in just about all aspects of Windows development including applications, services and drivers.

He has also played a variety of roles professionally on a wide range of projects. This has included pure researching roles, architect roles and developer roles. He also was also solely responsible for debugging traps and blue screens for a number of years.

Previously of Citrix Systems he is very experienced in the area of Terminal Services. He currently works on Operating Systems and low level architecture at Intel.

He has started a youtube channel called "Checksum Error" that focuses on software.
https://www.youtube.com/channel/UCMN9q8DbU0dnllWpVRvn7Cw

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralRe: Leave me a message Pin
Tom Archer1-Mar-06 6:31
Tom Archer1-Mar-06 6:31 
GeneralRe: Leave me a message Pin
Amy Van Horn10-May-06 5:43
Amy Van Horn10-May-06 5:43 
GeneralRe: Leave me a message Pin
philophax24-Nov-08 6:07
philophax24-Nov-08 6:07 
GeneralRe: Leave me a message Pin
nkpunk14-May-06 20:30
nkpunk14-May-06 20:30 
GeneralRe: Leave me a message Pin
nkpunk15-May-06 0:29
nkpunk15-May-06 0:29 
GeneralRe: Leave me a message Pin
Toby Opferman15-May-06 22:08
Toby Opferman15-May-06 22:08 
GeneralRe: Leave me a message Pin
nkpunk16-May-06 15:24
nkpunk16-May-06 15:24 
GeneralRe: Leave me a message Pin
Toby Opferman15-May-06 22:20
Toby Opferman15-May-06 22:20 
A session can have multiple desktops associated with it however only one can be active at any one time. Generally, all desktops will be sharing the same display driver there is no reason to associate different display drivers with different desktops. However, a display driver for a session can be changed provided it is a local session. I.E. you can go into display properties and change the display driver. Remote is a different type of session and is initialized differently or when using FUS is switched into this mode.

In that instance there really is nothing "special" about RDPDD.DLL on the outside as it is just a registered display driver for a particular type of session. You can write any display driver you want and install it to replace the console display driver if you want. The difference in TS is that the graphics are remoted instead of display locally. The driver development article 6 shows how to create your own display driver and use it locally as a multiple monitor setup.

8bc7c0ec02c0e404c0cc0680f7018827ebee
GeneralRe: Leave me a message Pin
nkpunk16-May-06 15:44
nkpunk16-May-06 15:44 
GeneralRe: Leave me a message Pin
Toby Opferman18-May-06 15:57
Toby Opferman18-May-06 15:57 
GeneralRe: Leave me a message Pin
nkpunk18-May-06 22:10
nkpunk18-May-06 22:10 
GeneralRe: Leave me a message Pin
Toby Opferman19-May-06 8:22
Toby Opferman19-May-06 8:22 
GeneralRe: Leave me a message Pin
nkpunk20-May-06 15:14
nkpunk20-May-06 15:14 
QuestionNeed your Help Pin
djborse10-Jul-08 1:52
djborse10-Jul-08 1:52 
QuestionWill your tutorial help me? :-) Pin
SparkyNZ18-May-06 21:07
SparkyNZ18-May-06 21:07 
AnswerRe: Will your tutorial help me? :-) Pin
Toby Opferman18-May-06 21:59
Toby Opferman18-May-06 21:59 
GeneralRe: Will your tutorial help me? :-) Pin
SparkyNZ19-May-06 19:40
SparkyNZ19-May-06 19:40 
GeneralRe: Leave me a message Pin
nkpunk6-Jul-06 17:15
nkpunk6-Jul-06 17:15 
Generaldebugging on win9x Pin
fufu19798-Aug-06 9:15
fufu19798-Aug-06 9:15 
GeneralRe: debugging on win9x Pin
Toby Opferman8-Aug-06 10:32
Toby Opferman8-Aug-06 10:32 
GeneralRe: Compiler Recommendation Pin
Aeneas3213-Aug-06 4:32
Aeneas3213-Aug-06 4:32 
GeneralRe: Compiler Recommendation Pin
Toby Opferman13-Aug-06 7:05
Toby Opferman13-Aug-06 7:05 
GeneralRe: Compiler Recommendation Pin
Aeneas3213-Aug-06 7:27
Aeneas3213-Aug-06 7:27 
GeneralRe: Compiler Recommendation Pin
Toby Opferman13-Aug-06 7:56
Toby Opferman13-Aug-06 7:56 
GeneralRe: Compiler Recommendation Pin
Aeneas3213-Aug-06 8:11
Aeneas3213-Aug-06 8:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.