|
Post by justdriving on May 3, 2020 13:04:35 GMT -8
I Really need the Classic theme for my windows 10 laptop, but i don't want to download any 3rd party programs, any clue i can enable it by myself? (like using CMD)
Really appreciated.
|
|
|
Post by leet on May 3, 2020 16:34:13 GMT -8
|
|
|
Post by anixx on May 3, 2020 21:34:24 GMT -8
Or use "handle" utility (also from Microsoft).
|
|
|
Post by justdriving on May 4, 2020 0:07:15 GMT -8
Well I already have pre-installed power shell, I tried to make the trick with that guide but it did not worked, any other way?
|
|
|
Post by anixx on May 4, 2020 1:51:31 GMT -8
Well I already have pre-installed power shell, I tried to make the trick with that guide but it did not worked, any other way? You should install Power Shell 6.
|
|
|
Post by justdriving on May 4, 2020 3:20:36 GMT -8
Well I already have pre-installed power shell, I tried to make the trick with that guide but it did not worked, any other way? You should install Power Shell 6. As I typed before, I already have it installed.
|
|
|
Post by leet on May 4, 2020 3:25:33 GMT -8
You should install Power Shell 6. As I typed before, I already have it installed. No, you haven’t. You have the preinstalled version which is too shitty to do any advanced stuff. (PS2) You need the newer version (PS7), which you can download here: github.com/PowerShell/PowerShell/releases/tag/v7.0.0
|
|
|
Post by justdriving on May 4, 2020 4:21:17 GMT -8
As I typed before, I already have it installed. No, you haven’t. You have the preinstalled version which is too shitty to do any advanced stuff. (PS2) You need the newer version (PS7), which you can download here: github.com/PowerShell/PowerShell/releases/tag/v7.0.0Okay, I installed PowerShell 6, installed NtObjectManager, runned the command to enable it, but it shows me a red text that I don't know what I says, anything else I have to do??
|
|
|
Post by leet on May 4, 2020 4:30:29 GMT -8
Okay, I installed PowerShell 6, installed NtObjectManager, runned the command to enable it, but it shows me a red text that I don't know what I says, anything else I have to do?? Make sure to do it as admin.
|
|
|
Post by justdriving on May 4, 2020 4:35:00 GMT -8
Okay, I installed PowerShell 6, installed NtObjectManager, runned the command to enable it, but it shows me a red text that I don't know what I says, anything else I have to do?? Make sure to do it as admin. did that as well.
|
|
|
Post by leet on May 4, 2020 4:56:18 GMT -8
I can't help you without you actually telling me the error you got.
|
|
|
Post by justdriving on May 4, 2020 8:37:04 GMT -8
I can't help you without you actually telling me the error you got. I Get this error : At C:\Users\stath\OneDrive\Documents\PowerShell\Modules\NtObjectManager\1.1.27\NtObjectManager.psm1:2652 char:37 + ... ject($obj = Get-NtObject -Path $Path -TypeName $TypeName -Access $acc ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( : ) [Get-NtObject], TypeInitializationException + FullyQualifiedErrorId : System.TypeInitializationException,NtObjectManager.GetNtObjectCmdlet
|
|
|
Post by powerplayer on May 5, 2020 11:26:05 GMT -8
My guess is that the next windows version will include the stronger more updated powershell version. It will be released this month.
|
|
|
Post by leet on May 5, 2020 12:09:03 GMT -8
I can't help you without you actually telling me the error you got. I Get this error : At C:\Users\stath\OneDrive\Documents\PowerShell\Modules\NtObjectManager\1.1.27\NtObjectManager.psm1:2652 char:37 + ... ject($obj = Get-NtObject -Path $Path -TypeName $TypeName -Access $acc ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( : ) [Get-NtObject], TypeInitializationException + FullyQualifiedErrorId : System.TypeInitializationException,NtObjectManager.GetNtObjectCmdlet Are you sure it’s PS6?
|
|
|
Post by leet on May 5, 2020 12:10:15 GMT -8
My guess is that the next windows version will include the stronger more updated powershell version. It will be released this month. They probably will. It’s actually a good redemption from the failure of the first couple versions. Though it still takes 5 seconds to start a shell, which imo is unacceptable.
|
|
|
Post by leet on May 5, 2020 12:10:50 GMT -8
My guess is that the next windows version will include the stronger more updated powershell version. It will be released this month. They probably will. It’s actually a good redemption from the failure of the first couple versions. Though it still takes 5 seconds to start a shell, which imo is unacceptable.
|
|
|
Post by justdriving on May 9, 2020 11:21:17 GMT -8
I Get this error : At C:\Users\stath\OneDrive\Documents\PowerShell\Modules\NtObjectManager\1.1.27\NtObjectManager.psm1:2652 char:37 + ... ject($obj = Get-NtObject -Path $Path -TypeName $TypeName -Access $acc ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( : ) [Get-NtObject], TypeInitializationException + FullyQualifiedErrorId : System.TypeInitializationException,NtObjectManager.GetNtObjectCmdlet Are you sure it’s PS6? It is!!
|
|
|
Post by leet on May 9, 2020 13:51:59 GMT -8
I really don't know what's wrong, I'm a complete PS noob. I would really recommend you to use something like ClassicThemeTray. If you don't want it on your system tray all the time you can use the command line options in a batch script. It's so much smaller and more efficient than the PS6 route. It's actually safer then trusting random PS6 commands (Those can literally destroy your PC). Yes Windows Defender will be a douchebag but at least it works. If you don't trust it, just look at the source code!
EDIT:
|
|
|
Post by anixx on May 11, 2020 9:02:37 GMT -8
Is the background black or blue?
|
|
|
Post by anixx on May 11, 2020 9:08:54 GMT -8
You can also use the "handle" utility from Microsoft. 1. Download it here: docs.microsoft.com/en-us/sysinternals/downloads/handle2. Create a .bat file with either of these scripts: @echo off FOR /F "delims=^T" %%G IN ('Handle Theme') do set output=%%G FOR /F "tokens=6" %%G IN ('echo %output%') DO set handleid=%%G FOR /F "tokens=3" %%G IN ('echo %output%') DO set pid=%%G echo %handleid% echo %pid% Handle -c %handleid% -p %pid% -y or @ECHO OFF SETLOCAL ENABLEEXTENSIONS FOR /F "tokens=3,6 delims=: " %%A IN ('Handle Theme') DO ( ECHO handleid=%%B ECHO Pid=%%A Handle -c %%B -p %%A -y ) or @FOR /F "tokens=3,6 delims=: " %%A IN ('Handle Theme') DO Handle -c %%B -p %%A -y 3. Put it into the same directory as the utility. 4. Run it as admin.
|
|