Giter VIP home page Giter VIP logo

Comments (12)

SunsetTechuila avatar SunsetTechuila commented on May 30, 2024 1

fixed by 7099065

from cursor-colors-synchronizer.

SunsetTechuila avatar SunsetTechuila commented on May 30, 2024 1

After running the uninstaller, this appears in PowerShell:

fixed by e65c080

from cursor-colors-synchronizer.

SunsetTechuila avatar SunsetTechuila commented on May 30, 2024

Hello!

First of all thanks for CCS, I like this repo and have it in my favorites.

Nice to hear

stays on the screen for more than 60 seconds, then closes on its own

This is not expected behavior. You have already tried uninstalling and then installing ccs again, haven't you?

  1. Are the cursors downloaded by CCS the free version or the paid version?

A PowerShell tool that synchronizes your cursor accent color and theme with Windows. Uses paid versions of packs:

from cursor-colors-synchronizer.

Dhyfer1 avatar Dhyfer1 commented on May 30, 2024

This is not expected behavior. You have already tried uninstalling and then installing ccs again, haven't you?

Yes, I already tried it, that window still appears after reinstalling CCS (the number of seconds it remains on the screen after logging in always varies between 30 and 60 seconds), It even happened in previous versions as well. This window only disappears if I uninstall CCS

A PowerShell tool that synchronizes your cursor accent color and theme with Windows. Uses paid versions of packs:

Ok, now I understand. CCS uses the paid version of these cursors. I was confused because I saw in the readme that it said to use the paid version, but below you put the links to the free version instead of placing the links to the paid version, that's why I asked my question

from cursor-colors-synchronizer.

SunsetTechuila avatar SunsetTechuila commented on May 30, 2024

Could you run this cmd command as admin and tell what happens?

powershell.exe -ExecutionPolicy Bypass -NoExit -WindowStyle Hidden -File "%localappdata%\CCS\Listener.ps1"

from cursor-colors-synchronizer.

Dhyfer1 avatar Dhyfer1 commented on May 30, 2024

Could you run this cmd command as admin and tell what happens?

powershell.exe -ExecutionPolicy Bypass -NoExit -WindowStyle Hidden -File "%localappdata%\CCS\Listener.ps1"

Of course. In Windows Terminal, with Command Prompt run as administrator, I get this:

C:\Users\diego>powershell.exe -ExecutionPolicy Bypass -NoExit -WindowStyle Hidden -File "%localappdata%\CCS\Listener.ps1"
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows


Id     Name            PSJobTypeName   State         HasMoreData     Location             Command
--     ----            -------------   -----         -----------     --------             -------
1      CursorThemeSync BackgroundJob   Running       True            localhost            ...
3      CursorColorSync BackgroundJob   Running       True            localhost            ...


PS C:\Users\diego>

While in PowerShell run as administrator, I get this:

PS C:\Users\diego> powershell.exe -ExecutionPolicy Bypass -NoExit -WindowStyle Hidden -File "%localappdata%\CCS\Listener.ps1"
The argument '%localappdata%\CCS\Listener.ps1' to the -File parameter does not exist. Provide the path to an existing '.ps1' file as an argument to the -File parameter.
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Users\diego>

from cursor-colors-synchronizer.

SunsetTechuila avatar SunsetTechuila commented on May 30, 2024

make sure you have ccs installed and then run this in powershell:

iwr -useb "https://raw.githubusercontent.com/SunsetTechuila/Cursor-Colors-Synchronizer/dev/CCS.ps1" -out $env:LOCALAPPDATA\CCS\CCS.ps1
.$env:LOCALAPPDATA\CCS\CCS.ps1

tell me if this fixes the issue

from cursor-colors-synchronizer.

Dhyfer1 avatar Dhyfer1 commented on May 30, 2024

make sure you have ccs installed and then run this in powershell:

iwr -useb "https://raw.githubusercontent.com/SunsetTechuila/Cursor-Colors-Synchronizer/dev/CCS.ps1" -out $env:LOCALAPPDATA\CCS\CCS.ps1
.$env:LOCALAPPDATA\CCS\CCS.ps1

tell me if this fixes the issue

So I open PowerShell as administrator and ran this new command that you left me, after clicking Enter the installer prompts appears to select the type of cursor (tail or not tail) and the option to enable or disable background synchronization, and ends with the message: "Success! Enjoy."

Then I close PowerShell and restart the PC, but the issue is still not fixed. After logging in now this window appears for a few seconds (between 10 and 20) and then closes by itself:

Screenshot 2024-05-06 174414

After the previous window closes by itself, this other window appears but minimized in the taskbar, stays minimized for about 10 seconds and then closes by itself.

Screenshot 2024-05-06 174427

Edit: After a few reboots, the time these two windows remain on screen always varies, but the CMD window always appears first followed by the minimized PowerShell window.

I also wanted to reinstall CCS to install it from scratch with the command you gave me, but the uninstaller it's not working with the new command. After running the uninstaller, this appears in PowerShell:

PS C:\Users\diego> iwr 'https://raw.githubusercontent.com/SunsetTechuila/Cursor-Colors-Synchronizer/master/Uninstaller.ps1' -useb | iex
Reset-Cursor : Cannot validate argument on parameter 'Path'. The " Test-File -Path $PSItem " validation script for the
argument with value "%SystemRoot%\cursors\aero_working.ani" did not return a result of True. Determine why the
validation script failed, and then try the command again.
At line:24 char:1
+ Reset-Cursor
+ ~~~~~~~~~~~~
    + CategoryInfo          : InvalidData: (:) [Reset-Cursor], ParameterBindingValidationException
    + FullyQualifiedErrorId : ParameterArgumentValidationError,Reset-Cursor

PS C:\Users\diego>

from cursor-colors-synchronizer.

SunsetTechuila avatar SunsetTechuila commented on May 30, 2024

Do you have any antivirus software other than windows defender?

from cursor-colors-synchronizer.

Dhyfer1 avatar Dhyfer1 commented on May 30, 2024

No, only Windows Defender

from cursor-colors-synchronizer.

SunsetTechuila avatar SunsetTechuila commented on May 30, 2024

I've published a new release, which should fix your issue https://github.com/SunsetTechuila/Cursor-Colors-Synchronizer/releases/tag/v3.2

from cursor-colors-synchronizer.

Dhyfer1 avatar Dhyfer1 commented on May 30, 2024

I've published a new release, which should fix your issue https://github.com/SunsetTechuila/Cursor-Colors-Synchronizer/releases/tag/v3.2

Ok. How do I install it? Do I use the installation command in the Readme or do I use the other command you gave me?

Edit: I have used the command in the readme file and no more CMD or PowerShell window appears after reboot, problem solved. Thank you very much😊

from cursor-colors-synchronizer.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.