Help
hey, im looking to encrypt a whole drive however the program is just shutting or giving me a unicode error.
This is the current code im using
# Use sysroot to create absolute path for files, etc. And for encrypting whole system
self.sysRoot = os.path.expanduser('C')
# Use localroot to test encryption softawre and for absolute path for files and encryption of "test system"
self.localRoot = r'' # Debugging/Testing
As you can see im looking to encrypt the C drive and only the C drive, i do not undestand what i am doing wrong, any help would be great!
What console says? Could be due to administrator privilege errors
The Youtube link is disabled to look at the tutorial. could you make a list of the text file to use it?
i cant run the private_public_key.py on power shell. this is what i get
PS C:\Users\Administrator> python .\private_public_key.py Program 'python.exe' failed to run: The system cannot find the path specifiedAt line:1 char:1
- python .\private_public_key.py
-
At line:1 char:1
- python .\private_public_key.py
-
+ CategoryInfo : ResourceUnavailable: (:) [], ApplicationFaile dException + FullyQualifiedErrorId : NativeCommandFailed
PS C:\Users\Administrator>
On the Command Prompt, type sfc /scannow and press Enter. If SFC finds errors but can’t repair them, type this command after exe /Online /Cleanup-image /Scanhealth and press Enter. Then, type exe /Online /Cleanup-image /Restorehealth and hit Enter. Restart your computer and see if it fixes the issue.