You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description:
To enhance the process of the mining script, i am proposing to integration the run as administrator for Windows. This check will ensure that the script runs with the necessary privileges, which is crucial for its effective operation.
Proposed Changes:
Create admin.vbs: A VBScript file that triggers a User Account Control (UAC) prompt to run admin.bat with elevated privileges.
Update admin.bat: A batch file that checks if it's running with administrator rights. If not, it calls admin.vbs to restart itself with elevated privileges.
Modify the main mining script: Include a call to admin.bat to ensure it has the necessary permissions before proceeding with its operations.
Expected Outcome:
The mining script will automatically check for administrator rights and prompt the user to grant these rights if not already provided. This will streamline the process and ensure the script operates under optimal conditions.
Additional Notes:
This change ensures that the script is always executed with the appropriate permissions,
Looking forward to feedback and suggestions
The text was updated successfully, but these errors were encountered:
Issue Description:
To enhance the process of the mining script, i am proposing to integration the run as administrator for Windows. This check will ensure that the script runs with the necessary privileges, which is crucial for its effective operation.
Proposed Changes:
admin.vbs
: A VBScript file that triggers a User Account Control (UAC) prompt to runadmin.bat
with elevated privileges.admin.bat
: A batch file that checks if it's running with administrator rights. If not, it callsadmin.vbs
to restart itself with elevated privileges.admin.bat
to ensure it has the necessary permissions before proceeding with its operations.Expected Outcome:
The mining script will automatically check for administrator rights and prompt the user to grant these rights if not already provided. This will streamline the process and ensure the script operates under optimal conditions.
Additional Notes:
This change ensures that the script is always executed with the appropriate permissions,
Looking forward to feedback and suggestions
The text was updated successfully, but these errors were encountered: