Creating directory in Program "C:\Program Files (x86)"
-
wrote on 2 Oct 2017, 17:09 last edited by
Good evening everyone!
Is it possible to create a directory into the "C:\Program Files (x86)"?
I've tried, but i couldn't do it.*the directory "C:\Program Files(x86)\CommonDir" already exists. And there are some folders here (created by installers). I just want to create another directory in this "CommonDir".
*I've tried to run my program as Administator, but there is no result even in this case.
-
Hi
How did you try ?
If you open a shell in admin mode and do
mkdir fullpath
does it work ?Also what windows ? after win 7 it became even more locked.
https://social.technet.microsoft.com/Forums/windows/en-US/7b3ada32-181d-4c55-9259-ee44f5f83b82/cant-write-to-program-files-folder?forum=w8itprogeneral -
wrote on 2 Oct 2017, 17:24 last edited by CppHamster 10 Feb 2017, 17:28
@mrjj My false: powershell in Admin mode solved my problem.
Seems i've run the powershell not in admin mode before. Sorry:)Thank you!
P.S.: I'm working on Windows 10.
-
@mrjj My false: powershell in Admin mode solved my problem.
Seems i've run the powershell not in admin mode before. Sorry:)Thank you!
P.S.: I'm working on Windows 10.
@CppHamster
ah. well they locked it down good. :)
1/4