Windows Thread, need .reg file or script please in Technical; Please can someone put this into a reg file or .bat or .vbs script as I have no idea how ...
-
17th December 2009, 06:31 PM #1 need .reg file or script please
Please can someone put this into a reg file or .bat or .vbs script as I have no idea how to do it even after googling
Delete the following registry setting if present:-
Registry location: HKLM\Software\Productive Computer Insight\PCICTL\
ValueName: NSSregkey
Value: hklm
ValueType: String
Add the following registry setting:-
Registry location: HKLM\Software\Productive Computer Insight\PCICTL\
ValueName: NSSuseHKLM
Value: 1
ValueType: String
Thanks in Advance
-
-
IDG Tech News
-
17th December 2009, 06:42 PM #2 Should do the trick.
Code:
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\Software\Productive Computer Insight\PCICTL]
"NSSregkey"="hklm"
"NSSuseHKLM"="1"
Just checked again and the above code deletes the hive HKEY_LOCAL_MACHINE\Software\Productive Computer Insight\PCICTL rather than the keys. Humm
Last edited by SYSMAN_MK; 18th December 2009 at 10:53 AM.
-
-
18th December 2009, 10:17 AM #3 
Originally Posted by
SYSMAN_MK
Should do the trick.
Doesn't that delete both keys rather than add the second?
-
-
18th December 2009, 10:54 AM #4 Doh didn't read the post properly.
This one should be right.
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Productive Computer Insight\PCICTL]
"NSSregkey"=-
"NSSuseHKLM"="1"
Last edited by SYSMAN_MK; 18th December 2009 at 11:00 AM.
-
Thanks to SYSMAN_MK from:
Grommit (30th December 2009)
-
18th December 2009, 07:41 PM #5 SYSMAN_MK is right second time around. Adding the minus will just remove that single entry. Even if it's not there the reg file will run, it just won't delete anything.
-
Thanks to Michael from:
SYSMAN_MK (18th December 2009)
-
30th December 2009, 02:47 PM #6 
Originally Posted by
SYSMAN_MK
Doh didn't read the post properly.
This one should be right.
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Productive Computer Insight\PCICTL]
"NSSregkey"=-
"NSSuseHKLM"="1"
Baie Dankie... Do I save this as a VBS or Bat ? *blush* that's a .reg
-
-
30th December 2009, 02:56 PM #7 You save the file as whatever.reg, then within a logon script enter:
Code:
regedit /S \\SERVERNAME\NETLOGON\whatever.reg
-
Thanks to Michael from:
Grommit (30th December 2009)
SHARE:
Similar Threads
-
By Steven in forum Networks
Replies: 17
Last Post: 5th October 2009, 08:24 AM
-
By jrp131191 in forum Windows
Replies: 1
Last Post: 3rd October 2009, 09:27 AM
-
By e_g_r in forum Windows
Replies: 4
Last Post: 16th February 2007, 06:48 PM
-
By alonebfg in forum Windows
Replies: 12
Last Post: 7th November 2006, 10:19 AM
-
Replies: 7
Last Post: 27th September 2005, 04:23 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules