New Question

prophecy408's profile - activity

2017-08-09 23:02:40 +0300 received badge  Popular Question (source)
2017-08-09 23:02:40 +0300 received badge  Famous Question (source)
2017-08-09 23:02:40 +0300 received badge  Notable Question (source)
2017-07-29 19:23:34 +0300 received badge  Famous Question (source)
2017-07-28 02:45:21 +0300 commented answer Windows 10 Image First install and RDP

ok, so I found a work around to this. Basically I would stop the VM mid-script login to the accounts I added, and then start up the logon.ps1 script again. Spawn up the image, and I was able to RDP into the extra users I created.

2017-07-27 20:32:23 +0300 commented answer Windows 10 Image First install and RDP

So we set the script to create 2 addition user aside from the Administrator account. So when we spawn the instance in Openstack there are 3 total users. I know we have to retrieve the password for the admin account, but we hardcoded a password on two addition Users that we created.

2017-07-27 20:07:58 +0300 commented answer Windows 10 Image First install and RDP

After we spawn it in the openstack enviroment. It looks like if we generate the keypair for the admin account we can RDP with that account, but we would like the users that we created to be able to RDP after spawning so we can avoid generating a keypair every time we spawn the instance.

2017-07-27 19:52:22 +0300 commented answer Windows 10 Image First install and RDP
2017-07-27 19:52:01 +0300 answered a question Windows 10 Image First install and RDP

Yeah I'm using https://github.com/cloudbase/windows-... to generate the image.

2017-07-27 19:06:27 +0300 asked a question Windows 10 Image First install and RDP

Once the installation of a Windows 10 image is installed into the machine and we try to RDP into the machine we always get the error "The credentials are correct, but the host cannot log you on for another reason. Please check if your password has expired or contact your system administrator for assistance" We tried hardcoding the password into the user and it still doesn't work. It looks like RDP starts to work after we login to the machine locally. How do we set this up so that the image doesn't require the first logon and be able to RDP once the image is installed.

2017-06-20 19:53:25 +0300 received badge  Notable Question (source)
2017-06-13 18:20:52 +0300 received badge  Popular Question (source)
2017-06-13 04:08:45 +0300 commented answer Can't activate administrator account

btw, thanks for your help. Appreciate your answers.

2017-06-13 04:05:15 +0300 commented answer Can't activate administrator account

That seems fair, but the tool seem to process everything. I would normally configure the unattendfile before starting it, once it starts it'll install windows and convert to a qcow2. So How can I add the scripts?There's no Wiki on the tool https://github.com/cloudbase/windows-openstack-imaging-tools

2017-06-13 01:34:32 +0300 commented answer Can't activate administrator account

So we basically we have to choose between the Admin account or the Administrator account and we can't have both activate during the first boot?

2017-06-13 00:39:42 +0300 commented answer Can't activate administrator account

administrator account installed into the image during the first install. So how can I have it activated the administrator account when creating the image through window-imaging-tool?

2017-06-13 00:39:29 +0300 commented answer Can't activate administrator account

So the Admin account is the account that's currently syncing password with NOVA and that account shows up perfectly fine, i'm trying to activate the hidden Administrator account which will activate once i login to the ADMIN account and run the net user command. I want to have both the Admin and the

2017-06-12 23:17:00 +0300 asked a question Can't activate administrator account

Hey Guys,

I tried many different ways to try to activate the Administrator account, but can't see to get the account to stay active after sysprep once the image is installed the account is deactivated. I tried editing the unattend.xml to run the command net user administrator /active:yes. but no luck in have that account active in the image once sysprep is done. Any idea on whats the proper want to enable the admin account using the windows-openstack-imaging-tools

https://github.com/cloudbase/windows-...