Popular Posts

Monday, May 22, 2017

Guide to downgrade Windows 10 Professional To Home:


Guide to downgrade Windows 10 Professional To Home:

1. Open regedit.exe and navigate to HKLM\Software\Microsoft\Windows NT\CurrentVersion
2. Change ProductName to Windows 10 Home
3. Change EditionID to Core
4. Navigate now to HKLM\Software\Wow6432Node\Microsoft\Wind­ows NT\CurrentVersion
5. Change ProductName to Windows 10 Home
6. Change EditionID to Core
7. Close regedit.exe (no need to restart)
8. Run the Windows Media Creation tool and proceed with the installation. 

Friday, August 26, 2016

Surface Pro 3 or Surface Pro 4 and the keyboard and trackpad do not work

Surface Pro 3 or Surface Pro 4 and the keyboard and trackpad do not work

  • Shutdown the Surface
  • Hold down the Volume UP and Power Button at the same time for 10 seconds
  • Power on the Surface (if it goes into the BIOS screen tap on Exit setup)
  • The Surface will boot up and hopefully the keyboard will now work.
  • Sunday, July 10, 2016

    Resetting TCP/IP Stack to Default

    Right-click on cmd in the search results for Programs, and select Run as administrator. Depending on your computer settings, you may be asked to provide an administrator password before you can continue.

    Type "netsh int ip reset" and then hit the Enter key on your keyboard.

    Sunday, June 26, 2016

    Configure Fortinet

    Configure Fortinet/ FortinetWiFii 30D
    DG : 192.168.1.99
    User : admin
    Password:                         (Blank)


    Friday, August 28, 2015

    Magento Tutorial

    Changing the ordernumber in Magento

    When moving to Magento, some people might want to change the default ordernumber 000000001 to some other number - either fooling the customer into thinking this is a very popular shop, or when migrating from another webshop to Magento. Here's how to change that order number.

    MySQL table eav_entity_store
    New ordernumbers are determined by a value called the increment_id, and this increment_id is stored in the database table eav_entity_store. You should login to the MySQL database using a program likephpMyAdmin, and then you will be able to edit the contents of this table.
    If the database table is empty, this means that the system has not created any orders yet. Instead of trying to hack the database, it's best to create a fake order. To create a fake order you will also need to create a customer and a product, so it's probably best to perform this task just before you're going live with your shop.

    Changing which increment_id?

    Once you have completed orders, the table eav_entity_store will contain various records, and every record contains a different increment_id. The logic here is that increment_ids are used by various Magento entities, like orders and customers. In a default situation the record for customers has an entity_type_id of 2, while orders have an entity_type_id of 11. So to change the ordernumber for orders, you will need to edit the row with entity_type_id 11.
    If you really want to know the IDs used for the different entities in the Magento database, take a look in the database table eav_entity_type, which lists various parts of an entity (like underlying PHP-classes and other MySQL tables).

    What can you do with the ordernumber?

    We recommend not changing the length of the ordernumber, nor the starting number of the increment_id(which should be the same as the increment_prefix) in the same table. But you can easily change some of the zeroes into other numbers.
    Note that this will not change any data already stored in the database.

    Disable admin notification popup

    Every time you log in to the Magento Admin Panel, you see an admin notification popop message telling you there's a new Magento version. As a developer, it's best to stay informed about new releases by reading blogs, tweets and lots of other news channels - besides this, upgrades should never be taken lightly. It's possible to remove this notification popup message.

    To remove this notification popup message.
    • Login to your Magento Admin Panel
    • Go to System >> Configuration >> Advanced
    • Disable the Mage_AdminNotification module


    https://www.yireo.com/tutorials/magento


    Wednesday, August 5, 2015

    Outlook 2013 Error 0x800CCC13 Cannot connect to the network


    First create a new shortcut to Outlook 2013. Right click/Run As Administrator. Send/receive. 

    If it works, it tells that it is the permissions. Then Right click /Compatibility/ Privilege Level/ Run This Program As Administrator. Send/Receive. 

    If it works, it tells that it is the permissions. 

    You could just leave it, OR, do this: got to C drive/ Program Files/ Microsoft Office/ Office 15 Folder/ Right Click/ Properties/ Security/ Administrators and Users All Checked Full Control. This should fix it permanently. Send/receive.