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

27 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…
16
votes
4 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
  • 453
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
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
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
  • 245
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.
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,230
2
votes
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
  • 547
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
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
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…
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?…
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
  • 1
  • 4
  • 14
1
vote
0 answers

How to start the Windows shell/desktop (explorer.exe) if the computer has been started with a custom "Winlogon" shell (different than explorer.exe)?

For a kiosk application, I need to not start the Windows desktop/start menu on boot, but rather, a custom application instead. I set HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell to c:\myapp\myapp.exe and it…
Basj
  • 2,143
1
vote
0 answers

How can I connect to my SSH on DigitalOcean droplet? permission denied. (git bash Windows)

How can I connect to my droplet in DigitalOcean using the openssh to be able to install my SSL Certificate, I've already added my SSH key to the droplet and my fingerprint is there, but each time I try to connect to the user using ssh root@(IP) I…
1
2