Showing posts with label Microsoft. Show all posts
Showing posts with label Microsoft. Show all posts

Tuesday, December 25, 2012

How to turn off Sharing Options in Windows

How to turn off Windows Sharing Options - prevent intrusions

Start > Control Panel > Network and Internet > Network and Sharing Center > Advanced sharing settings

From here, you can simply un-check Network Discovery, File and Printer sharing and Public folder sharing.

How to turn off UAC(User Account Control) in Windows

How to turn off Windows UAC(User Account Control)

Start > Control Panel > User Accounts and Family Safety > UAC

From here, you can simply turn off UAC

How to turn off IPV6 in Windows

How to turn off IPV6

Method #1
Start > Control Panel > Network and Internet > Network and Sharing Center > Wireless Connection uncheck ipv6

From here, you can simply turn off IPV6.

Method #2
Start > regedit.exe > HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > services > TCPIP6 > Parameters key new DWORD, DisabledComponents, val = 0

How to turn off Remote Desktop in Windows

How to turn off Windows Remote Desktop - prevent intrusions

Start > Control Panel > System and Security > System > Advanced System Settings

From here, you can simply un-check remote desktop.

Saturday, July 7, 2012

How to install Microsoft Fonts for LibreOffice on Ubuntu

How to install Microsoft fonts

When installing Ubuntu, it may not come with Microsoft Fonts such as "New Times Roman" and "Verdana". Therefore, Ubuntu applications such as LibreOffice will not have them.



To install them:
sudo apt-get install msttcorefonts

Sunday, June 26, 2011

HelloWorld with Batch Scripting


HelloWorld.bat

@echo off
echo HelloWorld!
pause
exit
Create a Text Document > Copy and Paste > File > Save As > (name).bat

Double Click on the .bat to run it.

or go to Command Prompt, cd (folder that file is in) then (file).bat