Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
502c25e9
Commit
502c25e9
authored
Jun 14, 2020
by
Snawoot
Committed by
GitHub
Jun 14, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #277 from Snawoot/link_fixes
skip_sig_check: add page for IPFS mirror
parents
16684b6f
0c1e7f60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
203 additions
and
0 deletions
+203
-0
win/skip_sig_check/index.html
win/skip_sig_check/index.html
+203
-0
No files found.
win/skip_sig_check/index.html
0 → 100644
View file @
502c25e9
<html>
<head>
<title></title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
</head>
<body>
<div
id=
'content'
>
<p>
Registry values to bypass DLL signature check in Nvidia streaming software for Windows.
</p>
<p>
Instructions:
</p>
<ol>
<li><a
download=
"skip_sig_check.reg"
href=
"data:application/octet-stream;base64,//5XAGkAbgBkAG8AdwBzACAAUgBlAGcAaQBzAHQAcgB5ACAARQBkAGkAdABvAHIAIABWAGUAcgBzAGkAbwBuACAANQAuADAAMAANAAoADQAKAFsASABLAEUAWQBfAEwATwBDAEEATABfAE0AQQBDAEgASQBOAEUAXABTAE8ARgBUAFcAQQBSAEUAXABOAFYASQBEAEkAQQAgAEMAbwByAHAAbwByAGEAdABpAG8AbgBcAEcAbABvAGIAYQBsAF0ADQAKACIAewA0ADEARgBDAEMANgAwADgALQA4ADQAOQA2AC0ANABEAEUARgAtAEIANAAzAEUALQA3AEQAOQBCAEQANgA3ADUAQQA2AEYARgB9ACIAPQBkAHcAbwByAGQAOgAwADAAMAAwADAAMAAwADEADQAKAA0ACgBbAEgASwBFAFkAXwBMAE8AQwBBAEwAXwBNAEEAQwBIAEkATgBFAFwAUwBZAFMAVABFAE0AXABDAG8AbgB0AHIAbwBsAFMAZQB0ADAAMAAxAFwAUwBlAHIAdgBpAGMAZQBzAFwAbgB2AGwAZABkAG0AawBtAF0ADQAKACIAewA0ADEARgBDAEMANgAwADgALQA4ADQAOQA2AC0ANABEAEUARgAtAEIANAAzAEUALQA3AEQAOQBCAEQANgA3ADUAQQA2AEYARgB9ACIAPQBkAHcAbwByAGQAOgAwADAAMAAwADAAMAAwADEADQAKAA0ACgA="
>
Download
</a>
registry file.
</li>
<li>
Apply (merge) file. Double click on downloaded file and confirm.
</li>
</ol>
</div>
<style
type=
'text/css'
>body
{
font
:
400
16px
/
1.5
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
color
:
#111
;
background-color
:
#fdfdfd
;
-webkit-text-size-adjust
:
100%
;
-webkit-font-feature-settings
:
"kern"
1
;
-moz-font-feature-settings
:
"kern"
1
;
-o-font-feature-settings
:
"kern"
1
;
font-feature-settings
:
"kern"
1
;
font-kerning
:
normal
;
padding
:
30px
;
}
@media
only
screen
and
(
max-width
:
600px
)
{
body
{
padding
:
5px
;
}
body
>
#content
{
padding
:
0px
20px
20px
20px
!important
;
}
}
body
>
#content
{
margin
:
0px
;
max-width
:
900px
;
border
:
1px
solid
#e1e4e8
;
padding
:
10px
40px
;
padding-bottom
:
20px
;
border-radius
:
2px
;
margin-left
:
auto
;
margin-right
:
auto
;
}
hr
{
color
:
#bbb
;
background-color
:
#bbb
;
height
:
1px
;
flex
:
0
1
auto
;
margin
:
1em
0
;
padding
:
0
;
border
:
none
;
}
/**
* Links
*/
a
{
color
:
#0366d6
;
text-decoration
:
none
;
}
a
:visited
{
color
:
#0366d6
;
}
a
:hover
{
color
:
#0366d6
;
text-decoration
:
underline
;
}
pre
{
background-color
:
#f6f8fa
;
border-radius
:
3px
;
font-size
:
85%
;
line-height
:
1.45
;
overflow
:
auto
;
padding
:
16px
;
}
/**
* Code blocks
*/
code
{
background-color
:
rgba
(
27
,
31
,
35
,
.05
);
border-radius
:
3px
;
font-size
:
85%
;
margin
:
0
;
word-wrap
:
break-word
;
padding
:
.2em
.4em
;
font-family
:
SFMono-Regular
,
Consolas
,
Liberation
Mono
,
Menlo
,
Courier
,
monospace
;
}
pre
>
code
{
background-color
:
transparent
;
border
:
0
;
display
:
inline
;
line-height
:
inherit
;
margin
:
0
;
overflow
:
visible
;
padding
:
0
;
word-wrap
:
normal
;
font-size
:
100%
;
}
/**
* Blockquotes
*/
blockquote
{
margin-left
:
30px
;
margin-top
:
0px
;
margin-bottom
:
16px
;
border-left-width
:
3px
;
padding
:
0
1em
;
color
:
#828282
;
border-left
:
4px
solid
#e8e8e8
;
padding-left
:
15px
;
font-size
:
18px
;
letter-spacing
:
-1px
;
font-style
:
italic
;
}
blockquote
*
{
font-style
:
normal
!important
;
letter-spacing
:
0
;
color
:
#6a737d
!important
;
}
/**
* Tables
*/
table
{
border-spacing
:
2px
;
display
:
block
;
font-size
:
14px
;
overflow
:
auto
;
width
:
100%
;
margin-bottom
:
16px
;
border-spacing
:
0
;
border-collapse
:
collapse
;
}
td
{
padding
:
6px
13px
;
border
:
1px
solid
#dfe2e5
;
}
th
{
font-weight
:
600
;
padding
:
6px
13px
;
border
:
1px
solid
#dfe2e5
;
}
tr
{
background-color
:
#fff
;
border-top
:
1px
solid
#c6cbd1
;
}
table
tr
:nth-child
(
2n
)
{
background-color
:
#f6f8fa
;
}
/**
* Others
*/
img
{
max-width
:
100%
;
}
p
{
line-height
:
24px
;
font-weight
:
400
;
font-size
:
16px
;
color
:
#24292e
;
}
ul
{
margin-top
:
0
;
}
li
{
color
:
#24292e
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
1.5
;
}
li
+
li
{
margin-top
:
0.25em
;
}
*
{
font-family
:
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Helvetica
,
Arial
,
sans-serif
,
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
;
color
:
#24292e
;
}
a
:visited
{
color
:
#0366d6
;
}
h1
,
h2
,
h3
{
border-bottom
:
1px
solid
#eaecef
;
color
:
#111
;
/* Darker */
}
</style>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment