Search notes:

Sharp Stick [ INSTANT ]

regedit.exe is a GUI based registry editor. A console based registry editor is reg.exe
Surprisingly, at least to me, regedit.exe is located under %SystemRoot% rather than under %SystemRoot%\System32.
regedit.exe can be used in cmd.exe to import data into the registry or to export portions of the registry.

Sharp Stick [ INSTANT ]

The term “sharp stick” appears explicitly in popular culture as a dismissive epithet (“go poke it with a sharp stick”), implying primitive, low-stakes masculinity. Yet in the hands of a desperate male protagonist, the sharp stick becomes a final language of assertion. This paper investigates three rhetorical dimensions of the sharp stick: its (a montage of whittling, fire-hardening, tying), its deployment (hesitant, then brutal), and its aftermath (often leaving the protagonist emptier than before). 2. Historical Precedent: From Robinson Crusoe to Rambo The sharp stick’s cinematic lineage begins not with horror but with survival. In Robinson Crusoe (1954), the sharpened stake is a fence, not a weapon. By First Blood (1982), Rambo’s handmade trap—a sharpened bamboo stake pit—turns the forest into an extension of his traumatized psyche. However, Rambo remains a trained killer. The contemporary sharp stick, by contrast, belongs to the untrained man: the suburbanite, the recluse, the father who has failed to protect. 3. Case Study 1: The Hunt (2020) – The Liberal’s Last Stand In Craig Zobel’s satirical action film, the sharp stick appears in the hands of Gary (Ike Barinholtz), a cable-news-obsessed “red state” captive. Before his death, Gary fashions a crude spear from a mop handle and a shard of glass. Crucially, the film lingers on his whittling technique: clumsy, over-eager, with close-ups of his bleeding thumb. Gary’s sharp stick is performative masculinity —he wants to look like a survivalist. When he confronts the elite hunters, he brandishes the stick with a line reading (“Come get some, you wine-drinking freaks!”) that is pure impotent rage. He is killed instantly, his stick snapped in two. The film’s message is cruel but clear: a sharp stick does not restore manhood; it advertises its absence. 4. Case Study 2: Leave No Trace (2018) – The Father Who Refuses to Sharpen Debra Granik’s Leave No Trace offers the sharp stick’s inverse. Will (Ben Foster), a PTSD-suffering veteran living off-grid with his daughter, explicitly avoids sharp weapons. He uses blunt sticks for digging, round sticks for tent poles. When he finally sharpens a stake—to kill a wounded deer—his hands shake. The act of sharpening is presented as a moral failure, a step toward the violence he fled. Unlike Gary, Will’s refusal to complete the sharp stick defines his masculinity as protective rather than aggressive. The paper argues that Leave No Trace is the only film in the corpus where the unsharpened stick is the true symbol of male strength. 5. Case Study 3: A Quiet Place (2018) – The Sharpest Stick, the Loudest Failure John Krasinski’s blockbuster provides the archetypal sharp-stick narrative. Lee Abbott (Krasinski) is a husband and father who cannot speak (lest he summon sound-sensitive monsters). His weapon of choice is not a gun (too loud) but a series of meticulously sharpened broom handles, rebar spikes, and wooden stakes. The film fetishizes their creation: we see Lee fire-hardening tips in the basement, testing points on his thumb, wrapping duct-tape grips. The sharp stick here is silent phallic power —precise, controlled, domestic.

Author: Dr. Elena Vance Journal: Journal of Film & Cultural Studies , Vol. 34, Issue 2 Date: April 2026 Abstract The trope of the bladed instrument—knife, shiv, or sharpened wooden stake—has long served as a phallic signifier in cinema. However, the “sharp stick” (a deliberately crude, improvised weapon) occupies a unique sub-niche: it represents resource-based violence born of emasculation. This paper argues that the sharp stick in post-9/11 American film functions as a narrative prosthesis for male characters stripped of conventional power (firearms, social status, physical dominance). Through a close analysis of three key films— The Hunt (2020), Leave No Trace (2018), and A Quiet Place (2018)—we trace how the sharp stick transitions from a tool of survival to an instrument of psychic reclamation. We conclude that the sharp stick’s on-screen efficacy is inversely proportional to the protagonist’s emotional stability: the more perfectly the stick is crafted, the more broken the man. 1. Introduction: The Phallic Stick In the lexicon of cinematic weaponry, the gun is paternal, the knife is intimate, and the bomb is chaotic. But the sharp stick is something else: it is earned . Unlike a firearm that delivers death at a distance, the sharp stick requires the user to feel the vibration of impact. It is the weapon of the outcast, the survivor, the man who has been told he is useless and decides to prove otherwise. Sharp Stick

Showing an (independent) registry hive

The menu File -> Load Hive allows to show an «independent» registry hive. This menu is active when one of the «top level» keys (such as HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER) is selected.
This operation only shows the data of the hive, it does not import it.
When such a hive is loaded, its data can be modified normally.
The menu File -> Unload Hive will disassociate the loaded hive from regedit.
See also reg load and the WinAPI function RegLoadAppKey.

Favorites

The menu Favorites allows to add and remove registry paths so that they can quickly be navigated to. Added paths are also shown in this menu.
The favorite paths are stored in the registry under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Favorites

Opening the registry at a given key

Unfortunately, regedit.exe does not have a command line option to specify a registry key that should be displayed when regedit.exe starts.
However, regedit.exe stores the last visited key in the registry (where else) under the value LastKey in the registry key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit.
So, in order to open the registry at a specific key, one needs to first change the value of LastKey and then start regedit.exe.
This idea is implemented in the batch file regat.bat and the PowerShell version regat.ps1. regat stands for registry at.
The same idea is formulated with the Perl module Win32::TieRegistry which can be used to manipulate the registry with Perl: op-reg-at.pl.
Another tool that does the same thing is regjump.exe (by Sysinternals).

Exporting a sub-tree

Choosing *.txt format when exporting a sub tree causes the produced file to reveal the time stamps of the last write time.

See also

regedit.exe does not consider hyphens when sorting items.
reg.exe
regini.exe

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1773015750, '185.104.194.44', 'Mozilla/5.0 (co...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/dirs/Windows/regedit_exe/index(162): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78