27/06/2015
LGO FOR PROMOTION TO PA/SA Maharashtra Circle CLICK HERETO SEE RESULT
Search / Download Documents from File Net in McCamish
Download Documents from File Net in McCamish
Bulk Utility Tool is Used to print the successful documents after
fetched from the File Net. In this Utility we are not able reprint /
Unprinted documents. we can Search and download those documents from
FileNet without help of Bulk Utility Tool.
Download Procedure
Auto Disable Proxy Settings in AD Migrated Machine
Disable Proxy Settings of AD Migrated Machine
In AD Migrated Machine Google, Gmail, Google drive and Bloggers are not
accessible due to the Proxy settings enabled in the domain user. We can
access the above mentioned site without interruption if proxy setting is
disabled.
The below bat file will disable the proxy settings automatically when windows startup
Disable Bat file
@ECHO OFF REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f
- The above bat file code copy into notepad and save as .bat
- Copy the created bat file with above code.
- Paste the copied file in Startup folder to execute on windows startup.