Δευτέρα 19 Δεκεμβρίου 2011

Configure a static IPv4 Address from a Command Prompt

To assign static IP address,default gateway and subnet mask, through command prompt on your Windows computer.

1) Start run: cmd
2) Type the command: netsh interface ip set address name="Local Area Connection" static 10.2.1.10 255.255.255.0 10.2.1.250

* Local Area Connection = LAN card interface name
* 10.2.1.10 = The static IP address we assigned to the interface
* 255.255.255.0 = The subnet mask
* 10.2.1.250 = The Default Gateway

Παρασκευή 9 Δεκεμβρίου 2011

Windows 7 Firewall Profiles

On windows 7 a firewall profile is a way of grouping settings, such as firewall rules and connection security rules, which are applied to the computer depending on where the computer is connected. On computers running this version of Windows, there are three profiles for Windows Firewall with Advanced Security:

Domain
Applied to a network adapter when it is connected to a network on which it can detect a domain controller of the domain to which the computer is joined.

Private
Applied to a network adapter when it is connected to a network that is identified by the user or administrator as a private network. A private network is one that is not connected directly to the Internet, but is behind some kind of security device, such as a network address translation (NAT) router or hardware firewall. For example, this could be a home network, or a business network that does not include a domain controller. The Private profile settings should be more restrictive than the Domain profile settings.

Public
Applied to a network adapter when it is connected to a public network such as those available in airports and coffee shops. When the profile is not set to Domain or Private, the default profile is Public. The Public profile settings should be the most restrictive because the computer is connected to a public network where the security cannot be controlled. For example, a program that accepts inbound connections from the Internet (like a file sharing program) may not work in the Public profile because the Windows Firewall default setting will block all inbound connections to programs that are not on the list of allowed programs.
 

Windows 7 choosing a network location..

The first time that you connect to a network, you must choose a network location. This automatically sets the appropriate firewall and security settings for the type of network that you connect to. If you connect to networks in different locations (for example, a network at your home, at a local coffee shop, or at work), choosing a network location can help ensure that your computer is always set to an appropriate security level.
There are four network locations:
  • Choose Home network for home networks or when you know and trust the people and devices on the network. Computers on a home network can belong to a homegroup. Network discovery is turned on for home networks, which allows you to see other computers and devices on the network and allows other network users to see your computer.
  • Choose Work network for small office or other workplace networks. Network discovery, which allows you to see other computers and devices on a network and allows other network users to see your computer, is on by default, but you can't create or join a homegroup.
  • Choose Public network for networks in public places (such as coffee shops or airports). This location is designed to keep your computer from being visible to other computers around you and to help protect your computer from any malicious software from the Internet. HomeGroup is not available on public networks, and network discovery is turned off. You should also choose this option if you're connected directly to the Internet without using a router, or if you have a mobile broadband connection.
  • The Domain network location is used for domain networks such as those at enterprise workplaces. This type of network location is controlled by your network administrator and can't be selected or changed.

Πέμπτη 8 Δεκεμβρίου 2011

Problem Steps Recorder

The Problem Steps Recorder in the Windows 7 operating system is a feature that enables users to record their interactions with an application and provide a detailed screen-by-screen view with accompanying information. Learn how the recording can be used to quickly identify problems and help reduce time spent with the help desk.



Τρίτη 6 Δεκεμβρίου 2011

Basic File Permissions


 Basic file permissions:
Permission Description
Full ControlPermission to read, write, change and delete the file.
ModifyPermission to read and write to and delete the file.
Read and ExecutePermission to view file contents and execute file.
WritePermission to write to the file.
ReadPermission to view the files contents.

Basic Folder Permissions

 Basic folder permissions
Permission Description
Full ControlPermission to read, write, change and delete files and sub-folders.
ModifyPermission to read and write to files in the folder, and to delete current folder.
List Folder ContentsPermission to obtain listing of files and folders and to execute files.
Read and ExecutePermission to list files and folders and to execute files.
WritePermission to create new files and folders within selected folder.
ReadPermission to list files and folders.

Παρασκευή 2 Δεκεμβρίου 2011

Memory Limits for Windows Release

This topic describes memory limits for supported Windows releases...

Link