Skip to main content

Questions tagged [windows-7]

For questions specific to Windows 7. Use [windows] instead for questions involving Windows in general.

2152 votes
3 answers
252k views

Why does Windows think that my wireless keyboard is a toaster?

I've inherited an old PC from my girlfriend's dad and when setting up the printer I got a bit of a surprise: Two questions spring to mind here: Why does Windows think my wireless keyboard is a ...
ydaetskcoR's user avatar
  • 11.8k
805 votes
31 answers
993k views

Is there a built-in checksum utility on Windows 7?

Is there a built-in checksum/hash utility on Windows 7?
user64996's user avatar
  • 8,407
799 votes
8 answers
2.6m views

How can I display the contents of an environment variable from the command prompt in Windows 7?

In Windows 7, when I start the Command prompt, is there any command to display the contents of an environment variable (such as the JAVA_HOME or PATH variables)? I have tried with echo $PATH, echo ...
Jonas's user avatar
  • 27.9k
562 votes
13 answers
3.3m views

Windows 7 SP1 Windows Update stuck checking for updates

I installed Windows 7 fresh and installed SP1. Now, when I try to check manually for Windows Updates it just hangs on the Checking for updates screen. I tried running the tools in How do I reset ...
Mikey A. Leonetti's user avatar
424 votes
13 answers
520k views

How can I delete a symbolic link in Windows?

I created a symlink using mklink. Now I need to change it but I can't figure out how to delete it so I can recreate it correctly.
Ben V's user avatar
  • 4,412
378 votes
14 answers
598k views

How do I find the location of an executable in Windows?

I remembered that I used a tool called as where to find locations for any executable programs like this in a console: C:\Tmp\Where myTool.exe C:\Program Files\MyApp\myTools.exe .... Now I cannot ...
David.Chu.ca's user avatar
  • 5,215
348 votes
7 answers
1.4m views

Why does virtualbox only have 32-bit option, no 64-bit option on Windows 7?

I have downloaded and installed the newest virtualbox 4.3.20 for my Windows 7 (64-bit OS), but when I want to install 64-bit Linux, the New->Create Virtual Machine only displays 32-bit option, no 64-...
Nan Xiao's user avatar
  • 4,123
326 votes
11 answers
323k views

Menu select item stuck on screen after context or command menu has closed

Periodically when I select a menu command, the label or selected option gets "stuck" on screen and won't go away. I can close all open applications, including whichever one I was using when it got ...
Sam Harwell's user avatar
  • 6,842
326 votes
7 answers
263k views

How to pin either a Shortcut or a Batch file to the new Windows 7, 8 and 10 Taskbar and start menu?

We are having trouble adding our batch scripts to the Windows 7, 8 or 10 taskbar or start menu. Our batchfiles take some arguments and just execute other application based on those arguments . To ...
Shaharyar's user avatar
  • 3,611
309 votes
9 answers
397k views

Inverting direction of mouse scroll wheel

Is there a way to make a mouse scroll wheel invert its direction? I'd like to scroll upwards and have that action scroll downwards and vice-versa. There is no setting on the Mouse control panel that ...
Christian Correa's user avatar
301 votes
27 answers
118k views

How to mess up a PC running Windows 7? [closed]

Ok, so for my PC class I have to find 3 hacks that would mess up the lab's PC. Me and my partner are going to mess up the PC and then another team will try to fix it. The system on it is Windows 7. ...
297 votes
9 answers
305k views

My windows keyboard is being "clever" with the quote keys - how can I stop it?

I'm using windows 7 on a laptop. On the laptop keyboard, for some reason, the quote key (which has both double and single quote on it) is doing some "clever" annoying things: When I press single-...
Marcin's user avatar
  • 3,245
286 votes
14 answers
700k views

Grep equivalent for Windows 7?

Is there a command prompt grep equivalent for Windows 7? That is, I want to filter out the results of a command: Bash use: ls | grep root What would it be from a Windows command prompt?
chrisjlee's user avatar
  • 4,010
286 votes
10 answers
259k views

How to get SVG thumbnails in Windows Explorer?

I can open them in browser just OK, but how can I have thumbnails in the Windows Explorer? Edit: I installed Renesis Player as suggested by this answer, but it does not work for me, probably because ...
zbstof's user avatar
  • 3,601
262 votes
12 answers
1.2m views

How do I get different background images on my dual monitors?

