Windows Developer not enabled - windows

I'm trying to activate developper option
developpement option
http://img15.hostingpics.net/pics/389038Sanstitre.png
please i try all things but this option still not activated, what should i do thanks first

Have you tried to modify these keys in the registry?
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock\AllowAllTrustedApps
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock\AllowDevelopmentWithoutDevLicense

Related

How do I enable "Technical Translation" in debug mode on Odoo 10?

I've got two servers running odoo 10. One has "Technical Translation" in the debug mode as the screenshot shows->
However on the other one, there are much less options in debug mode->
What could have led to this and how can I fix it (and including the other missing options)?
Give Administrator -> Settings access right to the user and try again.

Is there any way to show a credential dialog integrate with Windows Hello?

I mean, something like this (it was used at Control Panel > Credential Manager):
I have tried some APIs:
CredUIPromptForWindowsCredentials and CredentialPicker.PickAsync: It seems good, but there's no fingerprint/PIN options.
UserConsentVerifier.RequestVerificationAsync: It seems good, but there's only fingerprint option.
I need to show both user/password and fingerprint/pin options. Is there any API or Options to show them?
Thanks:)

How to Disable Internet Explorer Enterprise mode in IE

I want to disable the site , that is loading in Enterprise mode .
I have checked the Register key settings and Group policy object ,
Under Register:
{HKLM|HKCU}\Software\Policies\Microsoft\Internet Explorer} the Main is not exists
and under GPO the Enterprise mode option is not available.
In both the place it is not configured. Any suggestions?.
Thank you in advance.
It's possible, although unlikely, that the EnterpriseMode registry key is in {HKLM|HKCU}\Software\Microsoft\Internet Explorer (notice it's not in the Policy node).
Another possibility is that you have locally set the site to use Enterprise Mode. This is done by going to "Tools" -> "Enterprise Mode".
You can do this with the help of the Registry editor.
Open a regedit.exe from "Run" and go to HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode.
You will find keys against the Enterprise mode in the right hand side panel, such as DEFAULT, ENABLE and SITELIST.
You will need to DELETE the keys called ENABLE and SITELIST.
Run your application again on IE and test. You must have the result.
NOTE: This solution could be temporary as the registry adds those keys back after a system restart!

Firefox developer edition TypeError

Just have installed new firefox developer edition and one of the feautures is checking the website in another browsers remotely. So I opened my website and typed in firefox's new command line "ios" to test it on safary, but got error TypeError: response is null .
Did somebody already tried? Any ideas how to make this work? Thanks
There is a list of connection issues here and you can submit a new issue here if it is not listed.
I am using the Valence addon (the thing that makes connecting to ios and chrome possible) everyday without any problem, but I always go via the WebIDE. I never tried using the ios command. I'm not sure how much this command was tested recently, it might just be broken.
You should try using the WebIDE (which you can find in the Tools/Web Developer menu).
Once opened, you can select "Safari on iOS" from the runtime menu.
More information about this can be found on MDN.
I've filed the following issue on the Github repo. Feel free to comment on the issue to add more info if needed.
I've just released 0.2.3 of the Valence (Developer Tools Adapter) add-on. Once you get this update, the ios command should work as expected. You can check your current version on the about:addons page.
If you continue to have trouble, please file a new issue.

Why does WebStorm's LiveEdit not work in Chrome?

I am exploring WebStorm's trial version and would like to use the LiveEdit features.
I am not able to use the LiveEdit features after performing the following actions:
Made sure that LiveEdit is turned on
Installed the Chrome extension
Restarted the browser after installing the extension (I still suspect it is not required)
Run the HTML page in chrome
When I modify the HTML body, I don't see the changes reflected in Chrome.
I read on a forum that netty is not required.
Do we need it?
What else do I need to configure so that I can use the LiveEdit feature?
PS: I am using WebStorm 5.0.
Do you happen to have IntelliJ open by chance?
The point is that the port, 63342, is 'seized' by another app (even if it has nothing to do with HTML debugging).
When the port is busy, LiveEdit tries the next one, 63343. If you right click the JB icon on Chrome, choose Options, increment the port by one, and press Apply, you will magically connect. I wish Jetbrains would have bothered to inform the user what is the port that they are currently attempting to use.
In my PC it happened when I had Mac on. Either one of the following worked:
1. Kill IntelliJ IDEA (that was also open) and try again
2. Increment the port by one as I mentioned above.
I had to go to Run -> Debug (CTRL+F5 on Windows)
What helped in my case was activating "Can accept external connections" under the Settings -> Build, Execute, Deployment -> Debugger
WebStorm Settings
More details as requested:
Installed the JetBrains IDE Extension for Chrome
Make sure the LiveEdit Plugin is installed and activated (Settings -> Plugins)
Make sure "Can accept external connections" is checked (Settings -> Build, Execute, Deployment -> Debugger) AND Port is the same as in the Chrome Extension
Make sure Update ist set to "Auto in (ms)" e.g. 300 (Settings -> Build, Execute, Deployment -> Debugger -> Live Edit)
In my case live edit was just disabled (for some reason)
For anyone googling this thread, LiveEdit is now supported without a plugin. Just go into settings and uncheck "Use JetBrains IDE Support extension for debugging and Live Edit".
Without the extension, the debugging and live edit are more reliable based on my personal experience.
I couldn't make Chrome and Webstorm to link with each other. Chrome plugin was set to 63343 port or something like that.
I am on Windows. I opened command line with administrator privileges and typed:
netstat -a -b
to see all programs and ports they are listening to. I then found first entry regarding WebStorm.exe and saw that it was listening on port 30897. I set that port number in my chrome plugin options, and everything worked.
A quick fix: in the Chrome addon configuration, use the ip 0.0.0.0 for the host.
Turning off the automatic connection configuration from Internet Explorer properties worked for me smoothly. IE is the boss.

Resources