Showing posts with label Windows 7. Show all posts
Showing posts with label Windows 7. Show all posts

Wednesday, January 22, 2014

How to get Wifi Channel of the networks around you using Windows 7 without a third party software just command prompt

I had an issue were I needed to know what channel the wireless networks around me were using so I can change it to one that is less active witch will increase your wireless range and speed.

The quickest way to do this with out using any third party software is to run the following command right form your command prompt.

1. from the Start menu in the search type > CMD
2. when the command prompt loads up type  > netsh wlan show network mode=bssid

You will get all the following information about the wireless networks around you:


example:

SSID X : NAMEWIFI
    Network type            : Infrastructure
    Authentication          : WPA2-Personal
    Encryption              : CCMP
    BSSID 1                 : XX:XX:XX:XX
         Signal             : 80%
         Radio type         : 802.11n
         Channel            : 6
         Basic rates (Mbps) : 1 2 5.5 11
         Other rates (Mbps) : 6 9 12 18 24 36 48 54


TIP: You can also save the file to a location by using the following command instead:

> netsh wlan show network mode=bssid > c:\test.txt


Wednesday, August 8, 2012

How to remove checkboxes from desktop icons

HERE IS THE QUICK FIX 

Option 1: Go to START > in the search box type "folder options" select folder options go to the view tab and unchecked Use Check boxes to select items

Option 2: Go to Control Panel -> Appearance and Personalization -> Click Folder Options > Click View tab uncheck Use Check boxes to select items






ISSUE


for Windows 7 or Vista

I have had this question posed to me in many different ways:

- On my desktop, all of my icons have a little check box in the
upper-right hand corner, I find this irritating and was hoping I could remove
the check boxes from the icons.

- Check mark boxes next to desktop icons

- Upon start up today, I noticed check mark boxes next to my desktop icons and other folders. They pop up when I hover over the icon or folder.




Thursday, August 2, 2012

Quick Guide on how to create and then install windows 7 using a 4GB or more USB drive

THIS IS A QUICK & SIMPLE GUIDE on How to create a USB installation drive and  install windows 7 using a USB installation drive



Issue: I had several laptops that I need to install Windows 7 on, however the laptops didn't have a DVD drive so I couldn't just pop-in the Windows 7 DVD and install.

Two things you need:
1. USB 4GB or more
2. A valid copy of windows 7 or windows 8, (ISO, Files or a DVD)

In this example the following is used
reference
USB Hard-drive = Disk 1, F:
DVD drive = D:\


--------------------------------------------------------------------------------
This is a Quick guide follow the steps and it will work, I will not go into detail about each step

1. Open up your command prompt as administrator
2. Type: LIST DISK (find the USB on the list reference the size)
3. SELECT DISK 1
4. CLEAN
5CREATE PARTITION PRIMARY
6. SELECT PARTITION 1
7. ACTIVE
8. FORMAT FS=NTFS (this might take a few minutes)

9. ASSIGN
10. EXIT


Ope another command prompt window


11.D: CD BOOT
12.CD BOOT
13. BOOTSECT.EXE /NT60 F:
14. Copy all the windows installation files to the USB drive
15. Restart the computer
16. Boot from USB 
17. Install windows


If you get confused performing any of the above steps feel free to email me support@hostmyservices.com or leave a comment







Translate