Questions tagged [windows-shell]

The graphical user interface for the Microsoft Windows operating system (including the desktop, taskbar, Smart menu, task switcher, Autoplay feature and many other not readily identifiable elements) hosted by Windows Explorer, and also a namespace that enables computer programs running on Windows to access the computer's resources via the hierarchy of shell objects

The Windows shell is the graphical user interface for the Microsoft Windows operating system. Its readily identifiable elements consists of the desktop, the taskbar, the Smart menu, the task switcher and the Autoplay feature. On some versions of Windows, it also includes Flip 3D and the charms. However, the Windows shell also implements a shell namespace that enables computer programs running on Windows to access the computer's resources via the hierarchy of shell objects. "Desktop" is the top object of the hierarchy; below it there are a number of files and folders stored on the disk, as well as a number of special folders whose contents are either virtual or dynamically created. Recycle Bin, Libraries, Control Panel, This PC and Network are examples of such shell objects.

The Windows shell, as known today, is an evolution of what is started with Windows 95, released in 1995. It is intimately identified with File Explorer, a Windows component that can browse the whole shell namespace.

https://en.wikipedia.org/wiki/Windows_shell

26 questions
38
votes
6 answers

ConEmu: disable bell

I'm really appreciating conemu as an alternative windows shell, but the alert bell sound is driving me crazy! (I wear earbuds and that sound goes right through me..) Is there are an option to disable the bell alert noise (or switch for a screen…
danodonovan
  • 503
  • 1
  • 4
  • 8
10
votes
2 answers

Is there a reference for the full list of Windows 10 'Shell Icon' numbers?

I'm looking for a reference that lists the possible entries under the registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons Entries under this registry key override the default icon used for various…
Rasberry
  • 343
  • 1
  • 4
  • 9
5
votes
2 answers

Connect Linux server via Windows CMD

As we know, we can connect to a Linux server on a Linux or Unix system by typing "SSH username@domain.name.whatever". But it seems like we cannot do things like this by Windows Command Prompt. I mean we cannot connect to a Linux shell by a simple…
Allan Jiang
  • 173
  • 1
  • 1
  • 6
5
votes
2 answers

Command Prompt - Shell, Terminal, Console?

I know that cmd.exe is a console program. When you run that program, it opens your standard black and white rectangular window. Within that window, there is the Command Line Interpreter denoted by > (this is $ in *NIX systems). So if cmd.exe ==…
pstatix
  • 225
  • 1
  • 3
  • 12
4
votes
2 answers

Windows 7 "sunny" network icon

In Windows 7, I sometimes see this "sun" icon overlay in the networking tray icon: What does it mean? Bonus points: cite docs.
Mike Clark
  • 347
  • 3
  • 13
3
votes
4 answers

How to change the icon of html files?

Windows (at least XP and Vista, I haven't tried 7) refuses to honor my setting of the icon to show for html files. It insist in showing the paper sheet with the IE logo on it. On XP I changed the icon through Folder options > File Types and for…
GetFree
  • 3,040
  • 10
  • 40
  • 47
3
votes
3 answers

File extension shell verbs don't show up in Windows 10 context menus

Shell verbs for the .AHK extension: Don't show up in Explorer context menus Don't work when launching the process programmatically I've confirmed that: They're in the correct registry key .ahk is set to use that registry key
2
votes
1 answer

How to print files with the name of current directory instead of full path

dir /b /s This prints: D:\stuff\tmp>dir /b…
as jak
  • 21
  • 2
1
vote
1 answer

Slow to show Open / Save File Dialog in Windows with mapped Network Drives

The issue is that if you have one or more mapped network drives and have not accessed them "recently" within your logon session, your first attempt to show Open/Save File dialog in ANY program will be slow, taking ~ 15-20 seconds. I am aware of…
Fit Nerd
  • 507
  • 1
  • 5
  • 17
1
vote
1 answer

How to use custom shell on windows 7 when connected remotely via thin client

We have a Win 7 PC that runs software within a custom shell. This shell blocks users from the operating system depending on who is logged in. When no one is logged on, the OS is inaccessible. This works fine when working locally, but when connected…
redned
  • 111
  • 1
1
vote
1 answer

Changing location of the Links folder

I am setting up a small network and i am stuck at rerouting the Links folder on Windows 7. What i am trying to accomplish is to keep some particular directories stored on a server and all client computers will actually link to those folders, one of…
Dany Khalife
  • 187
  • 3
  • 13
1
vote
2 answers

Is there an equivalent of the unix 'look' command on Windows?

I'm looking for an equivalent of the unix look command, which searches a text file for lines beginning with a given prefix. In particular, it has an option for a binary search within a pre-sorted text file. Does anything like this exist on Windows?…
Timothy Jones
  • 349
  • 1
  • 2
  • 7
1
vote
0 answers

Strange behavior when changing default shell, and setting explorer.exe as winlogon shell for specific user

I use a custom logon shell on a machine (windows 7) for security reasons - which works fine by altering HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\shell. However, I also want that the administrator will still be able to…
Ophir Yoktan
  • 240
  • 4
  • 14
1
vote
1 answer

Mechanism of Windows UAC Shield/Buckler appendage on .exe files

I have written a simple program. Recently I found that when giving it a name including update as its substring (case insensitive), the file automatically gets a Windows shield/buckler on it in Windows Explorer. In the following image, all files are…
1
vote
1 answer

Always show the keyboard in windows 10 (tablet) when no explorer is loaded

We have an application that need some key instructions, but does not have a text field (like an old console application). Since the "tablet" keyboard in windows 10 only appears, when the cursor is staying in a text field, this does not…
1
2