This Guide will help you to prevent user from accessing the internet, please logon using Office scan administrator account to setup this.




This Guide will help you to prevent user from accessing the internet, please logon using Office scan administrator account to setup this.




This Guide will help you to manage USB access from officescan, please logon using Office scan administrator account to setup this.



This is the pop up, that will shown when usb storage plugged into the computer.

I have a problem when applying an update from WSUS, the update rollups for Internet explorer 9 always failed to install in windows server 2008 R2. It has an error code 80092004



After searching in the google, I found a solution in this web page.
And this is are the solution.
To uninstall Internet Explorer 9, follow these steps:
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c “cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart”
For my workaround, after do the command prompt (“FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c “cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart“), I try update again using windows update and the result that server success update the IE 8 into IE 9. Help it’s help people with the same problem like me.
Last week one of the disks in the Synology NAS damaged.. to repair this I buy one disk with same value (2TB) and then do this..






This is only a noted for remind me how to sysprep the win server 2003.
To sysprep a windows 2003 R2 image, follow the below action :



If you have a problem with TMSM installation like progress bar shows “A plug-in task is in progress. Please wait…” and it happened for hours.

Please do following action :
And if your TMSM installation failed with error like below picture,

Please do following action :
Source :
I just copy paste the article because this article are helping me a lot, when I want to clean up the disk on server without reboot the server.
Disk clean up can be a very useful tool especially in Servers when Disk space is fully utilized. But what do you do when you are working in a production environment and you can’t reboot the server. In a pinch, I found the following process to cleanup a congested System Partition.
Copy cleanmgr.exe to System32 folder
A favorable alternative to adding the Desktop Experience feature to your production server, while requiring no system reboot or maintenance window, is simply copying thecleanmgr application files to their appropriate location.
There are two files that need to be copied to the Windows System32 folder. The only downside to this process is that the disk cleanup utility will not appear in the normal disk drive properties. However, as these files will be copied to the System32 folder location, the utility can be easily launched from the integrated server search bar.
The two files you are looking for are the cleanmgr.exe.mui and cleanmgr.exe. Below is listing of folder locations that these two files will be located for the most popular version of Server 2008.

After you have found these files, simply copy then to their designated locations as described below.
Windows Server 2008 64-bit:
C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.0.6001.18000_none_c962d1e515e94269\cleanmgr.exe.mui
C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.0.6001.18000_none_c962d1e515e94269\cleanmgr.exe
Windows Server 2008 R2:
C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr.resources_31bf3856ad364e35_6.1.7600.16385_en-us_b9cb6194b257cc63\cleanmgr.exe.mui
C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.1.7600.16385_none_c9392808773cd7da\cleanmgr.exe
To run the disk cleanup utility, simply navigate to a command prompt or Run and type cleanmgr.exe

Source in this link