Thursday, September 22, 2011

Regedit & batch files please?

how can i make a batch file that change the \HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro?Terminal Server\fDenyTSConnections to 0Regedit %26amp; batch files please?
above answers are wrong.. first you would have to create a reg file then excute it with batch code..



reg file:

--



Windows Registry Editor Version 5.00



[HKEY_LOCAL_MACHINE\SYSTEM

\CurrentControlSet\

Control\Terminal Server]

%26quot;fDenyTSConnections%26quot;=dword:00000000



--

save it as anything.reg



batch file:

@echo off

regedit /s anything.reg

pauseRegedit %26amp; batch files please?
Same answer as before















_Regedit %26amp; batch files please?
%26lt;batch%26gt;



insert files here.



%26lt;/batch%26gt;

No comments:

Post a Comment