Home | Troubleshooting |  Quick Setup  |  Cisco How to  |  Data Recovery  |  Forums   | Blog | IT Exam Practice | Services  | About Us | Chicagotech MVP  | Search  | Contact Us  |                  Laptop for rent: $35 per day plus $10 for additional day

rental
 

 

How to use REG.exe

 

What's REG.exe

 

How to disable Outlook's Junk E-mail Filter using reg.exe

What's REG.exe

 

REG.EXE is command line of Regedit32 and can do lmost everything Regedt32 can do. Reg can be very useful when you want to logon scripts and batch files to modify the registry such as query, add, update, delete, copy, save, backup, restore, load, and unload.

reg /?

REG Operation [Parameter List]

Operation [ QUERY | ADD | DELETE | COPY |
SAVE | LOAD | UNLOAD | RESTORE |
COMPARE | EXPORT | IMPORT | FLAGS ]

Return Code: (Except for REG COMPARE)

0 - Successful
1 - Failed

For help on a specific operation type:

REG Operation /?

Examples:

REG QUERY /?
REG ADD /?
REG DELETE /?
REG COPY /?
REG SAVE /?
REG RESTORE /?
REG LOAD /?
REG UNLOAD /?
REG COMPARE /?
REG EXPORT /?
REG IMPORT /?
REG FLAGS /?

How to disable Outlook's Junk E-mail Filter using reg.exe
Q: One of out clients wants me to following this instruction Disable Outlook's Junk E-mail Filter - http://www.chicagotech.net/netforums/viewtopic.php?f=1&t=14419

to disable Junk Email Folder using regedit. But when I run regedit, I do see HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\outlook.

Can we disable Junk Email Folder using regedit? If yes, how?

A: Yes, you can create the key below in the HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\outlook:

DWord: DisableAntiSpam
Value: 1 (Hex)

You can create a batch file include this command:
reg add HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\outlook /v DisableAntiSpam /t Reg_DWord /d 1

This is before running the batch file.


After running the batch file, the Junk E-Mail tap disappears.


Post your questions, comments, feedbacks and suggestions

Contact a consultant

Related Topics


 

 


 

 

Hit Counter   This web is provided "AS IS" with no warranties.
Copyright © 2002-2018 ChicagoTech.net, All rights reserved. Unauthorized reproduction forbidden.