Dmitry Nefedov 9 months ago
parent
commit
2137de5a96
  1. 8
      src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
  2. 8
      src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1
  3. 8
      src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1
  4. 8
      src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1
  5. 8
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  6. 8
      src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

8
src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

@ -7530,7 +7530,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -7570,7 +7570,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -7610,7 +7610,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -7650,7 +7650,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog

8
src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1

@ -6170,7 +6170,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -6210,7 +6210,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -6250,7 +6250,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -6290,7 +6290,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog

8
src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1

@ -6556,7 +6556,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -6596,7 +6596,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -6636,7 +6636,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -6676,7 +6676,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog

8
src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

@ -7535,7 +7535,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -7575,7 +7575,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -7615,7 +7615,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -7655,7 +7655,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog

8
src/Sophia_Script_for_Windows_11/Module/Sophia.psm1

@ -7439,7 +7439,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -7479,7 +7479,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -7519,7 +7519,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -7559,7 +7559,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog

8
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

@ -7441,7 +7441,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -7481,7 +7481,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -7521,7 +7521,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog
@ -7561,7 +7561,7 @@ public extern static int SHSetKnownFolderPath(ref Guid folderId, uint flags, Int
switch ($Choice)
{
$Browser
$Browse
{
Add-Type -AssemblyName System.Windows.Forms
$FolderBrowserDialog = New-Object -TypeName System.Windows.Forms.FolderBrowserDialog

Loading…
Cancel
Save