03 December 2013

How To Enable Services Remote Registry from GPO

http://vicryhc.wordpress.com/2012/12/13/how-to-enable-services-remote-registry-from-gpo/

1. Open Run and type “gpmc.msc
2. Create New Group Policy Object, example “GPO-Enable Remote Registry
3. Link GPO-Enable Remote Registry” in your Organization Unit to push GPO
clip_image002
4. Edit GPO-Enable Remote Registry
5. Computer Configuration –> Policies –> Windows Settings –> Security Settings –> System Services
6. Edit “Remote Registry from Not Defined to Automatic”
clip_image004
7. Open Command Prompt then type “gpupdate/force” from Server and client for update Policy immediately.
CMIIW, Thanks

11 November 2013

How to put a Flash animation (swf) onto a web page?

<embed width="480" height="150" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="/dat/files/3378.swf" menu="true" loop="true" play="true"></embed>

29 October 2013

Database is Read-Only

Problem: After attaching a database to MS SQL Server, the database is displayed as 'Read-Only'.

Description: I created a folder on volume E:\, and put the database I downloaded from SysAid in the folder. After I attached the database to MS SQL Server, the database was displayed as 'Read-Only'.

Solution: Grant 'Everyone' 'Full Control' access to the folder, then attach it.