Questions tagged [activation]

is for questions dealing with the technologies for the activation of software.

Activation is a process that is required by software that uses it to allow the program to work or at least work with full functionality. It is usually done through and online process, though some software will allow you to do it manually.

374 questions
-1
votes
1 answer

Activate GCP windows server VM failed

I created a windows 2012 server VM in GCP with 1 internal IP and 1 ephemeral external IP, I can ping the the google KMS server 35.190.247.13, but when I try activate the windows with cscript \windows\system32\slmgr.vbs /dlv cscript…
PJS
  • 141
  • 3
  • 13
-1
votes
1 answer

Using softmax in hidden layer and relu in output layer for CNN regression

I am creating a CNN to predict the distributed strain applied to an optical fiber from the measured light spectrum (2D), which is ideally a Lorentzian curve. The label is a 1D array where only the strained section is non-zero (the label looks like a…
-1
votes
2 answers

Trying to use Activator.CreateInstance(MyType)

I have the following problem: public class MyType { public void method(int a, params object[] p){} public void MyType() { method(5); } } When I use a constructor everything is fine but when I try to use…
Sergey Kucher
  • 4,140
  • 5
  • 29
  • 47
-1
votes
1 answer

Checking windows activation state returns wrong value

I am building a desktop app for windows 10 that checks whether windows is activated. I am using a method found on another thread to check the activation state, which works but only when it is called within a few seconds of creating a window. Weird,…
-1
votes
2 answers

Make one time only activation code to python code, and make updates available?

I'm coding a program to do some action with webdriver and Autoit in python, I want to do two things before I start selling my code: Add onetime activation code to my software on one PC, like to make the program works only on one pc. Make my program…
Hanymen
  • 13
  • 2
-1
votes
1 answer

How do I Authorize an Existing Iphone with New Cell Carrier/Provider?

Today my friend got a new simcard with Verizon and was recently with Sprint. Info Old Carrier Sprint New Carrier Verizon The IPhone was previously under a lease but was paid off. Signed up with Verizon and they gave him a new simcard. On the day of…
JayRizzo
  • 3,234
  • 3
  • 33
  • 49
-1
votes
1 answer

AJAX - Complex user activation for login

Now this may sound complicated but I have a page called activation.php where after the user has registered using my reg.php page, they get sent an email with their activation link - activation.php then a get method of k to make…
Ben Za
  • 21
  • 1
  • 9
-1
votes
1 answer

Joomla registration and activation

When the configuration is set to admin activation: When a person registers, the admin does not receive an email at first, the user receives an email with an activation link. When the user clicks this activation link only then does the admin get an…
Rudi
  • 1
  • 1
-2
votes
2 answers

Remove Wordpress Kentha Theme Purchase Code

I bought the Kentha Theme ver 3.2.2 and when I installed it on Wordpress, it was asking for an activation code. I had got the theme a long time ago and have forgot my credentials on Envato Market, so I can't really access the purchase code. How do I…
-2
votes
1 answer

How to extract activation from CNN layers using tensorflow?

I want to extract the neural activation from the Fully connected layers. In Caffe i was doing like this net.blobs[layer_name].data How can i do the same in tensorflow?
-2
votes
1 answer

C# - SetActive dont work?

can someone tells me why my gameObject doesn't activate again? Thanks. C# Code using UnityEngine; using System.Collections; public class SlowerPowerUP : MonoBehaviour { // Use this for initialization void Start () { } // Update is…
xXElsterXx
  • 39
  • 1
  • 1
  • 10
-2
votes
2 answers

Creating activation code in input

How can I create a textfield in which the user would be redirected to specific page, only after he has entered the specific number created by me? And if the code is invalid he would get a red border around that tab and some kind of message ("not…
e2ward
  • 1
  • 4
-3
votes
1 answer

Your Windows License Will Expire Soon

How can I temporarily remove the showing of "Your Windows License Will Expire Soon" on my laptop? I am currently doing lots of things right now and I don't want to address this problem for now.
Frank Lexer
  • 310
  • 1
  • 11
-3
votes
2 answers

How do you create an html/php file for users to confirm that they want to sign up or to make sure that users provided the right email address?

This should be fairly simple. I know how I can do it but I would like to have some ideas on how you can do it since I think that there should be many other ways to do it. When you sign up for an account on a website, you have to go to your email and…
user181275
  • 15
  • 1
  • 1
  • 6
1 2 3
24
25