Skip to main content

Posts

Showing posts from December, 2014

[FiXED] Cannot Create File Error when you try to open or save attachement in Outlook

References: http://support.microsoft.com/kb/305982/en-US http://www.technipages.com/outlook-cant-create-file-error-when-opening-attachment 1. Run REGEDIT.EXE 2. Navigate to "HKCU\Software\Microsoft\Office\14.0\Security" 3. On the right-pane, double click "OutlookSecureTempFolder" 4. Copy the value of OutlookSecureTempFolder 5. Open File Explorer 6. Paste the value onto addressbar, press enter 7. Delete all the content of that folder 8. Restart Outlook

VB6 Listview Sort when clicking the columnheader

Listview1 is the name of the listview control Private Sub ListView1_ColumnClick(ByVal ColumnHeader As MSComctlLib.ColumnHeader)     With ListView1         If .SortKey <> ColumnHeader.Index - 1 Then             .SortKey = ColumnHeader.Index - 1             .SortOrder = lvwAscending         Else             If .SortOrder = lvwAscending Then                 .SortOrder = lvwDescending              Else                  .SortOrder = lvwAscending             End If         End If         .Sorted = -1     End With End Sub

[Zentyal] Block HTTPS FACEBOOK

First, Create HTTPS service * Network -> Services * Add New -> Service name: HTTPS * Click Add * Click "Configuration" Button * Add New    - Protocol : TCP/UDP    - Source Port: ANY    - Destination Port: 443 * Click Add Second, Create Facebook Object * Network -> Objects * Add New -> Name: FACEBOOK * Click Add * Click "Members" Button * Add all these IP's        173.252.110.27     173.252.120.6     66.220.158.19     66.220.156.2     31.13.82.81 Third, Create Users Object * Network -> Objects * Add New -> Name: USERS * Click "Members" Button * Add all your users/clients/members Fourth, Create Firewall * Firewall -> Packet Filter * Filtering rules from internal networks to zentyal -> click "Configure rules" button    Add New   Decision: ACCEPT   Source: ANY   Service: HTTPS   Click Add * Filtering rules for internal networks -> Click "Configure rules"    Add New   Decision: DENY  

Samsung S3850 FIXED upload data to pc error

A BIG THANKS to Zulkifli Zain @ http://topupbisnes.blogspot.com/2013/05/s3850-upload-data-to-pc-problem.html 1. Download needed files and driver here. 2. Open "multiloader v.5.65.exe". 3. set it up like in the picture below. 4. Set your phone in DOWNLOAD MODE.     * Pull out battery     * Put battery In     * Press CALL,VOL+ AND POWER BUTTON until DOWNLOAD shown on the screen 5. Connect your phone to your computer through USB Cord. 6. Click "Port Search". 7. Click "Download" and w8 for about 15 minutes. 8. NOTE : NEVER TOUCH YOUR PHONE UNTIL YOUR PHONE RESTART BY ITSELF . 9. Done.