The Resolved Problem questions In Window

The Resolved Problem  questions In Window

Hello every body!
Today I will share with you some of the questions that many people often encounter when using window 7 operating system.

1. How To Create a Use Account in Command Prompt.

This Article explains how to create a user account, how to turn it into administrator and how to delete it.User accounts are the primary means of access for real people to the system, and these accounts insulate the user and the environment, preventing the users from damaging the system or other users, and allowing users to customize their environment without affecting others.

Every person accessing your system should have a unique user account. This allows you to find out who is doing what, prevent people from clobbering each others' settings or reading each others' mail, and so forth.
Each user can set up their own environment to accommodate their use of the system, by using alternate shells, editors, key bindings, and language.



note: "username" is the name of account that I wants to create. you can use any name to create your account(remember that you can use a-z letters and numbers).


To create a user account:

Net user username /add
To turn a standard user into administrator:
Net localgroup administrators username /add
To delete a user account:
Net user username /del
Only for Educational purpose.Comment your queries and stay tuned!

2. How to Create a User Account in Windows.

The following are the steps to help you create a user account in window
1. Go to control panel.
2. Then click on user accounts.
3.Click on manage another account.
4.Click on create new account.
5.Write the name and select administrator and click on create a user account.
The following video is for reference .



3. How To Disable Bandwidth Limit in Windows.


Windows 7 and windows vista reserves 20% of its Bandwidth for software update. So, if you did not disable the bandwidth limit, you should probably do so to speed up your internet during Windows updates and other Windows tasks that require bandwidth.

Tip:

A common believe is that Windows takes 20% of your bandwidth and reserves it. Of course, this is not true! Disabling the bandwidth limit will not magically speed up your internet, it will simply not allow Windows-related tasks that require bandwidth (e.g. Windows Updates) to reserve bandwidth when they need it. Let’s say you’re playing a game and you enabled automatic Windows updates, you will then suddenly experience significantly more lag when this setting is enabled.


Disable Bandwidth Limit In Windows 7 Professional//Ultimatete.

1. Enter GPEDIT.msc into the search field on your start menu to open the local policy editor (Important: This feature is not available on Windows 7 Home, see below for more information for Home users) 
2. Uncollapse Computer Configuration, Administrative Templates, Network, QoS Packet Scheduler  3. In the right pane, double-click on Limit reservable bandwidth and select Enabled:
4. Enter 0%5. Click on Apply 
6. The bandwidth limit is now disabled.

Disable Bandwidth Limit In Windows 7 Home Premium.

1.Click on start
2.then type regedit and press enter.
3.browse for "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched"
4.double click on "NonBestEffortLimit" and set its value to 0.
The following video is for reference .




4. Renaming Files And Folders From Command Line


Ren or rename command can be used to rename a directory, folder, file with the help of this command it is very easy to rename a file, the syntax of the command is also very easy and simple. This blog will guide you how to change the directory name or file name or file extension in command line.


Rename  A File


We can use the built-in command line utility rename to rename a file. Note that this command is just to rename a file keeping it in the same location and can’t be used to rename as a file in a different folder. Syntax of rename command:

rename  file_path   new_name
Example:
rename  d:\data\file.html   file2.html
After executing the above command we’ll have file2.doc in the folder d:\data

Change File Extensions Using Rename Command.


We can change the extension of a set of files in one step using rename command. For example, you have set of files with extension .html and you want to rename them to .txt.  You can do this with the below command We can change the extension of a set of files in one step using rename command. For example, you have set of files with extension .html and you want to rename them to .txt.  You can do this with the below command

rename  *.html   *.txt
Rename command works in all Windows versions   XP, Vista and Windows 7.

Rename A Directory.


We can use Rename command to rename directories too. See the syntax below.

Rename  dir_oldname  dir_newname
Example:
G:\data>mkdir dir1
G:\data>dir /b
dir1
G:\data>rename dir1 dir2
G:\data>dir /b
dir2
G:\data>

Note that, with rename command, we can’t move the files to another drive or directory. This command just renames the existing file/folder and does not create a new file.  That is why it does not accept full path for the target file name. If you try to do that you will get the error – “The syntax of the command is incorrect.”

Example:
C:\docs>ren 1.txt c:\docs\2.txt
The syntax of the command is incorrect.

The below rename command works fine.

C:\docs>ren c:\docs\1.txt 2.txt
C:\docs>dir /b
2.txt
We can also use ren (the short form of rename) for rename operations.  Both Ren and Rename refer to the same command.This command can be used to rename files or directories on all latest Windows .




5.Create a Logo Like Google.

If you are a fan of Google’s colorful logo then here’s a good new for you. Goglogo is a web service that allows you to make a logo with any name, and it will create a logo that will have exactly the same look as Google. It uses GIF files, one for each letter you type, and then arranges them to make the letters you typed. If you want to save the Logo, you can do that by taking a screen snapshot. 


LINK: Goglogo




6. Windows Update Cleanup Recovers Many Gigabytes of Your Hard Disk Space

  Windows 8.1 has an inbuilt feature that allows you to delete the Windows Update files, the security updates and the hotfixes. This is easily accessible through the Disk Cleanup feature in Windows 8.1. But Windows 7 had no such feature and you had to manually delete those files, which was not an easy task.

But Microsoft recently came up with an update for Windows 7 SP1 devices which adds this option. The update “KB 2852386″ is available from Windows Update or can be download from the Microsoft’s Knowledge Base. After the installation, go to your Windows installation drive, right-click on it and choose “Properties”. Then choose the “Disk Cleanup” option and there you will find a new item named “Windows Update Cleanup”. In my case there were 1.66 GBs of Windows Update files, that were taking up unnecessary space. To delete these files, you need to check this item and press the “OK” button.

NOTE: You will not be able to uninstall some of the updates you have currently installed on your machine. Since this is not required in most of the cases, you can use this safely. But don’t do it just after installing any update(s), because there may be some update you would like to uninstall.

7. How To Download YouTube Videos.

  You can download unlimited number of video using clip grab. Clip grab is a free and most trusted application used for downloading YouTube videos.  Also the downloading speed is superb and video quality is superfine. You can download the clip grab application from here. You just need to paste the video url of the video that you want to download, after that clip grab will download the video. Also watch our video tutorial to know how to use it. Clip Grab Download Page.



Hopefully this article will help you better manage all items in the window.
Wish you success.

Post a Comment

0 Comments