Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: support windows on otf template #33

Merged
merged 1 commit into from Mar 14, 2023
Merged

Conversation

Nelsonochoam
Copy link
Contributor

@Nelsonochoam Nelsonochoam commented Mar 14, 2023

Description of changes:
Bump otf version to the one that supports windows and added additional documentation to the template on how to set it up with windows

Why is this change necessary:
Running otf on windows

How was this change tested:
Used the templated on windows

Comment on lines +87 to +91
* Download the [psexec utility](https://learn.microsoft.com/en-us/sysinternals/downloads/psexec)

* Create user in the LocalSystem account on the Windows device. Run the commands below and replace user-name with the same name of your current system user (output from the previous command) and password with a secure password.
* Run `net user user-name password /ADD`
* Run `psexec -s cmd /c cmdkey /generic:user-name /user:user-name /pass:password`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this shouldn't be needed for OTF to work. OTF does not run the Nucleus as the SYSTEM user unless I'm mistaken.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well I had to do this for it to work and I am using otf as a dependency on and ec2 windows machine

@Nelsonochoam Nelsonochoam merged commit 90a0e65 into main Mar 14, 2023
@Nelsonochoam Nelsonochoam deleted the support_windows branch March 14, 2023 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants