Open run command with Win + R and paste rundll32 sysdm.cpl,EditEnvironmentVariables
Click ok to edit system variables.
This page is a random collection of notes addressed to myself. Nothing here is intended as a guide per say, however i have posted them hoping that it may help someone. In this blog I tell about Windows. Everything in this blog can be copied or edited GNU General Public License (version 2 or newer) http://www.gnu.org/licenses/gpl.html
tiistai 5. toukokuuta 2015
maanantai 30. joulukuuta 2013
How To Delete a user profile on a Windows 7 machine that is part of a domain
If you ever need to delete the local user profile from a Windows computer which belongs to a domain here is how to.
1. Right click your computer and select properties.
2. From properties window select from the left side "Advanced system settings"
3. Go to Advanced tab and select settings for user profiles
There you can delete local user profiles. You will need administrative privileges to do this.
If user is greyed out (You cant delete user) you need to go to C:/Users and give access to the user folder before you can delete it. Just simply double click the folder that has lock on it and it will ask password for permissions. After this your user should not be greyed out.
1. Right click your computer and select properties.
2. From properties window select from the left side "Advanced system settings"
3. Go to Advanced tab and select settings for user profiles
There you can delete local user profiles. You will need administrative privileges to do this.
If user is greyed out (You cant delete user) you need to go to C:/Users and give access to the user folder before you can delete it. Just simply double click the folder that has lock on it and it will ask password for permissions. After this your user should not be greyed out.
tiistai 5. marraskuuta 2013
How To Kill Processes using Command Prompt in Windows 7 | 8
If your task manager says process canno't be killed or its just stuck, you can always kill a process with command line. Open your command prompt by typing CMD to windows application seachbar and running it as administrator. In CMD type: tasklist
To kill any particular process use the Taskkill command. /F is used to kill the process forcefully. To kill any process using it’s ID, run this command:
Taskkill /PID 2704 /F
To kill any particular process use the Taskkill command. /F is used to kill the process forcefully. To kill any process using it’s ID, run this command:
Taskkill /PID 2704 /F
Change the PID number to the corresponding from the tasklist command. Thats it.
tiistai 29. lokakuuta 2013
How To Turn On Telnet Windows 7
Need to use Telnet ? Its under Windows features disabled by default.
Open Control Panel and Turn on or turn off Windows features
Select Telnet Client and OK.
Now its business as usual. Open your CMD prompt and type telnet.
Open Control Panel and Turn on or turn off Windows features
Select Telnet Client and OK.
Now its business as usual. Open your CMD prompt and type telnet.
keskiviikko 25. syyskuuta 2013
Duplicate IP adresses
If your windows computer complains that two or multiple computers in the same network has same IP address you can use ipconfig to release and renew the address.
Open your CMD window
Release your current IP
ipconfig /release
Get new IP
ipconfig /renew
You can also set the IP manually from network options: Control Panel\Network and Internet\Network Connections
(if you have problems in local area network for example during lan party or something.)
Select Local Area Connection or Wireless depending which one you want to set up. Then in most cases select Ipv4 and change to "use the following IP" You can look your router settings from CMD window with
ipconfig /all
This shows information about your network.
Open your CMD window
Release your current IP
ipconfig /release
Get new IP
ipconfig /renew
You can also set the IP manually from network options: Control Panel\Network and Internet\Network Connections
(if you have problems in local area network for example during lan party or something.)
Select Local Area Connection or Wireless depending which one you want to set up. Then in most cases select Ipv4 and change to "use the following IP" You can look your router settings from CMD window with
ipconfig /all
This shows information about your network.
sunnuntai 8. syyskuuta 2013
WAMP - Windows Apache MySQL PHP
Want to host your own websites ? Or just want to develope your websites with Windows ? WAMP is the answer for it. WAMP, Windows, Apache MySQL, PHP. All these tools you may need for web-developing comes in a single package.
Go to http://www.wampserver.com/en/ and download either 32bit or 64bit version depending on your system.
Install it like any other windows executable. When installation is completed open WAMP from shortcut. Now it's on. Click the small arrow from the bottom of your screen and you will see WAMP icon.
Left click it and it will open the WAMP menu.
Go to http://www.wampserver.com/en/ and download either 32bit or 64bit version depending on your system.
Install it like any other windows executable. When installation is completed open WAMP from shortcut. Now it's on. Click the small arrow from the bottom of your screen and you will see WAMP icon.
Left click it and it will open the WAMP menu.
Click Start All Services and it should be running. If you would like to host your pages online you could click Put Online but you should also open some ports from your router and in this blog we are not going to look how that is done.
Now open your web-browser and type "localhost" it should show you the WAMP index page!
If you see this, it means you are ready to host pages or use databases.
To acces phpmyadmin simply type into your browser http://localhost/phpmyadmin
Click "www directory" from WAMP menu, this is the folder where you put your pages. For example create new folder "test" and index.html inside it
Then point your browser to http://localhost/test/index.html and your page should show. If you want to start developing php, just change the .html to .php and look how your page looks from browser.
keskiviikko 4. syyskuuta 2013
Windows 7 How To Shrink Volume. Split your hard drive with windows tools.
If you want to split your hard drive, for example if you want to install multiple operating systems, like Windows and Linux, or Windows 7 and Windows 8 you can split your hard drive before installing the operating system. Of course you could split the hard drive during operating system installation but this is useful to know anyway.
1. Right click computer from start menu and select manage
4. Select how much you want to shrink it.
5. Then you see new unallocated space. This is not used by the computer unless you format it. Right click unallocated space and select format. Pick a name and letter for the drive. That's it.
1. Right click computer from start menu and select manage
2. Then select disk managementand you will see all the drives / partitions installed in your computer.
3. For example if your main drive is C: right click it and select shrink volume.
5. Then you see new unallocated space. This is not used by the computer unless you format it. Right click unallocated space and select format. Pick a name and letter for the drive. That's it.
Tilaa:
Blogitekstit (Atom)




