mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-13 03:09:10 +08:00
Quiet the function output of useless information
This commit is contained in:
parent
49cc35bccf
commit
2d812f1d02
@ -79,7 +79,7 @@ function Register-Cmder(){
|
|||||||
)
|
)
|
||||||
Begin
|
Begin
|
||||||
{
|
{
|
||||||
New-PSDrive -Name HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT
|
New-PSDrive -Name HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT > $null
|
||||||
}
|
}
|
||||||
Process
|
Process
|
||||||
{
|
{
|
||||||
@ -98,7 +98,7 @@ function Register-Cmder(){
|
|||||||
function Unregister-Cmder{
|
function Unregister-Cmder{
|
||||||
Begin
|
Begin
|
||||||
{
|
{
|
||||||
New-PSDrive -Name HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT
|
New-PSDrive -Name HKCR -PSProvider Registry -Root HKEY_CLASSES_ROOT > $null
|
||||||
}
|
}
|
||||||
Process
|
Process
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user