Windows Embedded Compact 7 Registry File execution on cold startup Announcing the arrival of...
Is multiple magic items in one inherently imbalanced?
Trademark violation for app?
AppleTVs create a chatty alternate WiFi network
Why can't I install Tomboy in Ubuntu Mate 19.04?
Sum letters are not two different
How to compare two different files line by line in unix?
Would it be easier to apply for a UK visa if there is a host family to sponsor for you in going there?
Do wooden building fires get hotter than 600°C?
One-one communication
What would you call this weird metallic apparatus that allows you to lift people?
What are the discoveries that have been possible with the rejection of positivism?
In musical terms, what properties are varied by the human voice to produce different words / syllables?
Crossing US/Canada Border for less than 24 hours
Girl Hackers - Logic Puzzle
Most bit efficient text communication method?
Does the Mueller report show a conspiracy between Russia and the Trump Campaign?
Dynamic filling of a region of a polar plot
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
Is there hard evidence that the grant peer review system performs significantly better than random?
Random body shuffle every night—can we still function?
How to report t statistic from R
Project Euler #1 in C++
Is CEO the "profession" with the most psychopaths?
How do living politicians protect their readily obtainable signatures from misuse?
Windows Embedded Compact 7 Registry File execution on cold startup
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Windows Embedded and Compactis FBWF (file based write filter) supported on Windows 7 (non embedded)Howto install Windows Embedded Standard (Compact) or at least get .isoWindows Embedded Compact 7 - No fonts at allNVIDIA CUDA on Windows Compact Embedded 7Is it possible to install Canon EOS T3 Camera Drivers on Windows 7 EmbeddedInstalling a Windows Embedded Standard 7 image on a compact flash (CF) cardWindows 7 Embedded Default PasswordUpdate Windows 7 EmbeddedWindows 7 Embedded always runs explorer.exe on boot despite registry being set to run nothing
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
on Windows Embedded CE 6 we had to save our Reg Files to
Application
and on Cold Start (factory reset) the Reg Files where executed and so we could set the used NTP Server, Time Zones VNC Password etc.
But on our new Windows Embedded 7 (Motorola Symbol MC3200) devices the Files don't get executed on cold or warm startup.
Do have anybody a Solution to do this?
We tried to use the Motorola StartUpCtl Plugin but it can't execute the Reg Files quite. This is no Solution in production Environment.
windows-embedded-7
bumped to the homepage by Community♦ 7 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
on Windows Embedded CE 6 we had to save our Reg Files to
Application
and on Cold Start (factory reset) the Reg Files where executed and so we could set the used NTP Server, Time Zones VNC Password etc.
But on our new Windows Embedded 7 (Motorola Symbol MC3200) devices the Files don't get executed on cold or warm startup.
Do have anybody a Solution to do this?
We tried to use the Motorola StartUpCtl Plugin but it can't execute the Reg Files quite. This is no Solution in production Environment.
windows-embedded-7
bumped to the homepage by Community♦ 7 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
on Windows Embedded CE 6 we had to save our Reg Files to
Application
and on Cold Start (factory reset) the Reg Files where executed and so we could set the used NTP Server, Time Zones VNC Password etc.
But on our new Windows Embedded 7 (Motorola Symbol MC3200) devices the Files don't get executed on cold or warm startup.
Do have anybody a Solution to do this?
We tried to use the Motorola StartUpCtl Plugin but it can't execute the Reg Files quite. This is no Solution in production Environment.
windows-embedded-7
on Windows Embedded CE 6 we had to save our Reg Files to
Application
and on Cold Start (factory reset) the Reg Files where executed and so we could set the used NTP Server, Time Zones VNC Password etc.
But on our new Windows Embedded 7 (Motorola Symbol MC3200) devices the Files don't get executed on cold or warm startup.
Do have anybody a Solution to do this?
We tried to use the Motorola StartUpCtl Plugin but it can't execute the Reg Files quite. This is no Solution in production Environment.
windows-embedded-7
windows-embedded-7
edited Nov 23 '16 at 7:38
fixer1234
19.7k145083
19.7k145083
asked Nov 9 '15 at 8:59
user2273214user2273214
613
613
bumped to the homepage by Community♦ 7 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
As far as I'm aware, if saving the .reg file in Application
was not enough, I'd suggest you to execute the .reg file once you've saved it on Application
.
It should ask you if you want to merge the register entry. Simply click YES and test it out!
Cheers!
add a comment |
The Problem wasn't the execution of the Reg-Files.
The Reg-Files in "Application" are executed like on Windows Embedded CE 6.
The Problem was the missing "timesvc.dll" in Windows Embedded Compact 7.
I thought the Reg-File don't get executed because the Time doesn't synchronize.
So, if you want to use your Windows Embedded Compact 7 Device with an Timeserver you like on Windows Embedded CE 6 you have to copy the timesvc.dll for your Device on cold startup to "Windows"
add a comment |
Actually it appears that timesvc.dll was retired on Windows Embedded Compact 7. I found on the MC92N0 scanner I have that it uses sntpsvc.dll as the DLL driving NTP. However I didn't want to have more than one configuration for my scanners because I have MC9190-G on CE6 and MC92N0 on CE7 in my fleet. I know a little about registry files so I actually tested a theory I had about using a multi string registry entry and it seems to work so far. The code is below:
REGEDIT4
;Time related registry Settings
[HKEY_LOCAL_MACHINEServicesTIMESVC]
"UserProcGroup"=dword:00000002
"Flags"=dword:00000010
"multicastperiod"=dword:36EE80
"threshold"=dword:5265C00
"recoveryrefresh"=dword:36EE80
"refresh"=dword:5265C00
"Context"=dword:0
"Autoupdate" = dword:1
"server" = multi_sz:"tock.usno.navy.mil","time.windows.com"
"ServerRole" = dword:0
"Trustlocalclock" = dword:0
"Dll"="=multi_sz:"sntpsvc.dll","timesvc.dll"
"Keep"=dword:1
"Prefix"="NTP"
"Index"=dword:0
;Time related registry Settings
[HKEY_LOCAL_MACHINEnls]
"DefaultLCID" = dword:00000809
[HKEY_LOCAL_MACHINEnlsoverrides]
"LCID" = dword:00000809
;Time related registry Settings
; TimeZone settings for Eastern US, w DST checkbox checked
[HKEY_LOCAL_MACHINETime]
"TimeZoneInformation"=hex:
2c,01,00,00,45,00,61,00,73,00,74,00,65,00,72,00,6e,00,20,00,53,00,74,00,61,
00,6e,00,64,00,61,00,72,00,64,00,20,00,54,00,69,00,6d,00,65,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0b,00,00,00,01,
00,02,00,00,00,00,00,00,00,00,00,00,00,45,00,61,00,73,00,74,00,65,00,72,00,
6e,00,20,00,44,00,61,00,79,00,6c,00,69,00,67,00,68,00,74,00,20,00,54,00,69,
00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00,c4,ff,ff,ff
;Time related registry Settings
[HKEY_LOCAL_MACHINETime Zones]
"@": REG_SZ
@="Eastern Standard Time"
;Time related registry Settings
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftClock]
"AutoDST" = dword:00000001
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f998025%2fwindows-embedded-compact-7-registry-file-execution-on-cold-startup%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
As far as I'm aware, if saving the .reg file in Application
was not enough, I'd suggest you to execute the .reg file once you've saved it on Application
.
It should ask you if you want to merge the register entry. Simply click YES and test it out!
Cheers!
add a comment |
As far as I'm aware, if saving the .reg file in Application
was not enough, I'd suggest you to execute the .reg file once you've saved it on Application
.
It should ask you if you want to merge the register entry. Simply click YES and test it out!
Cheers!
add a comment |
As far as I'm aware, if saving the .reg file in Application
was not enough, I'd suggest you to execute the .reg file once you've saved it on Application
.
It should ask you if you want to merge the register entry. Simply click YES and test it out!
Cheers!
As far as I'm aware, if saving the .reg file in Application
was not enough, I'd suggest you to execute the .reg file once you've saved it on Application
.
It should ask you if you want to merge the register entry. Simply click YES and test it out!
Cheers!
answered Nov 27 '15 at 3:35
Human_AfterAllHuman_AfterAll
1132
1132
add a comment |
add a comment |
The Problem wasn't the execution of the Reg-Files.
The Reg-Files in "Application" are executed like on Windows Embedded CE 6.
The Problem was the missing "timesvc.dll" in Windows Embedded Compact 7.
I thought the Reg-File don't get executed because the Time doesn't synchronize.
So, if you want to use your Windows Embedded Compact 7 Device with an Timeserver you like on Windows Embedded CE 6 you have to copy the timesvc.dll for your Device on cold startup to "Windows"
add a comment |
The Problem wasn't the execution of the Reg-Files.
The Reg-Files in "Application" are executed like on Windows Embedded CE 6.
The Problem was the missing "timesvc.dll" in Windows Embedded Compact 7.
I thought the Reg-File don't get executed because the Time doesn't synchronize.
So, if you want to use your Windows Embedded Compact 7 Device with an Timeserver you like on Windows Embedded CE 6 you have to copy the timesvc.dll for your Device on cold startup to "Windows"
add a comment |
The Problem wasn't the execution of the Reg-Files.
The Reg-Files in "Application" are executed like on Windows Embedded CE 6.
The Problem was the missing "timesvc.dll" in Windows Embedded Compact 7.
I thought the Reg-File don't get executed because the Time doesn't synchronize.
So, if you want to use your Windows Embedded Compact 7 Device with an Timeserver you like on Windows Embedded CE 6 you have to copy the timesvc.dll for your Device on cold startup to "Windows"
The Problem wasn't the execution of the Reg-Files.
The Reg-Files in "Application" are executed like on Windows Embedded CE 6.
The Problem was the missing "timesvc.dll" in Windows Embedded Compact 7.
I thought the Reg-File don't get executed because the Time doesn't synchronize.
So, if you want to use your Windows Embedded Compact 7 Device with an Timeserver you like on Windows Embedded CE 6 you have to copy the timesvc.dll for your Device on cold startup to "Windows"
answered Nov 30 '15 at 9:10
user2273214user2273214
613
613
add a comment |
add a comment |
Actually it appears that timesvc.dll was retired on Windows Embedded Compact 7. I found on the MC92N0 scanner I have that it uses sntpsvc.dll as the DLL driving NTP. However I didn't want to have more than one configuration for my scanners because I have MC9190-G on CE6 and MC92N0 on CE7 in my fleet. I know a little about registry files so I actually tested a theory I had about using a multi string registry entry and it seems to work so far. The code is below:
REGEDIT4
;Time related registry Settings
[HKEY_LOCAL_MACHINEServicesTIMESVC]
"UserProcGroup"=dword:00000002
"Flags"=dword:00000010
"multicastperiod"=dword:36EE80
"threshold"=dword:5265C00
"recoveryrefresh"=dword:36EE80
"refresh"=dword:5265C00
"Context"=dword:0
"Autoupdate" = dword:1
"server" = multi_sz:"tock.usno.navy.mil","time.windows.com"
"ServerRole" = dword:0
"Trustlocalclock" = dword:0
"Dll"="=multi_sz:"sntpsvc.dll","timesvc.dll"
"Keep"=dword:1
"Prefix"="NTP"
"Index"=dword:0
;Time related registry Settings
[HKEY_LOCAL_MACHINEnls]
"DefaultLCID" = dword:00000809
[HKEY_LOCAL_MACHINEnlsoverrides]
"LCID" = dword:00000809
;Time related registry Settings
; TimeZone settings for Eastern US, w DST checkbox checked
[HKEY_LOCAL_MACHINETime]
"TimeZoneInformation"=hex:
2c,01,00,00,45,00,61,00,73,00,74,00,65,00,72,00,6e,00,20,00,53,00,74,00,61,
00,6e,00,64,00,61,00,72,00,64,00,20,00,54,00,69,00,6d,00,65,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0b,00,00,00,01,
00,02,00,00,00,00,00,00,00,00,00,00,00,45,00,61,00,73,00,74,00,65,00,72,00,
6e,00,20,00,44,00,61,00,79,00,6c,00,69,00,67,00,68,00,74,00,20,00,54,00,69,
00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00,c4,ff,ff,ff
;Time related registry Settings
[HKEY_LOCAL_MACHINETime Zones]
"@": REG_SZ
@="Eastern Standard Time"
;Time related registry Settings
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftClock]
"AutoDST" = dword:00000001
add a comment |
Actually it appears that timesvc.dll was retired on Windows Embedded Compact 7. I found on the MC92N0 scanner I have that it uses sntpsvc.dll as the DLL driving NTP. However I didn't want to have more than one configuration for my scanners because I have MC9190-G on CE6 and MC92N0 on CE7 in my fleet. I know a little about registry files so I actually tested a theory I had about using a multi string registry entry and it seems to work so far. The code is below:
REGEDIT4
;Time related registry Settings
[HKEY_LOCAL_MACHINEServicesTIMESVC]
"UserProcGroup"=dword:00000002
"Flags"=dword:00000010
"multicastperiod"=dword:36EE80
"threshold"=dword:5265C00
"recoveryrefresh"=dword:36EE80
"refresh"=dword:5265C00
"Context"=dword:0
"Autoupdate" = dword:1
"server" = multi_sz:"tock.usno.navy.mil","time.windows.com"
"ServerRole" = dword:0
"Trustlocalclock" = dword:0
"Dll"="=multi_sz:"sntpsvc.dll","timesvc.dll"
"Keep"=dword:1
"Prefix"="NTP"
"Index"=dword:0
;Time related registry Settings
[HKEY_LOCAL_MACHINEnls]
"DefaultLCID" = dword:00000809
[HKEY_LOCAL_MACHINEnlsoverrides]
"LCID" = dword:00000809
;Time related registry Settings
; TimeZone settings for Eastern US, w DST checkbox checked
[HKEY_LOCAL_MACHINETime]
"TimeZoneInformation"=hex:
2c,01,00,00,45,00,61,00,73,00,74,00,65,00,72,00,6e,00,20,00,53,00,74,00,61,
00,6e,00,64,00,61,00,72,00,64,00,20,00,54,00,69,00,6d,00,65,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0b,00,00,00,01,
00,02,00,00,00,00,00,00,00,00,00,00,00,45,00,61,00,73,00,74,00,65,00,72,00,
6e,00,20,00,44,00,61,00,79,00,6c,00,69,00,67,00,68,00,74,00,20,00,54,00,69,
00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00,c4,ff,ff,ff
;Time related registry Settings
[HKEY_LOCAL_MACHINETime Zones]
"@": REG_SZ
@="Eastern Standard Time"
;Time related registry Settings
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftClock]
"AutoDST" = dword:00000001
add a comment |
Actually it appears that timesvc.dll was retired on Windows Embedded Compact 7. I found on the MC92N0 scanner I have that it uses sntpsvc.dll as the DLL driving NTP. However I didn't want to have more than one configuration for my scanners because I have MC9190-G on CE6 and MC92N0 on CE7 in my fleet. I know a little about registry files so I actually tested a theory I had about using a multi string registry entry and it seems to work so far. The code is below:
REGEDIT4
;Time related registry Settings
[HKEY_LOCAL_MACHINEServicesTIMESVC]
"UserProcGroup"=dword:00000002
"Flags"=dword:00000010
"multicastperiod"=dword:36EE80
"threshold"=dword:5265C00
"recoveryrefresh"=dword:36EE80
"refresh"=dword:5265C00
"Context"=dword:0
"Autoupdate" = dword:1
"server" = multi_sz:"tock.usno.navy.mil","time.windows.com"
"ServerRole" = dword:0
"Trustlocalclock" = dword:0
"Dll"="=multi_sz:"sntpsvc.dll","timesvc.dll"
"Keep"=dword:1
"Prefix"="NTP"
"Index"=dword:0
;Time related registry Settings
[HKEY_LOCAL_MACHINEnls]
"DefaultLCID" = dword:00000809
[HKEY_LOCAL_MACHINEnlsoverrides]
"LCID" = dword:00000809
;Time related registry Settings
; TimeZone settings for Eastern US, w DST checkbox checked
[HKEY_LOCAL_MACHINETime]
"TimeZoneInformation"=hex:
2c,01,00,00,45,00,61,00,73,00,74,00,65,00,72,00,6e,00,20,00,53,00,74,00,61,
00,6e,00,64,00,61,00,72,00,64,00,20,00,54,00,69,00,6d,00,65,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0b,00,00,00,01,
00,02,00,00,00,00,00,00,00,00,00,00,00,45,00,61,00,73,00,74,00,65,00,72,00,
6e,00,20,00,44,00,61,00,79,00,6c,00,69,00,67,00,68,00,74,00,20,00,54,00,69,
00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00,c4,ff,ff,ff
;Time related registry Settings
[HKEY_LOCAL_MACHINETime Zones]
"@": REG_SZ
@="Eastern Standard Time"
;Time related registry Settings
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftClock]
"AutoDST" = dword:00000001
Actually it appears that timesvc.dll was retired on Windows Embedded Compact 7. I found on the MC92N0 scanner I have that it uses sntpsvc.dll as the DLL driving NTP. However I didn't want to have more than one configuration for my scanners because I have MC9190-G on CE6 and MC92N0 on CE7 in my fleet. I know a little about registry files so I actually tested a theory I had about using a multi string registry entry and it seems to work so far. The code is below:
REGEDIT4
;Time related registry Settings
[HKEY_LOCAL_MACHINEServicesTIMESVC]
"UserProcGroup"=dword:00000002
"Flags"=dword:00000010
"multicastperiod"=dword:36EE80
"threshold"=dword:5265C00
"recoveryrefresh"=dword:36EE80
"refresh"=dword:5265C00
"Context"=dword:0
"Autoupdate" = dword:1
"server" = multi_sz:"tock.usno.navy.mil","time.windows.com"
"ServerRole" = dword:0
"Trustlocalclock" = dword:0
"Dll"="=multi_sz:"sntpsvc.dll","timesvc.dll"
"Keep"=dword:1
"Prefix"="NTP"
"Index"=dword:0
;Time related registry Settings
[HKEY_LOCAL_MACHINEnls]
"DefaultLCID" = dword:00000809
[HKEY_LOCAL_MACHINEnlsoverrides]
"LCID" = dword:00000809
;Time related registry Settings
; TimeZone settings for Eastern US, w DST checkbox checked
[HKEY_LOCAL_MACHINETime]
"TimeZoneInformation"=hex:
2c,01,00,00,45,00,61,00,73,00,74,00,65,00,72,00,6e,00,20,00,53,00,74,00,61,
00,6e,00,64,00,61,00,72,00,64,00,20,00,54,00,69,00,6d,00,65,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,0b,00,00,00,01,
00,02,00,00,00,00,00,00,00,00,00,00,00,45,00,61,00,73,00,74,00,65,00,72,00,
6e,00,20,00,44,00,61,00,79,00,6c,00,69,00,67,00,68,00,74,00,20,00,54,00,69,
00,6d,00,65,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00,c4,ff,ff,ff
;Time related registry Settings
[HKEY_LOCAL_MACHINETime Zones]
"@": REG_SZ
@="Eastern Standard Time"
;Time related registry Settings
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftClock]
"AutoDST" = dword:00000001
edited Nov 23 '16 at 7:58
3498DB
15.9k114862
15.9k114862
answered Jan 11 '16 at 23:51
Jason HolgateJason Holgate
91
91
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f998025%2fwindows-embedded-compact-7-registry-file-execution-on-cold-startup%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown