Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(windows): connect network for non-admin users (#164)
## Description While connecting to a network in windows by a non-admin user, the connection fails if the project/package-workspace is under some restricted location (Ex: Program Files) because the nodeWifiConnect.xml is created is not getting created due to permission issues. Changed the location of nodeWifiConnect.xml to be created in a temporary directory (C:\Users<userId>\AppData\Local\Temp) so that work flow is uninterrupted for non-admin user also. ## Motivation and Context This change is required as all window users (Admin and Non-Admin) should be able to connect to the network. #159 ## How Has This Been Tested? After the required changes are done, we tried to connect to the network in a non-admin user machine, which works as expected. ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Refactorization (non-functional change which improve code readibility)
- Loading branch information