-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from windowslogic/master
Added ability to add application to Startup folder.
- Loading branch information
Showing
8 changed files
with
76 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# SHitSHell | ||
The worst Windows """shell replacement""" ever. | ||
The worst Windows "shell replacement" ever. | ||
# Downloads | ||
Downloads in the [Releases tab.](https://github.com/Noxyntious/SHitSHell/releases) | ||
# Using | ||
Just double click the exe file. I hope you know how to do that. | ||
# Does it suck? | ||
yes. | ||
Less. | ||
# What programming language is this thing made in? | ||
mmm tasty vb.net mmmmmmm | ||
mmm tasty vb.net mmmmmmm / Getting better... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# SHitSHell | ||
The worst Windows """shell replacement""" ever. | ||
# Downloads | ||
Downloads in the [Releases tab.](https://github.com/Noxyntious/SHitSHell/releases) | ||
# Using | ||
Just double click the exe file. I hope you know how to do that. | ||
# Does it suck? | ||
yes. | ||
# What programming language is this thing made in? | ||
mmm tasty vb.net mmmmmmm |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<MySubMain>true</MySubMain> | ||
<MainForm>Form1</MainForm> | ||
<MainForm>SHitSHell</MainForm> | ||
<SingleInstance>false</SingleInstance> | ||
<ShutdownMode>0</ShutdownMode> | ||
<EnableVisualStyles>true</EnableVisualStyles> | ||
<AuthenticationMode>0</AuthenticationMode> | ||
<ApplicationType>0</ApplicationType> | ||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit> | ||
</MyApplicationData> | ||
</MyApplicationData> |
14 changes: 7 additions & 7 deletions
14
SHitSHell/Form1.Designer.vb → SHitSHell/SHitSHell.Designer.vb
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters