When your laptop connect to an extend moniter, and when you move your VMware guest to the second display then your mouse "fly away". Try this: Step 1: Right click vmplayer.exe --> Properties
Step 2: Compatibility --> check "Disable display scaling on high DPI setting" --> OK
After install SQL Server, using following commands to open Firewall ports on SQL Server and client: @echo ========= SQL Server Ports =================== @echo Enabling SQLServer default instance port 1433 netsh firewall set portopening TCP 1433 "SQLServer" @echo Enabling Dedicated Admin Connection port 1434 netsh firewall set portopening TCP 1434 "SQL Admin Connection" @echo Enabling conventional SQL Server Service Broker port 4022 netsh firewall set portopening TCP 4022 "SQL Service Broker" @echo Enabling Transact-SQL Debugger/RPC port 135 netsh firewall set portopening TCP 135 "SQL Debugger/RPC" @echo ========= Analysis Services Ports ============== @echo Enabling SSAS Default Instance port 2383 netsh firewall set portopening TCP 2383 "Analysis Services" @echo Enabling SQL Server Browser Service port 2382 netsh firewall set portopening TCP 2382 "SQL Browser" @echo ========= Misc Applications ============== @echo Enabling HTTP port 80 netsh firewall set portopening TCP 80 "HTTP" @echo Enabling SSL port 443 netsh firewall set portopening TCP 443 "SSL" @echo Enabling port for SQL Server Browser Service's 'Browse' Button netsh firewall set portopening UDP 1434 "SQL Browser" @echo Allowing multicast broadcast response on UDP (Browser Service Enumerations OK) netsh firewall set multicastbroadcastresponse ENABLE
The Export/Import Tool is a very useful tool when you need to manage tons of products in OpenCart. However, you may see this message when you try to export your file: PHP Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 48 bytes) Then you can set "memory_limit = 512M;" in your php.ini file.
3. Find shared folder 3.1 Click [Shared] on the left sidebar, you will find shared folders which someone share with you.
3.2 After click one shared folder. You will see the files which shared with you.
3.3 After click the shared file. You can see the file's content. If you have edit permission, you can click [EDIT DOCUMENT] to select [Edit in Word] (You need MS Word) or [Edit in Word Web App]. When you edit it, it saves automatically. Others who can read the file can see it has been changed.