Jump to content

[Help] - reg add syntex


Recommended Posts

Posted (edited)

I have a Quistion, In dos when creating a registry key, this works reg add hkey_local_machine\software\microsoft\windows\currentversion\run /v pie /d isgood

But this, hkey_local_machine\software\microsoft\WINDOWS NT\currentversion\winlogon /v pie /d isgood does not

the reason being is theres a space between the word WINDOWS and NT which makes it think NT is the begining of the perimiter, does anyone know how to make this work?

:angry:

Title Edited - Please follow new posting rules from now on.

--Zxian

Edited by Zxian

Posted
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Run" /V pie /D isgood /F>NUL

The >NUL is optional it prevents a successful message

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...