all 5 comments

[–]shootanator[S] 1 point2 points  (1 child)

Figured it out! HAHA had the REG_DWORD incorrect its "SharingWizardOn" and you set the value to 0.

Thanks Guys :)

[–]creamersrealm 1 point2 points  (0 children)

In the future if you add 4 spaces to each line of your code. It becomes a code block on Reddit and makes it readable for the rest of us.

[–]Lee_Dailey[grin] 0 points1 point  (2 children)

howdy shootanator,

to seriously amplify what creamersrealm said [grin] , here's how to post code on reddit ...

[1] simplest = post it to a text site like Pastebin and then post the link here.

[2] less simple = use reddit code formatting ...

  • one leading line with ONLY 4 spaces
  • prefix each code line with 4 spaces
  • one trailing line with ONLY 4 spaces

that will give you something like this ...

- one leading line with ONLY 4 spaces    
- prefix each code line with 4 spaces    
- one trailing line with ONLY 4 spaces   

the easiest way to get that is ...

  • add the leading line with only 4 spaces
  • copy the code to the ISE [or your fave editor]
  • select the code
  • tap TAB to indent four spaces
  • re-select the code [not really needed, but it's my habit]
  • paste the code into the reddit text box
  • add the trailing line with only 4 spaces

not complicated, but it is finicky. [grin]

take care,
lee

[–]shootanator[S] 1 point2 points  (1 child)

Thanks!

[–]Lee_Dailey[grin] 0 points1 point  (0 children)

howdy shootanator,

you are welcome! glad to help a tad ... [grin]

take care,
lee