Is there a way to set two different background pictures for my two monitors in Windows 7? By default the same background picture is used for both displays. I am looking for a solution without ...
balint's user avatar
  • 2,803
253 votes
13 answers
832k views

How to search inside files on Windows 7?

In Windows XP we can search for files that contain a defined keyword (inside all files types). Windows 7 can look inside files for a keyword, but only for text files. (*.doc, *.txt, *.inf, ...), not (...
user avatar
247 votes
11 answers
1.1m views

Kill a process which says "Access denied"

I have a process that I can't kill with either Task Manager or Process Explorer - I get the error "Access denied". The process isn't a Windows executable. How can I kill it? Is there some tool I ...
Tony_Henrich's user avatar
  • 11.9k
228 votes
6 answers
155k views

How to control Windows 7 snap feature with two monitors?

There is an Aero Snap feature in Windows 7. However, it seems to not work when dragging a window to the edge that is adjoined to the second monitor. How to make it work properly? Maybe some regedit ...
Kirill V. Lyadvinsky's user avatar
216 votes
2 answers
6k views

How do I reset the time on my computer without turning it on?

Alright, so today, I did something very stupid: Do an experiment on my computer without backing it up. So I saw that the calendar in Windows could only go up to 12/31/2999 (or something like that). ...
Jon's user avatar
  • 9,325
213 votes
9 answers
515k views

Change default code page of Windows console to UTF-8

Currently I'm running Windows 7 x64 and usually I want all console tools to work with UTF-8 rather than with default code page 850. Running chcp 65001 in the command prompt prior to use of any tools ...
Regent's user avatar
  • 2,436
212 votes
15 answers
701k views

Can't delete folder and I am admin. "You need permission to perform this action. You require permission from..."

I can't delete a certain folder in Windows 7. It's not a system folder. It was created by an app. I get an error message "You need permission to perform this action. You require permission from Tony......
Tony_Henrich's user avatar
  • 11.9k
207 votes
7 answers
309k views

Where can I download Windows 7 (legally from Microsoft)?

I just bought a serial for Windows 7 on-line from the Microsoft store (the most painful shopping experience EVER!). I selected that I wanted to download my version of Windows 7 after purchase. After ...
Luke's user avatar
  • 2,649
205 votes
8 answers
206k views

Where should the .vimrc file be located on Windows 7?

I recently installed vim on Windows 7 as a stand-alone binary. Where should I put my .vimrc file?
AJ.'s user avatar
  • 4,039
199 votes
2 answers
318k views

How to stop Microsoft from gathering telemetry data from Windows 7, 8, and 8.1

Some of the update patches pushed to Windows 7, 8, and 8.1 during this year seem to be solely for the purpose of gather data from a user's system. Is there a way to disable the telemetry through ...
x457812's user avatar
  • 2,349
189 votes
8 answers
1.2m views

Is it safe to delete AppData\Local\Temp?

I seem to have a lot of junk files in %LOCALAPPDATA%\Temp (also accessible via environment variables %TEMP% and %TMP%). Is it safe to delete these? Also, is it safe to delete the Temp folder in the ...
agz's user avatar
  • 8,328
189 votes
16 answers
424k views

How can I stop windows re-positioning after waking from sleep?

I put my multi-monitor system to sleep when it's not in use. After I wake it up, all windows are repositioned to a different screen. The closest pattern I can think of is that the windows there were ...
Kingamoon's user avatar
  • 2,133
181 votes
11 answers
561k views

How to download favicon from website?

When you browse a website, the "favicon" icon shows up in the tab or next to the URL (or next to the bookmark). If I want that graphic, is there a way to download it directly from the site? I'd ...
Robert Cartaino's user avatar
176 votes
17 answers
292k views

What can I do if I forgot my Windows password?

I got a brand new Windows 7 machine, installed the operating system, created one account and forgot its password. What can I do? There is no external CD, the operating system is loaded from somewhere ...
flybywire's user avatar
  • 4,090
175 votes
14 answers
685k views

How can I find out what motherboard is in my computer?

I want to find out the exact model of my computer's motherboard so that I can see what sort of memory chip, graphics cards and other components it supports. I'm using Windows 7 Ultimate 64-bit.
Assaf Lavie's user avatar
  • 2,022
167 votes
6 answers
118k views

Notepad++ is unable to load langs.xml, why?

Whenever I open NotePad++ the following error message appears: --------------------------- Configurator --------------------------- Load langs.xml failed! --------------------------- ...

15 30 50 per page
1
2 3 4 5
1573